Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkMRMLAnnotationROIDisplayableManager Class Reference

#include <Modules/Loadable/Annotations/MRMLDM/vtkMRMLAnnotationROIDisplayableManager.h>

Inheritance diagram for vtkMRMLAnnotationROIDisplayableManager:
Inheritance graph
[legend]
Collaboration diagram for vtkMRMLAnnotationROIDisplayableManager:
Collaboration graph
[legend]

Public Types

typedef vtkMRMLAnnotationDisplayableManager Superclass
 
- Public Types inherited from vtkMRMLAnnotationDisplayableManager
typedef vtkMRMLAbstractDisplayableManager Superclass
 
- Public Types inherited from vtkMRMLAbstractDisplayableManager
typedef vtkMRMLAbstractLogic Superclass
 
- Public Types inherited from vtkMRMLAbstractLogic
typedef vtkObject Superclass
 
typedef void(vtkMRMLAbstractLogic::* TaskFunctionPointer) (void *clientdata)
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
- Public Member Functions inherited from vtkMRMLAnnotationDisplayableManager
bool AddAnnotation (vtkMRMLAnnotationNode *node)
 
bool CanProcessInteractionEvent (vtkMRMLInteractionEventData *eventData, double &closestDistance2) override
 
bool GetDisplayCoordinatesChanged (double *displayCoordinates1, double *displayCoordinates2)
 Check if there are real changes between two sets of displayCoordinates. More...
 
void GetDisplayToWorldCoordinates (double x, double y, double *worldCoordinates)
 Convert display to world coordinates. More...
 
void GetDisplayToWorldCoordinates (double *displayCoordinates, double *worldCoordinates)
 
int GetLightboxIndex (vtkMRMLAnnotationNode *node, int controlPointIndex=0)
 
virtual double GetScaleFactor2D ()
 
vtkMRMLSliceNodeGetSliceNode ()
 Get the sliceNode, if registered. This would mean it is a 2D SliceView displayableManager. More...
 
bool GetWorldCoordinatesChanged (double *worldCoordinates1, double *worldCoordinates2)
 Check if there are real changes between two sets of worldCoordinates. More...
 
virtual void GetWorldToLocalCoordinates (vtkMRMLAnnotationNode *node, double *worldCoordinates, double *localCoordinates)
 Convert world coordinates to local using mrml parent transform. More...
 
virtual bool Is2DDisplayableManager ()
 
bool IsInLightboxMode ()
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
bool ProcessInteractionEvent (vtkMRMLInteractionEventData *eventData) override
 
void RestrictDisplayCoordinatesToViewport (double *displayCoordinates)
 Check if the displayCoordinates are inside the viewport and if not, correct the displayCoordinates. More...
 
virtual void SetParentTransformToWidget (vtkMRMLAnnotationNode *vtkNotUsed(node), vtkAbstractWidget *vtkNotUsed(widget))
 Set mrml parent transform to widgets. More...
 
virtual void SetScaleFactor2D (double)
 Set/Get the 2d scale factor to divide 3D scale by to show 2D elements appropriately (usually set to 300) More...
 
- Public Member Functions inherited from vtkMRMLAbstractDisplayableManager
virtual std::string GetDataProbeInfoStringForPosition (double vtkNotUsed(xyz)[3])
 
virtual bool GetGrabFocus ()
 Displayable manager can indicate that it would like to get all events (even when mouse pointer is outside the window). More...
 
vtkMRMLInteractionNodeGetInteractionNode ()
 Convenient method to get the current InteractionNode. More...
 
virtual bool GetInteractive ()
 Displayable manager can indicate that the window is in interactive mode (faster updates). More...
 
vtkRenderWindowInteractor * GetInteractor ()
 Convenient method to get the WindowInteractor associated with the Renderer. More...
 
virtual vtkMRMLLightBoxRendererManagerProxyGetLightBoxRendererManagerProxy ()
 
virtual int GetMouseCursor ()
 Displayable manager returns ID of the mouse cursor shape that should be displayed. More...
 
vtkRenderer * GetRenderer ()
 Get the default renderer for this displayable manager. More...
 
vtkRenderer * GetRenderer (int idx)
 
vtkMRMLSelectionNodeGetSelectionNode ()
 Convenient method to get the current SelectionNode. More...
 
bool IsCreated ()
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
virtual void SetHasFocus (bool hasFocus, vtkMRMLInteractionEventData *eventData)
 Set if the widget gets/loses focus (interaction events are processed by this displayable manager). More...
 
virtual void SetLightBoxRendererManagerProxy (vtkMRMLLightBoxRendererManagerProxy *)
 
void SetMouseCursor (int cursor)
 
- Public Member Functions inherited from vtkMRMLAbstractLogic
virtual vtkMRMLApplicationLogicGetMRMLApplicationLogic () const
 Get access to overall application state. More...
 
vtkMRMLSceneGetMRMLScene () const
 Return a reference to the current MRML scene. More...
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
virtual void SetMRMLApplicationLogic (vtkMRMLApplicationLogic *logic)
 
void SetMRMLScene (vtkMRMLScene *newScene)
 Set and observe the MRMLScene. More...
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkMRMLAnnotationROIDisplayableManagerNew ()
 
static vtkMRMLAnnotationROIDisplayableManagerSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkMRMLAnnotationDisplayableManager
static int IsTypeOf (const char *type)
 
static vtkMRMLAnnotationDisplayableManagerNew ()
 
static vtkMRMLAnnotationDisplayableManagerSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkMRMLAbstractDisplayableManager
static int IsTypeOf (const char *type)
 
static vtkMRMLAbstractDisplayableManagerNew ()
 
static vtkMRMLAbstractDisplayableManagerSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkMRMLAbstractLogic
static int IsTypeOf (const char *type)
 
static vtkMRMLAbstractLogicNew ()
 
static vtkMRMLAbstractLogicSafeDownCast (vtkObject *o)
 

Protected Member Functions

vtkAbstractWidget * CreateWidget (vtkMRMLAnnotationNode *node) override
 Create a widget. More...
 
bool IsWidgetDisplayable (vtkMRMLSliceNode *sliceNode, vtkMRMLAnnotationNode *node) override
 Check, if the widget is displayable in the current slice geometry. More...
 
void OnClickInRenderWindow (double x, double y, const char *associatedNodeID) override
 Callback for click in RenderWindow. More...
 
void OnMRMLSceneNodeRemoved (vtkMRMLNode *node) override
 
void OnMRMLSliceNodeModifiedEvent (vtkMRMLSliceNode *sliceNode) override
 Handler for specific SliceView actions. More...
 
void OnWidgetCreated (vtkAbstractWidget *widget, vtkMRMLAnnotationNode *node) override
 Gets called when widget was created. More...
 
void PropagateMRMLToWidget (vtkMRMLAnnotationNode *node, vtkAbstractWidget *widget) override
 Propagate properties of MRML node to widget. More...
 
virtual void PropagateMRMLToWidget2D (vtkMRMLAnnotationNode *node, vtkAbstractWidget *widget)
 
void PropagateWidgetToMRML (vtkAbstractWidget *widget, vtkMRMLAnnotationNode *node) override
 Propagate properties of widget to MRML node. More...
 
void SetParentTransformToWidget (vtkMRMLAnnotationNode *node, vtkAbstractWidget *widget) override
 Set mrml parent transform to widgets. More...
 
void UpdatePosition (vtkAbstractWidget *widget, vtkMRMLNode *node) override
 Update just the position for the widget, implemented by subclasses. More...
 
 vtkMRMLAnnotationROIDisplayableManager ()
 
 ~vtkMRMLAnnotationROIDisplayableManager () override
 
- Protected Member Functions inherited from vtkMRMLAnnotationDisplayableManager
void AddObserversToInteractionNode ()
 Observe the interaction node. More...
 
void AddObserversToSelectionNode ()
 
void Create () override
 
virtual int GetDisableInteractorStyleEventsProcessing ()
 Accessor for internal flag that disables interactor style event processing. More...
 
void GetDisplayToViewportCoordinates (double x, double y, double *viewportCoordinates)
 Convert display to viewport coordinates. More...
 
void GetDisplayToViewportCoordinates (double *displayCoordinates, double *viewportCoordinates)
 
vtkHandleWidget * GetSeed (int index)
 Return the placed seeds. More...
 
vtkAbstractWidget * GetWidget (vtkMRMLAnnotationNode *node)
 Get the widget of a node. More...
 
void GetWorldToDisplayCoordinates (double r, double a, double s, double *displayCoordinates)
 Convert display to world coordinates. More...
 
void GetWorldToDisplayCoordinates (double *worldCoordinates, double *displayCoordinates)
 
bool IsCorrectDisplayableManager ()
 Check if it is the right displayManager. More...
 
virtual bool IsManageable (vtkMRMLNode *node)
 
virtual bool IsManageable (const char *nodeClassName)
 
void OnClickInRenderWindowGetCoordinates ()
 
void OnInteractorStyleEvent (int eventid) override
 Respond to interactor style events. More...
 
virtual void OnMRMLAnnotationControlPointModifiedEvent (vtkMRMLNode *node)
 
virtual void OnMRMLAnnotationDisplayNodeModifiedEvent (vtkMRMLNode *node)
 
virtual void OnMRMLAnnotationNodeLockModifiedEvent (vtkMRMLNode *node)
 
virtual void OnMRMLAnnotationNodeModifiedEvent (vtkMRMLNode *node)
 Preset functions for certain events. More...
 
virtual void OnMRMLAnnotationNodeTransformModifiedEvent (vtkMRMLNode *node)
 
void OnMRMLDisplayableNodeModifiedEvent (vtkObject *caller) override
 Called after the corresponding MRML View container was modified. More...
 
void OnMRMLSceneEndClose () override
 
void OnMRMLSceneNodeAdded (vtkMRMLNode *node) override
 
virtual void OnMRMLSelectionNodeUnitModifiedEvent (vtkMRMLSelectionNode *)
 
virtual void PlaceSeed (double x, double y)
 Place a seed for widgets. More...
 
void ProcessMRMLNodesEvents (vtkObject *caller, unsigned long event, void *callData) override
 
void RemoveMRMLObservers () override
 Remove MRML observers. More...
 
void RemoveObserversFromInteractionNode ()
 
void RemoveObserversFromSelectionNode ()
 
virtual void RequestRender ()
 wrap the superclass render request in a check for batch processing More...
 
void SetAndObserveNode (vtkMRMLAnnotationNode *annotationNode)
 Observe one node. More...
 
void SetAndObserveNodes ()
 Observe all associated nodes. More...
 
void SetMRMLSceneInternal (vtkMRMLScene *newScene) override
 
void UpdateFromMRML () override
 
void UpdateFromMRMLScene () override
 
virtual void UpdatePosition (vtkAbstractWidget *vtkNotUsed(widget), vtkMRMLNode *vtkNotUsed(node))
 Update just the position for the widget, implemented by subclasses. More...
 
 vtkMRMLAnnotationDisplayableManager ()
 
 ~vtkMRMLAnnotationDisplayableManager () override
 
- Protected Member Functions inherited from vtkMRMLAbstractDisplayableManager
virtual int ActiveInteractionModes ()
 
void AddInteractorObservableEvent (int eventid, float priority=0.0)
 
void AddInteractorStyleObservableEvent (int eventid, float priority=0.0)
 
virtual void AdditionalInitializeStep ()
 
void AddMRMLDisplayableManagerEvent (int eventId)
 Allow to specify additional events that the DisplayableNode will observe. More...
 
void CreateIfPossible ()
 
int GetInteractorAbortFlag ()
 
int GetInteractorStyleAbortFlag ()
 
vtkMRMLDisplayableManagerGroupGetMRMLDisplayableManagerGroup ()
 Get associated DisplayableManager group. More...
 
vtkMRMLNodeGetMRMLDisplayableNode ()
 Get MRML Displayable Node. More...
 
vtkCallbackCommand * GetWidgetsCallbackCommand ()
 Get vtkWidget callbackCommand. More...
 
vtkObserverManagerGetWidgetsObserverManager () const
 Get widget observerManager. More...
 
void InteractorAbortFlagOff ()
 
void InteractorAbortFlagOn ()
 
void InteractorStyleAbortFlagOff ()
 
void InteractorStyleAbortFlagOn ()
 
virtual void OnInteractorEvent (int eventid)
 
virtual void ProcessWidgetsEvents (vtkObject *caller, unsigned long event, void *callData)
 
void RemoveInteractorObservableEvent (int eventid)
 
void RemoveInteractorStyleObservableEvent (int eventid)
 
void RequestRender ()
 
void SetAndObserveMRMLDisplayableNode (vtkMRMLNode *newMRMLDisplayableNode)
 
void SetInteractorAbortFlag (int f)
 Set the Abort flag on the Interactor event callback. More...
 
void SetInteractorStyleAbortFlag (int f)
 Set the Abort flag on the InteractorStyle event callback. More...
 
virtual void SetMRMLDisplayableManagerGroup (vtkMRMLDisplayableManagerGroup *group)
 
virtual void SetRenderer (vtkRenderer *newRenderer)
 
void SetUpdateFromMRMLRequested (bool requested)
 
 vtkMRMLAbstractDisplayableManager ()
 
 ~vtkMRMLAbstractDisplayableManager () override
 
- Protected Member Functions inherited from vtkMRMLAbstractLogic
int EndModify (bool wasModifying)
 
virtual bool EnterMRMLLogicsCallback () const
 
virtual bool EnterMRMLNodesCallback () const
 
virtual bool EnterMRMLSceneCallback () const
 
bool GetDisableModifiedEvent () const
 
int GetInMRMLLogicsCallbackFlag () const
 
int GetInMRMLNodesCallbackFlag () const
 
int GetInMRMLSceneCallbackFlag () const
 
vtkCallbackCommand * GetMRMLLogicsCallbackCommand ()
 
vtkObserverManagerGetMRMLLogicsObserverManager () const
 
vtkCallbackCommand * GetMRMLNodesCallbackCommand ()
 
vtkObserverManagerGetMRMLNodesObserverManager () const
 
vtkCallbackCommand * GetMRMLSceneCallbackCommand ()
 
vtkObserverManagerGetMRMLSceneObserverManager () const
 
int GetPendingModifiedEventCount () const
 
int GetProcessingMRMLSceneEvent () const
 Return the event id currently processed or 0 if any. More...
 
int InvokePendingModifiedEvent ()
 
void Modified () override
 
virtual void ObserveMRMLScene ()
 
virtual void OnMRMLNodeModified (vtkMRMLNode *)
 
virtual void OnMRMLSceneEndBatchProcess ()
 
virtual void OnMRMLSceneEndImport ()
 
virtual void OnMRMLSceneEndRestore ()
 
virtual void OnMRMLSceneNew ()
 
virtual void OnMRMLSceneStartBatchProcess ()
 
virtual void OnMRMLSceneStartClose ()
 
virtual void OnMRMLSceneStartImport ()
 
virtual void OnMRMLSceneStartRestore ()
 
virtual void ProcessMRMLLogicsEvents (vtkObject *caller, unsigned long event, void *callData)
 
virtual void ProcessMRMLSceneEvents (vtkObject *caller, unsigned long event, void *callData)
 
virtual void RegisterNodes ()
 
void SetAndObserveMRMLSceneEventsInternal (vtkMRMLScene *newScene, vtkIntArray *events, vtkFloatArray *priorities=nullptr)
 
void SetDisableModifiedEvent (bool onOff)
 
void SetInMRMLLogicsCallbackFlag (int flag)
 
void SetInMRMLNodesCallbackFlag (int flag)
 
void SetInMRMLSceneCallbackFlag (int flag)
 
void SetProcessingMRMLSceneEvent (int event)
 
bool StartModify ()
 
virtual void UnobserveMRMLScene ()
 
 vtkMRMLAbstractLogic ()
 
 ~vtkMRMLAbstractLogic () override
 

Additional Inherited Members

- Static Protected Member Functions inherited from vtkMRMLAbstractDisplayableManager
static void WidgetsCallback (vtkObject *caller, unsigned long eid, void *clientData, void *callData)
 WidgetsCallback is a static function to relay modified events from the vtk widgets. More...
 
- Static Protected Member Functions inherited from vtkMRMLAbstractLogic
static void MRMLLogicsCallback (vtkObject *caller, unsigned long eid, void *clientData, void *callData)
 MRMLLogicCallback is a static function to relay modified events from the logics. More...
 
static void MRMLNodesCallback (vtkObject *caller, unsigned long eid, void *clientData, void *callData)
 MRMLNodesCallback is a static function to relay modified events from the nodes. More...
 
static void MRMLSceneCallback (vtkObject *caller, unsigned long eid, void *clientData, void *callData)
 
- Protected Attributes inherited from vtkMRMLAnnotationDisplayableManager
vtkMRMLAnnotationDisplayableManagerHelperHelper
 
double LastClickWorldCoordinates [4]
 
vtkMRMLAnnotationClickCounterm_ClickCounter
 Counter for clicks in Render Window. More...
 
const char * m_Focus
 Focus of this displayableManager is set to a specific annotation type when inherited. More...
 
int m_Updating
 Disable processing when updating is in progress. More...
 

Detailed Description

Definition at line 30 of file vtkMRMLAnnotationROIDisplayableManager.h.

Member Typedef Documentation

◆ Superclass

Definition at line 37 of file vtkMRMLAnnotationROIDisplayableManager.h.

Constructor & Destructor Documentation

◆ vtkMRMLAnnotationROIDisplayableManager()

vtkMRMLAnnotationROIDisplayableManager::vtkMRMLAnnotationROIDisplayableManager ( )
inlineprotected

Definition at line 42 of file vtkMRMLAnnotationROIDisplayableManager.h.

◆ ~vtkMRMLAnnotationROIDisplayableManager()

vtkMRMLAnnotationROIDisplayableManager::~vtkMRMLAnnotationROIDisplayableManager ( )
overrideprotected

Member Function Documentation

◆ CreateWidget()

vtkAbstractWidget* vtkMRMLAnnotationROIDisplayableManager::CreateWidget ( vtkMRMLAnnotationNode node)
overrideprotectedvirtual

Create a widget.

Reimplemented from vtkMRMLAnnotationDisplayableManager.

◆ GetClassName()

virtual const char* vtkMRMLAnnotationROIDisplayableManager::GetClassName ( )
virtual

◆ IsA()

virtual int vtkMRMLAnnotationROIDisplayableManager::IsA ( const char *  type)
virtual

◆ IsTypeOf()

static int vtkMRMLAnnotationROIDisplayableManager::IsTypeOf ( const char *  type)
static

◆ IsWidgetDisplayable()

bool vtkMRMLAnnotationROIDisplayableManager::IsWidgetDisplayable ( vtkMRMLSliceNode sliceNode,
vtkMRMLAnnotationNode node 
)
overrideprotectedvirtual

Check, if the widget is displayable in the current slice geometry.

Reimplemented from vtkMRMLAnnotationDisplayableManager.

◆ New()

static vtkMRMLAnnotationROIDisplayableManager* vtkMRMLAnnotationROIDisplayableManager::New ( )
static

◆ OnClickInRenderWindow()

void vtkMRMLAnnotationROIDisplayableManager::OnClickInRenderWindow ( double  x,
double  y,
const char *  associatedNodeID 
)
overrideprotectedvirtual

Callback for click in RenderWindow.

Reimplemented from vtkMRMLAnnotationDisplayableManager.

◆ OnMRMLSceneNodeRemoved()

void vtkMRMLAnnotationROIDisplayableManager::OnMRMLSceneNodeRemoved ( vtkMRMLNode )
overrideprotectedvirtual

If vtkMRMLScene::NodeRemovedEvent has been set to be observed in SetMRMLSceneInternal, it is called when the scene fires the event

See also
ProcessMRMLSceneEvents, SetMRMLSceneInternal
OnMRMLSceneNodeAdded, vtkMRMLScene::NodeAboutToBeRemoved

Reimplemented from vtkMRMLAnnotationDisplayableManager.

◆ OnMRMLSliceNodeModifiedEvent()

void vtkMRMLAnnotationROIDisplayableManager::OnMRMLSliceNodeModifiedEvent ( vtkMRMLSliceNode sliceNode)
overrideprotectedvirtual

Handler for specific SliceView actions.

Reimplemented from vtkMRMLAnnotationDisplayableManager.

◆ OnWidgetCreated()

void vtkMRMLAnnotationROIDisplayableManager::OnWidgetCreated ( vtkAbstractWidget *  widget,
vtkMRMLAnnotationNode node 
)
overrideprotectedvirtual

Gets called when widget was created.

Reimplemented from vtkMRMLAnnotationDisplayableManager.

◆ PrintSelf()

void vtkMRMLAnnotationROIDisplayableManager::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
override

◆ PropagateMRMLToWidget()

void vtkMRMLAnnotationROIDisplayableManager::PropagateMRMLToWidget ( vtkMRMLAnnotationNode node,
vtkAbstractWidget *  widget 
)
overrideprotectedvirtual

Propagate properties of MRML node to widget.

Reimplemented from vtkMRMLAnnotationDisplayableManager.

◆ PropagateMRMLToWidget2D()

virtual void vtkMRMLAnnotationROIDisplayableManager::PropagateMRMLToWidget2D ( vtkMRMLAnnotationNode node,
vtkAbstractWidget *  widget 
)
protectedvirtual

◆ PropagateWidgetToMRML()

void vtkMRMLAnnotationROIDisplayableManager::PropagateWidgetToMRML ( vtkAbstractWidget *  widget,
vtkMRMLAnnotationNode node 
)
overrideprotectedvirtual

Propagate properties of widget to MRML node.

Reimplemented from vtkMRMLAnnotationDisplayableManager.

◆ SafeDownCast()

static vtkMRMLAnnotationROIDisplayableManager* vtkMRMLAnnotationROIDisplayableManager::SafeDownCast ( vtkObject *  o)
static

◆ SetParentTransformToWidget()

void vtkMRMLAnnotationROIDisplayableManager::SetParentTransformToWidget ( vtkMRMLAnnotationNode node,
vtkAbstractWidget *  widget 
)
overrideprotected

Set mrml parent transform to widgets.

◆ UpdatePosition()

void vtkMRMLAnnotationROIDisplayableManager::UpdatePosition ( vtkAbstractWidget *  widget,
vtkMRMLNode node 
)
overrideprotected

Update just the position for the widget, implemented by subclasses.


The documentation for this class was generated from the following file: