19 #include "mitkCreateSurfaceTool.xpm"
26 #include "itkCommand.h"
43 return mitkCreateSurfaceTool_xpm;
53 return "No surfaces created for these segmentations:";
79 surfaceFilter->SetPointerParameter(
"Input", image);
80 surfaceFilter->SetPointerParameter(
"Group node", nodepointer);
81 surfaceFilter->SetParameter(
"Show result",
true);
82 surfaceFilter->SetParameter(
"Sync visibility",
false);
83 surfaceFilter->SetDataStorage(*m_ToolManager->GetDataStorage());
87 surfaceFilter->StartAlgorithm();
101 m_ToolManager->NewNodesGenerated();
void Progress(unsigned int steps=1)
Sets the current amount of progress to current progress + steps.
itk::SmartPointer< Self > Pointer
#define MITKSEGMENTATION_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
BaseData * GetData() const
Get the data object (instance of BaseData, e.g., an Image) managed by this DataNode.
static ProgressBar * GetInstance()
static method to get the GUI dependent ProgressBar-instance so the methods for steps to do and progre...
void DisplayText(const char *t)
Send a string to the applications StatusBar.
Image class for storing images.
static StatusBar * GetInstance()
static method to get the GUI dependent StatusBar-instance so the methods DisplayText, etc. can be called No reference counting, cause of decentral static use!
void AddStepsToDo(unsigned int steps)
Adds steps to totalSteps.
Class for nodes of the DataTree.
static itkEventMacro(BoundingShapeInteractionEvent, itk::AnyEvent) class MITKBOUNDINGSHAPE_EXPORT BoundingShapeInteractor Pointer New()
Basic interaction methods for mitk::GeometryData.