38 m_PointSetNode->SetData(m_PointSet);
47 if (referenceData == NULL)
50 Image *image =
dynamic_cast<Image *
>(referenceData);
68 return "Region Growing 3D";
80 Superclass::Activated();
85 m_SeedPointInteractor->LoadStateMachine(
"PointSet.xml");
86 m_SeedPointInteractor->SetEventConfig(
"PointSetConfig.xml");
87 m_SeedPointInteractor->SetDataNode(m_PointSetNode);
95 Superclass::Deactivated();
100 m_ToolManager->ActivateTool(-1);
105 return this->m_ToolManager->GetReferenceData(0);
110 return this->m_ToolManager->GetDataStorage();
115 return this->m_ToolManager->GetWorkingData(0);
120 return m_PointSetNode;
Data management class that handles 'was created by' relations.
Base of all data objects.
#define MITKSEGMENTATION_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
static mitk::DataStorage::Pointer GetDataStorage()
Module * GetModule() const
Image class for storing images.
unsigned int GetDimension() const
Get dimension of the image.
ModuleResource GetResource(const std::string &path) const
static ModuleContext * GetModuleContext()
Returns the module context of the calling module.
Class for nodes of the DataTree.