17 #ifndef mitkCalculateVolumetryTool_h_Included
18 #define mitkCalculateVolumetryTool_h_Included
39 itkFactorylessNewMacro(
Self) itkCloneMacro(
Self)
41 virtual const char **GetXPM()
const override;
42 virtual const char *
GetName()
const override;
45 virtual bool ProcessOneWorkingData(
DataNode *node)
override;
46 virtual std::string GetErrorMessage()
override;
48 virtual void FinishProcessingAllData()
override;
#define MITKSEGMENTATION_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)
static std::string GetName(std::string fileName, std::string suffix)
Class for nodes of the DataTree.
Super-class that provides the functionality of a StateMachine to DataInteractors. ...