27 #ifndef ImageReconstructionAction_H
28 #define ImageReconstructionAction_H
61 vtkSmartPointer<vtkPointSet> getMarchingCubesReconstruction();
The class ImageReconstructionAction interfaces the reconstruction of 3D volumes from a set of images ...
Definition: ImageReconstructionAction.h:42
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
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:209
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method)
Definition: Action.h:225
The manager of the Image Volume data.
Definition: ImageComponent.h:77