27 #ifndef ImageReconstructionAction_H
28 #define ImageReconstructionAction_H
31 #include "ui_ImageReconstructionAction.h"
35 using namespace camitk;
59 virtual QWidget * getWidget();
70 static vtkSmartPointer<vtkPointSet> getMarchingCubesReconstruction(
72 double isoValue,
bool keepLargestConnectedComponent,
73 bool subsample,
int subSampledDimX,
int subSampledDimY,
int subSampledDimZ);
93 Ui::ui_ImageReconstructionAction
ui;
97 void keepComponentcheckBox_toggled(
bool toggled);
98 void subSamplecheckBox_toggled(
bool toggled);