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:98
virtual ~ImageReconstructionAction()
the destructor
Definition ImageReconstructionAction.cpp:91
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 an algorithm that wor...
Definition Action.h:215
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method)
Definition Action.h:231
The manager of the Image Volume data.
Definition ImageComponent.h:76