Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
16 #include "itkObjectFactoryBase.h"
17 #include "itkVersion.h"
39 #include <itkObject.h>
121 DEPRECATED(
virtual const char **GetXPM()
const) = 0;
147 virtual const char *GetName()
const = 0;
155 virtual const char *GetGroup()
const;
157 virtual void InitializeStateMachine();
180 virtual itk::Object::Pointer GetGUI(
const std::string &toolkitPrefix,
const std::string &toolkitPostfix);
186 const std::string &organName,
195 virtual bool CanHandle(
const BaseData *referenceData,
const BaseData *workingData)
const;
208 void ConnectActionsAndFunctions()
override;
215 virtual void Activated();
222 virtual void Deactivated();
264 std::string m_InteractorType;
266 std::map<us::ServiceReferenceU, EventConfig> m_DisplayInteractionConfigs;
Base class to implement InteractionEventObservers.
itk::RGBPixel< float > Color
Color Standard RGB color typedef (float)
Image class for storing images.
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKSEGMENTATION_EXPORT
Base of all data objects.
Data management class that handles 'was created by' relations.
MITKMULTILABEL_EXPORT mitk::DataNode::Pointer CreateEmptySegmentationNode(const std::string &segmentationName=std::string())
This function creates and returns a new empty segmentation data node.
#define mitkClassMacro(className, SuperClassName)
Class for nodes of the DataTree.
Event/message/notification class.