27 #ifndef ImageReconstructionAction_H 28 #define ImageReconstructionAction_H camitk::ImageComponent * myComponent
The initial images, used for the reconstruction.
Definition: ImageReconstructionAction.h:64
virtual ~ImageReconstructionAction()
the destructor
Definition: ImageReconstructionAction.cpp:97
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:208
virtual ApplyStatus apply()
this method creates and returns the widget containing the user interface for the action ...
Definition: ImageReconstructionAction.cpp:104
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
The manager of the Image Volume data.
Definition: ImageComponent.h:69
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:220
vtkSmartPointer< vtkPointSet > getMarchingCubesReconstruction()
Returns an isosurface reconstructed with the Marching Cubes algorithm, from the original set of slice...
Definition: ImageReconstructionAction.cpp:123
The class ImageReconstructionAction interfaces the reconstruction of 3D volumes from a set of images ...
Definition: ImageReconstructionAction.h:42
ImageReconstructionAction(camitk::ActionExtension *)
the constructor
Definition: ImageReconstructionAction.cpp:59