Slicer  4.8
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
vtkMRMLMarkupsFiducialDisplayableManager3D Class Reference

#include <Modules/Loadable/Markups/MRMLDM/vtkMRMLMarkupsFiducialDisplayableManager3D.h>

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

Public Types

typedef vtkMRMLMarkupsDisplayableManager3D Superclass
 
- Public Types inherited from vtkMRMLMarkupsDisplayableManager3D
typedef vtkMRMLAbstractThreeDViewDisplayableManager Superclass
 
- Public Types inherited from vtkMRMLAbstractThreeDViewDisplayableManager
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) VTK_OVERRIDE
 
- Public Member Functions inherited from vtkMRMLMarkupsDisplayableManager3D
vtkAbstractWidget * AddWidget (vtkMRMLMarkupsNode *markupsNode)
 
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)
 
virtual vtkMRMLMarkupsDisplayableManagerHelperGetHelper ()
 
bool GetWorldCoordinatesChanged (double *worldCoordinates1, double *worldCoordinates2)
 Check if there are real changes between two sets of worldCoordinates. More...
 
virtual void GetWorldToLocalCoordinates (vtkMRMLMarkupsNode *node, double *worldCoordinates, double *localCoordinates)
 Convert world coordinates to local using mrml parent transform. More...
 
void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 
virtual void SetParentTransformToWidget (vtkMRMLMarkupsNode *vtkNotUsed(node), vtkAbstractWidget *vtkNotUsed(widget))
 Set mrml parent transform to widgets. More...
 
void UpdateWidgetVisibility (vtkMRMLMarkupsNode *node)
 
- Public Member Functions inherited from vtkMRMLAbstractThreeDViewDisplayableManager
vtkMRMLViewNodeGetMRMLViewNode ()
 Get MRML ViewNode. More...
 
void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 
- Public Member Functions inherited from vtkMRMLAbstractDisplayableManager
virtual std::string GetDataProbeInfoStringForPosition (double vtkNotUsed(xyz)[3])
 
vtkMRMLInteractionNodeGetInteractionNode ()
 Convenient method to get the current InteractionNode. More...
 
vtkRenderWindowInteractor * GetInteractor ()
 Convenient method to get the WindowInteractor associated with the Renderer. More...
 
virtual vtkMRMLLightBoxRendererManagerProxyGetLightBoxRendererManagerProxy ()
 
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) VTK_OVERRIDE
 
virtual void SetLightBoxRendererManagerProxy (vtkMRMLLightBoxRendererManagerProxy *)
 
- 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) VTK_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 vtkMRMLMarkupsFiducialDisplayableManager3DNew ()
 
static vtkMRMLMarkupsFiducialDisplayableManager3DSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkMRMLMarkupsDisplayableManager3D
static int IsTypeOf (const char *type)
 
static vtkMRMLMarkupsDisplayableManager3DNew ()
 
static vtkMRMLMarkupsDisplayableManager3DSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkMRMLAbstractThreeDViewDisplayableManager
static int IsTypeOf (const char *type)
 
static vtkMRMLAbstractThreeDViewDisplayableManagerNew ()
 
static vtkMRMLAbstractThreeDViewDisplayableManagerSafeDownCast (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

virtual void AdditionnalInitializeStep ()
 Set up an observer on the interactor style to watch for key press events. More...
 
virtual vtkAbstractWidget * CreateWidget (vtkMRMLMarkupsNode *node) VTK_OVERRIDE
 Create a widget. More...
 
virtual void OnClickInRenderWindow (double x, double y, const char *associatedNodeID) VTK_OVERRIDE
 Callback for click in RenderWindow. More...
 
virtual void OnInteractorStyleEvent (int eventid) VTK_OVERRIDE
 Respond to the interactor style event. More...
 
virtual void OnMRMLMarkupsNodeMarkupAddedEvent (vtkMRMLMarkupsNode *markupsNode, int n) VTK_OVERRIDE
 Create new handle on widget when a new markup is added to a markups node. More...
 
virtual void OnMRMLMarkupsNodeMarkupRemovedEvent (vtkMRMLMarkupsNode *markupsNode, int n) VTK_OVERRIDE
 Respond to a markup being removed from the markups node. More...
 
virtual void OnMRMLMarkupsNodeNthMarkupModifiedEvent (vtkMRMLMarkupsNode *markupsNode, int n) VTK_OVERRIDE
 Respond to the nth markup modified event. More...
 
virtual void OnMRMLSceneEndClose () VTK_OVERRIDE
 
virtual void OnWidgetCreated (vtkAbstractWidget *widget, vtkMRMLMarkupsNode *node) VTK_OVERRIDE
 Gets called when widget was created. More...
 
virtual void PropagateMRMLToWidget (vtkMRMLMarkupsNode *node, vtkAbstractWidget *widget) VTK_OVERRIDE
 Propagate properties of MRML node to widget. More...
 
virtual void PropagateWidgetToMRML (vtkAbstractWidget *widget, vtkMRMLMarkupsNode *node) VTK_OVERRIDE
 Propagate properties of widget to MRML node. More...
 
void SetNthSeed (int n, vtkMRMLMarkupsFiducialNode *fiducialNode, vtkSeedWidget *seedWidget)
 Update a single seed from MRML. More...
 
virtual bool UpdateNthSeedPositionFromMRML (int n, vtkAbstractWidget *widget, vtkMRMLMarkupsNode *pointsNode) VTK_OVERRIDE
 Update a single seed position from the node, return true if the position changed. More...
 
virtual void UpdatePosition (vtkAbstractWidget *widget, vtkMRMLNode *node) VTK_OVERRIDE
 Respond to control point modified events. More...
 
 vtkMRMLMarkupsFiducialDisplayableManager3D ()
 
virtual ~vtkMRMLMarkupsFiducialDisplayableManager3D ()
 
- Protected Member Functions inherited from vtkMRMLMarkupsDisplayableManager3D
void AddObserversToInteractionNode ()
 Observe the interaction node. More...
 
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 (vtkMRMLMarkupsNode *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)
 
virtual bool IsCorrectDisplayableManager ()
 Check if it is the right displayManager. More...
 
virtual bool IsManageable (vtkMRMLNode *node)
 
virtual bool IsManageable (const char *nodeClassName)
 
void OnClickInRenderWindowGetCoordinates ()
 
virtual void OnMRMLDisplayableNodeModifiedEvent (vtkObject *caller) VTK_OVERRIDE
 Called after the corresponding MRML View container was modified. More...
 
void OnMRMLMarkupsDisplayNodeModifiedEvent (vtkMRMLNode *node)
 
void OnMRMLMarkupsNodeLockModifiedEvent (vtkMRMLNode *node)
 
virtual void OnMRMLMarkupsNodeMarkupAddedEvent (vtkMRMLMarkupsNode *vtkNotUsed(markupsNode), int vtkNotUsed(n))
 
virtual void OnMRMLMarkupsNodeMarkupRemovedEvent (vtkMRMLMarkupsNode *vtkNotUsed(markupsNode), int vtkNotUsed(n))
 
void OnMRMLMarkupsNodeModifiedEvent (vtkMRMLNode *node)
 Preset functions for certain events. More...
 
virtual void OnMRMLMarkupsNodeNthMarkupModifiedEvent (vtkMRMLMarkupsNode *vtkNotUsed(node), int vtkNotUsed(n))
 
void OnMRMLMarkupsNodeTransformModifiedEvent (vtkMRMLNode *node)
 
void OnMRMLMarkupsPointModifiedEvent (vtkMRMLNode *node, int n)
 
virtual void OnMRMLSceneNodeAdded (vtkMRMLNode *node) VTK_OVERRIDE
 
virtual void OnMRMLSceneNodeRemoved (vtkMRMLNode *node) VTK_OVERRIDE
 
virtual void PlaceSeed (double x, double y)
 Place a seed for widgets. More...
 
virtual void ProcessMRMLNodesEvents (vtkObject *caller, unsigned long event, void *callData) VTK_OVERRIDE
 
virtual void RemoveMRMLObservers () VTK_OVERRIDE
 Remove MRML observers. More...
 
void RemoveObserversFromInteractionNode ()
 
virtual void RequestRender ()
 Wrap the superclass render request in a check for batch processing. More...
 
void SetAndObserveNode (vtkMRMLMarkupsNode *markupsNode)
 Observe one node. More...
 
void SetAndObserveNodes ()
 Observe all associated nodes. More...
 
virtual void SetMRMLSceneInternal (vtkMRMLScene *newScene) VTK_OVERRIDE
 
virtual void UpdateFromMRML () VTK_OVERRIDE
 
virtual void UpdateFromMRMLScene () VTK_OVERRIDE
 
virtual bool UpdateNthSeedPositionFromMRML (int vtkNotUsed(n), vtkAbstractWidget *vtkNotUsed(widget), vtkMRMLMarkupsNode *vtkNotUsed(markupsNode))
 
virtual void UpdatePosition (vtkAbstractWidget *vtkNotUsed(widget), vtkMRMLNode *vtkNotUsed(node))
 Update just the position for the widget, implemented by subclasses. More...
 
 vtkMRMLMarkupsDisplayableManager3D ()
 
virtual ~vtkMRMLMarkupsDisplayableManager3D ()
 
- Protected Member Functions inherited from vtkMRMLAbstractThreeDViewDisplayableManager
virtual void OnMRMLViewNodeModifiedEvent ()
 Could be overloaded in DisplayableManager subclass. More...
 
virtual void PassThroughInteractorStyleEvent (int eventid)
 
 vtkMRMLAbstractThreeDViewDisplayableManager ()
 
virtual ~vtkMRMLAbstractThreeDViewDisplayableManager ()
 
- 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...
 
virtual void Create ()
 
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 ()
 
virtual ~vtkMRMLAbstractDisplayableManager ()
 
- 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 ()
 
virtual void Modified () VTK_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=0)
 
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 ()
 
virtual ~vtkMRMLAbstractLogic ()
 

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 vtkMRMLMarkupsDisplayableManager3D
vtkMRMLMarkupsClickCounterClickCounter
 Counter for clicks in Render Window. More...
 
const char * Focus
 Focus of this displayableManager is set to a specific markups type when inherited. More...
 
vtkMRMLMarkupsDisplayableManagerHelperHelper
 
double LastClickWorldCoordinates [4]
 
int Updating
 Disable processing when updating is in progress. More...
 

Detailed Description

Definition at line 33 of file vtkMRMLMarkupsFiducialDisplayableManager3D.h.

Member Typedef Documentation

◆ Superclass

Definition at line 39 of file vtkMRMLMarkupsFiducialDisplayableManager3D.h.

Constructor & Destructor Documentation

◆ vtkMRMLMarkupsFiducialDisplayableManager3D()

vtkMRMLMarkupsFiducialDisplayableManager3D::vtkMRMLMarkupsFiducialDisplayableManager3D ( )
inlineprotected

Definition at line 44 of file vtkMRMLMarkupsFiducialDisplayableManager3D.h.

◆ ~vtkMRMLMarkupsFiducialDisplayableManager3D()

virtual vtkMRMLMarkupsFiducialDisplayableManager3D::~vtkMRMLMarkupsFiducialDisplayableManager3D ( )
inlineprotectedvirtual

Definition at line 45 of file vtkMRMLMarkupsFiducialDisplayableManager3D.h.

Member Function Documentation

◆ AdditionnalInitializeStep()

virtual void vtkMRMLMarkupsFiducialDisplayableManager3D::AdditionnalInitializeStep ( )
protectedvirtual

Set up an observer on the interactor style to watch for key press events.

◆ CreateWidget()

virtual vtkAbstractWidget* vtkMRMLMarkupsFiducialDisplayableManager3D::CreateWidget ( vtkMRMLMarkupsNode node)
protectedvirtual

Create a widget.

Reimplemented from vtkMRMLMarkupsDisplayableManager3D.

◆ GetClassName()

virtual const char* vtkMRMLMarkupsFiducialDisplayableManager3D::GetClassName ( )
virtual

◆ IsA()

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

◆ IsTypeOf()

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

◆ New()

static vtkMRMLMarkupsFiducialDisplayableManager3D* vtkMRMLMarkupsFiducialDisplayableManager3D::New ( )
static

◆ OnClickInRenderWindow()

virtual void vtkMRMLMarkupsFiducialDisplayableManager3D::OnClickInRenderWindow ( double  x,
double  y,
const char *  associatedNodeID 
)
protectedvirtual

Callback for click in RenderWindow.

Reimplemented from vtkMRMLMarkupsDisplayableManager3D.

◆ OnInteractorStyleEvent()

virtual void vtkMRMLMarkupsFiducialDisplayableManager3D::OnInteractorStyleEvent ( int  eventid)
protectedvirtual

Respond to the interactor style event.

Reimplemented from vtkMRMLMarkupsDisplayableManager3D.

◆ OnMRMLMarkupsNodeMarkupAddedEvent()

virtual void vtkMRMLMarkupsFiducialDisplayableManager3D::OnMRMLMarkupsNodeMarkupAddedEvent ( vtkMRMLMarkupsNode markupsNode,
int  n 
)
protectedvirtual

Create new handle on widget when a new markup is added to a markups node.

◆ OnMRMLMarkupsNodeMarkupRemovedEvent()

virtual void vtkMRMLMarkupsFiducialDisplayableManager3D::OnMRMLMarkupsNodeMarkupRemovedEvent ( vtkMRMLMarkupsNode markupsNode,
int  n 
)
protectedvirtual

Respond to a markup being removed from the markups node.

◆ OnMRMLMarkupsNodeNthMarkupModifiedEvent()

virtual void vtkMRMLMarkupsFiducialDisplayableManager3D::OnMRMLMarkupsNodeNthMarkupModifiedEvent ( vtkMRMLMarkupsNode markupsNode,
int  n 
)
protectedvirtual

Respond to the nth markup modified event.

◆ OnMRMLSceneEndClose()

virtual void vtkMRMLMarkupsFiducialDisplayableManager3D::OnMRMLSceneEndClose ( )
protectedvirtual

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

See also
ProcessMRMLSceneEvents, SetMRMLSceneInternal
OnMRMLSceneStartClose

Reimplemented from vtkMRMLMarkupsDisplayableManager3D.

◆ OnWidgetCreated()

virtual void vtkMRMLMarkupsFiducialDisplayableManager3D::OnWidgetCreated ( vtkAbstractWidget *  widget,
vtkMRMLMarkupsNode node 
)
protectedvirtual

Gets called when widget was created.

Reimplemented from vtkMRMLMarkupsDisplayableManager3D.

◆ PrintSelf()

void vtkMRMLMarkupsFiducialDisplayableManager3D::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ PropagateMRMLToWidget()

virtual void vtkMRMLMarkupsFiducialDisplayableManager3D::PropagateMRMLToWidget ( vtkMRMLMarkupsNode node,
vtkAbstractWidget *  widget 
)
protectedvirtual

Propagate properties of MRML node to widget.

Reimplemented from vtkMRMLMarkupsDisplayableManager3D.

◆ PropagateWidgetToMRML()

virtual void vtkMRMLMarkupsFiducialDisplayableManager3D::PropagateWidgetToMRML ( vtkAbstractWidget *  widget,
vtkMRMLMarkupsNode node 
)
protectedvirtual

Propagate properties of widget to MRML node.

Reimplemented from vtkMRMLMarkupsDisplayableManager3D.

◆ SafeDownCast()

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

◆ SetNthSeed()

void vtkMRMLMarkupsFiducialDisplayableManager3D::SetNthSeed ( int  n,
vtkMRMLMarkupsFiducialNode fiducialNode,
vtkSeedWidget *  seedWidget 
)
protected

Update a single seed from MRML.

◆ UpdateNthSeedPositionFromMRML()

virtual bool vtkMRMLMarkupsFiducialDisplayableManager3D::UpdateNthSeedPositionFromMRML ( int  n,
vtkAbstractWidget *  widget,
vtkMRMLMarkupsNode pointsNode 
)
protectedvirtual

Update a single seed position from the node, return true if the position changed.

◆ UpdatePosition()

virtual void vtkMRMLMarkupsFiducialDisplayableManager3D::UpdatePosition ( vtkAbstractWidget *  widget,
vtkMRMLNode node 
)
protectedvirtual

Respond to control point modified events.


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