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