Slicer
4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
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 | |
Definition at line 52 of file vtkScriptedExampleDisplayableManager.py.
def vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager.__init__ | ( | self, | |
parent | |||
) |
Definition at line 54 of file vtkScriptedExampleDisplayableManager.py.
def vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager.Create | ( | self | ) |
Definition at line 58 of file vtkScriptedExampleDisplayableManager.py.
def vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager.GetMRMLSceneEventsToObserve | ( | self | ) |
Definition at line 62 of file vtkScriptedExampleDisplayableManager.py.
def vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager.OnInteractorStyleEvent | ( | self, | |
eventid | |||
) |
Definition at line 85 of file vtkScriptedExampleDisplayableManager.py.
def vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager.OnMRMLDisplayableNodeModifiedEvent | ( | self, | |
viewNode | |||
) |
Definition at line 88 of file vtkScriptedExampleDisplayableManager.py.
def vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager.ProcessMRMLNodesEvents | ( | self, | |
scene, | |||
eventid, | |||
callData | |||
) |
Definition at line 73 of file vtkScriptedExampleDisplayableManager.py.
def vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager.ProcessMRMLSceneEvents | ( | self, | |
scene, | |||
eventid, | |||
node | |||
) |
Definition at line 69 of file vtkScriptedExampleDisplayableManager.py.
def vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager.RemoveMRMLObservers | ( | self | ) |
Definition at line 77 of file vtkScriptedExampleDisplayableManager.py.
def vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager.UpdateFromMRML | ( | self | ) |
Definition at line 81 of file vtkScriptedExampleDisplayableManager.py.
vtkScriptedExampleDisplayableManager.vtkScriptedExampleDisplayableManager.Parent |
Definition at line 55 of file vtkScriptedExampleDisplayableManager.py.