17 #ifndef mitkCreateSurfaceTool_h_Included
18 #define mitkCreateSurfaceTool_h_Included
38 itkFactorylessNewMacro(
Self) itkCloneMacro(
Self)
40 virtual const char **GetXPM()
const override;
41 virtual const char *
GetName()
const override;
43 void OnSurfaceCalculationDone();
46 virtual bool ProcessOneWorkingData(
DataNode *node)
override;
47 virtual std::string GetErrorMessage()
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. ...