Slicer  4.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Member Functions | Public Attributes
vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager Class Reference
Inheritance diagram for vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager:
Inheritance graph
[legend]
Collaboration diagram for vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, parent)
 
def Create (self)
 
def GetMRMLSceneEventsToObserve (self)
 
def OnInteractorStyleEvent (self, eventid)
 
def OnMRMLDisplayableNodeModifiedEvent (self, viewNode)
 
def ProcessMRMLNodesEvents (self, scene, eventid, callData)
 
def ProcessMRMLSceneEvents (self, scene, eventid, node)
 
def RemoveMRMLObservers (self)
 
def UpdateFromMRML (self)
 

Public Attributes

 Parent
 

Detailed Description

Definition at line 53 of file vtkScriptedExampleDisplayableManager.py.

Constructor & Destructor Documentation

◆ __init__()

def vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager.__init__ (   self,
  parent 
)

Definition at line 55 of file vtkScriptedExampleDisplayableManager.py.

Member Function Documentation

◆ Create()

def vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager.Create (   self)

Definition at line 59 of file vtkScriptedExampleDisplayableManager.py.

◆ GetMRMLSceneEventsToObserve()

def vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager.GetMRMLSceneEventsToObserve (   self)

Definition at line 63 of file vtkScriptedExampleDisplayableManager.py.

◆ OnInteractorStyleEvent()

def vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager.OnInteractorStyleEvent (   self,
  eventid 
)

Definition at line 86 of file vtkScriptedExampleDisplayableManager.py.

◆ OnMRMLDisplayableNodeModifiedEvent()

def vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager.OnMRMLDisplayableNodeModifiedEvent (   self,
  viewNode 
)

Definition at line 89 of file vtkScriptedExampleDisplayableManager.py.

◆ ProcessMRMLNodesEvents()

def vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager.ProcessMRMLNodesEvents (   self,
  scene,
  eventid,
  callData 
)

Definition at line 74 of file vtkScriptedExampleDisplayableManager.py.

◆ ProcessMRMLSceneEvents()

def vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager.ProcessMRMLSceneEvents (   self,
  scene,
  eventid,
  node 
)

Definition at line 70 of file vtkScriptedExampleDisplayableManager.py.

◆ RemoveMRMLObservers()

def vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager.RemoveMRMLObservers (   self)

Definition at line 78 of file vtkScriptedExampleDisplayableManager.py.

◆ UpdateFromMRML()

def vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager.UpdateFromMRML (   self)

Definition at line 82 of file vtkScriptedExampleDisplayableManager.py.

Member Data Documentation

◆ Parent

vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager.Parent

Definition at line 56 of file vtkScriptedExampleDisplayableManager.py.


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