| ActionFunctionDelegate typedef | mitk::EventStateMachine | protected |
| ActionFunctionsMapType typedef | mitk::EventStateMachine | |
| Activated() override | mitk::ContourTool | protectedvirtual |
| AddActionFunction(const std::string &action, TActionFunctor *functor) | mitk::EventStateMachine | protected |
| AddActionFunction(const std::string &action, const ActionFunctionDelegate &delegate) | mitk::EventStateMachine | protected |
| AddConditionFunction(const std::string &condition, const ConditionFunctionDelegate &delegate) | mitk::EventStateMachine | protected |
| AddContourmarker() | mitk::SegTool2D | protected |
| AddEventConfig(const std::string &filename, const us::Module *module=nullptr) | mitk::InteractionEventHandler | |
| AddEventConfig(const EventConfig &config) | mitk::InteractionEventHandler | |
| BackProjectContourFrom2DSlice(const BaseGeometry *sliceGeometry, ContourModel *contourIn2D, bool correctionForIpSegmentation=false) | mitk::FeedbackContourTool | protected |
| CanHandle(BaseData *referenceData) const | mitk::Tool | virtual |
| CheckCondition(const StateMachineCondition &condition, const InteractionEvent *interactionEvent) | mitk::EventStateMachine | protectedvirtual |
| ConditionFunctionDelegate typedef | mitk::EventStateMachine | protected |
| ConfigurationChanged() | mitk::InteractionEventHandler | protectedvirtual |
| ConnectActionsAndFunctions() override | mitk::ContourTool | protectedvirtual |
| ConstPointer typedef | mitk::EventStateMachine | |
| ContourTool(int paintingPixelValue=1) | mitk::ContourTool | protected |
| CreateEmptySegmentationNode(const Image *original, const std::string &organName, const mitk::Color &color) | mitk::Tool | |
| CreateSegmentationNode(Image *image, const std::string &organName, const mitk::Color &color) | mitk::Tool | |
| CurrentlyBusy | mitk::Tool | |
| Deactivated() override | mitk::ContourTool | protectedvirtual |
| DefaultSegmentationDataType typedef | mitk::Tool | |
| DetermineAffectedImageSlice(const Image *image, const PlaneGeometry *plane, int &affectedDimension, int &affectedSlice) | mitk::SegTool2D | static |
| Disable() | mitk::InteractionEventObserver | |
| Enable() | mitk::InteractionEventObserver | |
| EnableInteraction(bool enable) | mitk::EventStateMachine | inline |
| EnableUndo(bool enable) | mitk::EventStateMachine | inline |
| ErrorMessage | mitk::Tool | |
| EventStateMachine() | mitk::EventStateMachine | protected |
| ExecuteAction(StateMachineAction *action, InteractionEvent *interactionEvent) | mitk::EventStateMachine | protectedvirtual |
| FeedbackContourTool() | mitk::FeedbackContourTool | protected |
| FeedbackContourTool(const char *) | mitk::FeedbackContourTool | protected |
| FillContourInSlice(ContourModel *projectedContour, Image *sliceImage, int paintingPixelValue=1) | mitk::FeedbackContourTool | protected |
| FillContourInSlice(ContourModel *projectedContour, unsigned int timeStep, Image *sliceImage, int paintingPixelValue=1) | mitk::FeedbackContourTool | protected |
| FilterEvents(InteractionEvent *interactionEvent, DataNode *dataNode) override | mitk::SegTool2D | protectedvirtual |
| GeneralMessage | mitk::Tool | |
| GetAffectedImageSliceAs2DImage(const InteractionPositionEvent *positionEvent, const Image *image, unsigned int component=0) | mitk::SegTool2D | protected |
| GetAffectedImageSliceAs2DImage(const PlaneGeometry *planeGeometry, const Image *image, unsigned int timeStep, unsigned int component=0) | mitk::SegTool2D | protected |
| GetAffectedReferenceSlice(const InteractionPositionEvent *) | mitk::SegTool2D | protected |
| GetAffectedWorkingSlice(const InteractionPositionEvent *) | mitk::SegTool2D | protected |
| GetAttributes() const | mitk::InteractionEventHandler | protected |
| GetClassHierarchy() const override | mitk::EventStateMachine | inlinevirtual |
| GetClassName() const | mitk::EventStateMachine | virtual |
| GetCurrentState() const | mitk::EventStateMachine | protected |
| GetCursorIconResource() const | mitk::Tool | virtual |
| GetEventConfig() const | mitk::InteractionEventHandler | |
| GetExecutableTransition(InteractionEvent *event) | mitk::EventStateMachine | protected |
| GetFeedbackContour() | mitk::FeedbackContourTool | protected |
| GetGroup() const | mitk::Tool | virtual |
| GetGUI(const std::string &toolkitPrefix, const std::string &toolkitPostfix) | mitk::Tool | virtual |
| GetIconPath() const | mitk::Tool | inlinevirtual |
| GetIconResource() const | mitk::Tool | virtual |
| GetName() const =0 | mitk::Tool | pure virtual |
| GetReferenceDataPreference() const | mitk::Tool | virtual |
| GetStaticNameOfClass() | mitk::EventStateMachine | inlinestatic |
| GetWorkingDataPreference() const | mitk::Tool | virtual |
| GetXPM() const =0 | mitk::Tool | pure virtual |
| GUIProcessEventsMessage | mitk::Tool | |
| HandleEvent(InteractionEvent *event, DataNode *dataNode) | mitk::EventStateMachine | |
| InitializeStateMachine() | mitk::Tool | virtual |
| InteractionEventHandler() | mitk::InteractionEventHandler | protected |
| InteractionEventObserver() | mitk::InteractionEventObserver | |
| InteractiveSegmentationBugMessage(const std::string &message) | mitk::SegTool2D | protected |
| IsEnabled() const | mitk::InteractionEventObserver | |
| LoadStateMachine(const std::string &filename, const us::Module *module=nullptr) | mitk::EventStateMachine | |
| m_CurrentLabelID | mitk::ContourTool | protected |
| m_EventConfig | mitk::Tool | protected |
| m_FeedbackContour | mitk::FeedbackContourTool | protected |
| m_FeedbackContourNode | mitk::FeedbackContourTool | protected |
| m_FeedbackContourVisible | mitk::FeedbackContourTool | protected |
| m_IsActive | mitk::EventStateMachine | protected |
| m_LastEventSender | mitk::SegTool2D | protected |
| m_LastEventSlice | mitk::SegTool2D | protected |
| m_PaintingPixelValue | mitk::ContourTool | protected |
| m_ToolManager | mitk::Tool | protected |
| m_UndoController | mitk::EventStateMachine | protected |
| m_UndoEnabled | mitk::EventStateMachine | protected |
| MapToEventVariant(InteractionEvent *interactionEvent) | mitk::InteractionEventHandler | protected |
| mitkClassMacro(ContourTool, FeedbackContourTool) | mitk::ContourTool | |
| mitk::FeedbackContourTool::mitkClassMacro(FeedbackContourTool, SegTool2D) | mitk::FeedbackContourTool | |
| mitk::SegTool2D::mitkClassMacro(SegTool2D, Tool) | mitk::SegTool2D | |
| mitk::Tool::mitkClassMacro(Tool, EventStateMachine) | mitk::Tool | |
| Notify(InteractionEvent *interactionEvent, bool isHandled) override | mitk::Tool | protectedvirtual |
| OnInvertLogic(StateMachineAction *, InteractionEvent *interactionEvent) | mitk::ContourTool | protectedvirtual |
| OnMouseMoved(StateMachineAction *, InteractionEvent *interactionEvent) | mitk::ContourTool | protectedvirtual |
| OnMousePressed(StateMachineAction *, InteractionEvent *interactionEvent) | mitk::ContourTool | protectedvirtual |
| OnMouseReleased(StateMachineAction *, InteractionEvent *interactionEvent) | mitk::ContourTool | protectedvirtual |
| Pointer typedef | mitk::EventStateMachine | |
| ProjectContourTo2DSlice(Image *slice, ContourModel *contourIn3D, bool correctionForIpSegmentation=false, bool constrainToInside=true) | mitk::FeedbackContourTool | protected |
| ResetMouseCursor() | mitk::EventStateMachine | protected |
| ResetToStartState() | mitk::EventStateMachine | protected |
| SegTool2D() | mitk::SegTool2D | protected |
| SegTool2D(const char *, const us::Module *interactorModule=nullptr) | mitk::SegTool2D | protected |
| Self typedef | mitk::EventStateMachine | |
| SetEnable3DInterpolation(bool) | mitk::SegTool2D | |
| SetEventConfig(const std::string &filename, const us::Module *module=nullptr) | mitk::InteractionEventHandler | |
| SetEventConfig(const EventConfig &config) | mitk::InteractionEventHandler | |
| SetFeedbackContour(ContourModel::Pointer) | mitk::FeedbackContourTool | protected |
| SetFeedbackContourColor(float r, float g, float b) | mitk::FeedbackContourTool | protected |
| SetFeedbackContourColorDefault() | mitk::FeedbackContourTool | protected |
| SetFeedbackContourVisible(bool) | mitk::FeedbackContourTool | protected |
| SetMouseCursor(const char *xpm[], int hotspotX, int hotspotY) | mitk::EventStateMachine | protected |
| SetShowMarkerNodes(bool) | mitk::SegTool2D | |
| SetToolManager(ToolManager *) | mitk::Tool | protectedvirtual |
| StateMachineStateType typedef | mitk::EventStateMachine | |
| Superclass typedef | mitk::EventStateMachine | |
| Tool() | mitk::Tool | protected |
| Tool(const char *, const us::Module *interactorModule=nullptr) | mitk::Tool | protected |
| UpdateSurfaceInterpolation(const Image *slice, const Image *workingImage, const PlaneGeometry *plane, bool detectIntersection) | mitk::SegTool2D | static |
| WriteBackSegmentationResult(const InteractionPositionEvent *, Image *) | mitk::SegTool2D | protected |
| WriteBackSegmentationResult(const PlaneGeometry *planeGeometry, Image *, unsigned int timeStep) | mitk::SegTool2D | protected |
| WriteBackSegmentationResult(const std::vector< SliceInformation > &sliceList, bool writeSliceToVolume=true) | mitk::SegTool2D | protected |
| WritePreviewOnWorkingImage(Image *targetSlice, Image *sourceSlice, Image *workingImage, int paintingPixelValue, int timestep) | mitk::SegTool2D | protected |
| WriteSliceToVolume(const SliceInformation &sliceInfo) | mitk::SegTool2D | protected |
| ~ContourTool() override | mitk::ContourTool | protected |
| ~EventStateMachine() override | mitk::EventStateMachine | protected |
| ~FeedbackContourTool() override | mitk::FeedbackContourTool | protected |
| ~InteractionEventHandler() override | mitk::InteractionEventHandler | protected |
| ~InteractionEventObserver() | mitk::InteractionEventObserver | virtual |
| ~SegTool2D() override | mitk::SegTool2D | protected |
| ~Tool() override | mitk::Tool | protected |