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:91
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:207
virtual ApplyStatus apply()
this method creates and returns the widget containing the user interface for the action ...
Definition: ImageReconstructionAction.cpp:98
This class describes what is a generic Action extension.
Definition: ActionExtension.h:59
The manager of the Image Volume data.
Definition: ImageComponent.h:73
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:223
vtkSmartPointer< vtkPointSet > getMarchingCubesReconstruction()
Returns an isosurface reconstructed with the Marching Cubes algorithm, from the original set of slice...
Definition: ImageReconstructionAction.cpp:116
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:53