27 #ifndef ImageReconstructionAction_H
28 #define ImageReconstructionAction_H
31 #include "ui_ImageReconstructionAction.h"
72 Ui::ui_ImageReconstructionAction
ui;
virtual ApplyStatus apply()
method called when the action is applied (nothing to do here, everything will be done by the widget) ...
vtkSmartPointer< vtkPointSet > getMarchingCubesReconstruction()
Returns an isosurface reconstructed with the Marching Cubes algorithm, from the original set of slice...
camitk::ImageComponent * myComponent
The initial images, used for the reconstruction.
Definition: ImageReconstructionAction.h:69
virtual ~ImageReconstructionAction()
the destructor
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:184
void keepComponentcheckBox_toggled(bool toggled)
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
Definition: ImageComponent.h:69
virtual QWidget * getWidget()
this method creates and returns the widget containing the user interface for the action ...
The class ImageReconstructionAction interfaces the reconstruction of 3D volumes from a set of images ...
Definition: ImageReconstructionAction.h:44
ImageReconstructionAction(camitk::ActionExtension *)
the constructor
void init()
Initializes the dialog options.
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:196
void subSamplecheckBox_toggled(bool toggled)
Ui::ui_ImageReconstructionAction ui
Qt model designed by QtDesigner (with qt4, nor more inheritance from the ui)
Definition: ImageReconstructionAction.h:72