|
| mitkClassMacro (BinaryThresholdTool, BinaryThresholdBaseTool) |
|
Pointer | Clone () const |
|
const char ** | GetXPM () const override |
| Returns an icon in the XPM format. More...
|
|
us::ModuleResource | GetIconResource () const override |
| Returns the tool button icon of the tool wrapped by a usModuleResource. More...
|
|
const char * | GetName () const override |
| Returns the name of this tool. Make it short! More...
|
|
virtual void | SetThresholdValue (double value) |
|
| mitkClassMacro (BinaryThresholdBaseTool, SegWithPreviewTool) |
|
virtual void | SetThresholdValues (double lower, double upper) |
|
| mitkClassMacro (SegWithPreviewTool, Tool) |
|
void | Activated () override |
| Called when the tool gets activated. More...
|
|
void | Deactivated () override |
| Called when the tool gets deactivated. More...
|
|
void | ConfirmSegmentation () |
|
virtual void | SetCreateAllTimeSteps (bool _arg) |
|
virtual bool | GetCreateAllTimeSteps () |
|
virtual void | CreateAllTimeStepsOn () |
|
virtual void | CreateAllTimeStepsOff () |
|
virtual void | SetKeepActiveAfterAccept (bool _arg) |
|
virtual bool | GetKeepActiveAfterAccept () |
|
virtual void | KeepActiveAfterAcceptOn () |
|
virtual void | KeepActiveAfterAcceptOff () |
|
virtual void | SetIsTimePointChangeAware (bool _arg) |
|
virtual bool | GetIsTimePointChangeAware () |
|
virtual void | IsTimePointChangeAwareOn () |
|
virtual void | IsTimePointChangeAwareOff () |
|
virtual void | SetResetsToEmptyPreview (bool _arg) |
|
virtual bool | GetResetsToEmptyPreview () |
|
virtual void | ResetsToEmptyPreviewOn () |
|
virtual void | ResetsToEmptyPreviewOff () |
|
virtual void | SetUseSpecialPreviewColor (bool _arg) |
|
virtual bool | GetUseSpecialPreviewColor () |
|
virtual void | UseSpecialPreviewColorOn () |
|
virtual void | UseSpecialPreviewColorOff () |
|
virtual void | SetRequestDeactivationConfirmation (bool _arg) |
|
virtual bool | GetRequestDeactivationConfirmation () |
|
virtual void | RequestDeactivationConfirmationOn () |
|
virtual void | RequestDeactivationConfirmationOff () |
|
void | SetMergeStyle (MultiLabelSegmentation::MergeStyle mergeStyle) |
|
virtual MultiLabelSegmentation::MergeStyle | GetMergeStyle () |
|
void | SetOverwriteStyle (MultiLabelSegmentation::OverwriteStyle overwriteStyle) |
|
virtual MultiLabelSegmentation::OverwriteStyle | GetOverwriteStyle () |
|
void | SetLabelTransferScope (LabelTransferScope labelTransferScope) |
|
virtual LabelTransferScope | GetLabelTransferScope () |
|
void | SetSelectedLabels (const SelectedLabelVectorType &labelsToTransfer) |
|
virtual SelectedLabelVectorType | GetSelectedLabels () |
|
void | SetLabelTransferMode (LabelTransferMode labelTransferMode) |
|
virtual LabelTransferMode | GetLabelTransferMode () |
|
bool | CanHandle (const BaseData *referenceData, const BaseData *workingData) const override |
|
void | UpdatePreview (bool ignoreLazyPreviewSetting=false) |
|
bool | IsUpdating () const |
|
std::string | GetCurrentSegmentationName () |
| Gets the name of the currently selected segmentation node. More...
|
|
virtual DataNode * | GetTargetSegmentationNode () const |
| Returns the currently selected segmentation node. More...
|
|
LabelSetImage * | GetTargetSegmentation () const |
|
LabelSetImage * | GetPreviewSegmentation () |
|
const LabelSetImage * | GetPreviewSegmentation () const |
|
DataNode * | GetPreviewSegmentationNode () |
|
| mitkClassMacro (Tool, EventStateMachine) |
|
virtual std::string | GetIconPath () const |
| Returns the path of an icon. More...
|
|
virtual us::ModuleResource | GetCursorIconResource () const |
| Returns the path of a cursor icon. More...
|
|
virtual void | InitializeStateMachine () |
|
virtual itk::Object::Pointer | GetGUI (const std::string &toolkitPrefix, const std::string &toolkitPostfix) |
| Interface for GUI creation. More...
|
|
virtual NodePredicateBase::ConstPointer | GetReferenceDataPreference () const |
|
virtual NodePredicateBase::ConstPointer | GetWorkingDataPreference () const |
|
DataNode::Pointer | CreateEmptySegmentationNode (const Image *original, const std::string &organName, const mitk::Color &color) const |
|
DataNode::Pointer | CreateSegmentationNode (Image *image, const std::string &organName, const mitk::Color &color) const |
|
virtual std::vector< std::string > | GetClassHierarchy () const override |
|
virtual const char * | GetClassName () const |
|
bool | LoadStateMachine (const std::string &filename, const us::Module *module=nullptr) |
| Loads XML resource. More...
|
|
bool | HandleEvent (InteractionEvent *event, DataNode *dataNode) |
|
void | EnableUndo (bool enable) |
| Enables or disabled Undo. More...
|
|
void | EnableInteraction (bool enable) |
| Enables/disables the state machine. In un-enabled state it won't react to any events. More...
|
|
Public Member Functions inherited from mitk::InteractionEventHandler |
bool | SetEventConfig (const std::string &filename, const us::Module *module=nullptr) |
| Loads a configuration from an XML resource. More...
|
|
bool | SetEventConfig (const EventConfig &config) |
| Loads a configuration from an EventConfig object. More...
|
|
EventConfig | GetEventConfig () const |
| Returns the current configuration. More...
|
|
bool | AddEventConfig (const std::string &filename, const us::Module *module=nullptr) |
| This method extends the configuration. More...
|
|
bool | AddEventConfig (const EventConfig &config) |
| This method extends the configuration. The configuration from the EventConfig object is loaded and only the ones conflicting are replaced by the new one. This way several configurations can be combined. More...
|
|
| InteractionEventObserver () |
|
virtual | ~InteractionEventObserver () |
|
void | Disable () |
|
void | Enable () |
|
bool | IsEnabled () const |
|