|
void | AddDisplayNode (vtkMRMLVolumeRenderingDisplayNode *dnode) |
|
virtual void | Create () VTK_OVERRIDE |
|
virtual const char * | GetClassName () |
|
vtkVolume * | GetVolumeActor () |
|
virtual vtkVolumeMapper * | GetVolumeMapper (vtkMRMLVolumeRenderingDisplayNode *vspNode) |
| Return the volume mapper of the volume rendering display node. More...
|
|
virtual int | IsA (const char *type) |
|
int | IsMapperSupported (vtkMRMLVolumeRenderingDisplayNode *vspNode) |
|
virtual int | IsMapperSupported (vtkVolumeMapper *volumeMapper, vtkMRMLVolumeRenderingDisplayNode *vspNode) |
|
virtual void | OnMRMLSceneEndClose () VTK_OVERRIDE |
|
virtual void | OnMRMLSceneEndImport () VTK_OVERRIDE |
|
virtual void | OnMRMLSceneEndRestore () VTK_OVERRIDE |
|
virtual void | OnMRMLSceneNodeAdded (vtkMRMLNode *node) VTK_OVERRIDE |
|
virtual void | OnMRMLSceneNodeRemoved (vtkMRMLNode *node) VTK_OVERRIDE |
|
virtual void | OnMRMLSceneStartClose () VTK_OVERRIDE |
|
void | PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE |
|
void | RemoveDisplayNode (vtkMRMLVolumeRenderingDisplayNode *dnode) |
|
void | RemoveDisplayNodes () |
|
virtual void | Reset () |
|
void | SetGUICallbackCommand (vtkCommand *callback) |
|
void | SetupHistograms (vtkMRMLVolumeRenderingDisplayNode *vspNode) |
|
virtual int | SetupMapperFromParametersNode (vtkMRMLVolumeRenderingDisplayNode *vspNode) |
|
void | SetupMapperFromVolumeNode (vtkMRMLVolumeRenderingDisplayNode *vspNode) |
| Configure mapper with volume nodes. More...
|
|
void | SetupMapperFromVolumeNode (vtkMRMLVolumeNode *volumeNode, vtkVolumeMapper *volumeMapper, int inputIndex=0) |
| Configure mapper with volume node. More...
|
|
void | SetVolumeVisibility (int isVisible) |
|
void | TransformModified (vtkMRMLVolumeRenderingDisplayNode *vspNode) |
|
void | UpdateClipping (vtkVolumeMapper *mapper, vtkMRMLVolumeRenderingDisplayNode *vspNode) |
|
void | UpdateCPURaycastMapper (vtkFixedPointVolumeRayCastMapper *mapper, vtkMRMLCPURayCastVolumeRenderingDisplayNode *vspNode) |
|
void | UpdateDesiredUpdateRate (vtkMRMLVolumeRenderingDisplayNode *vspNode) |
|
void | UpdateDisplayNodeList () |
|
void | UpdateGPURaycastMapper (vtkGPUVolumeRayCastMapper *mapper, vtkMRMLGPURayCastVolumeRenderingDisplayNode *vspNode) |
|
virtual bool | UpdateMapper (vtkMRMLVolumeRenderingDisplayNode *vspNode) |
|
void | UpdateMapper (vtkVolumeMapper *mapper, vtkMRMLVolumeRenderingDisplayNode *vspNode) |
|
vtkMRMLViewNode * | GetMRMLViewNode () |
| Get MRML ViewNode. More...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE |
|
virtual std::string | GetDataProbeInfoStringForPosition (double vtkNotUsed(xyz)[3]) |
|
vtkMRMLInteractionNode * | GetInteractionNode () |
| Convenient method to get the current InteractionNode. More...
|
|
vtkRenderWindowInteractor * | GetInteractor () |
| Convenient method to get the WindowInteractor associated with the Renderer. More...
|
|
virtual vtkMRMLLightBoxRendererManagerProxy * | GetLightBoxRendererManagerProxy () |
|
vtkRenderer * | GetRenderer () |
| Get the default renderer for this displayable manager. More...
|
|
vtkRenderer * | GetRenderer (int idx) |
|
vtkMRMLSelectionNode * | GetSelectionNode () |
| Convenient method to get the current SelectionNode. More...
|
|
bool | IsCreated () |
|
void | PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE |
|
virtual void | SetLightBoxRendererManagerProxy (vtkMRMLLightBoxRendererManagerProxy *) |
|
virtual vtkMRMLApplicationLogic * | GetMRMLApplicationLogic () const |
| Get access to overall application state. More...
|
|
vtkMRMLScene * | GetMRMLScene () 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...
|
|
|
virtual int | ActiveInteractionModes () VTK_OVERRIDE |
|
bool | AddVolumeToView () |
| Return true if the volume wasn't in the view. More...
|
|
void | CalculateMatrix (vtkMRMLVolumeRenderingDisplayNode *vspNode, vtkMatrix4x4 *output) |
|
virtual bool | EnterMRMLNodesCallback () const VTK_OVERRIDE |
|
void | EstimateSampleDistance (vtkMRMLVolumeRenderingDisplayNode *vspNode) |
|
double | GetFramerate (vtkMRMLVolumeRenderingDisplayNode *vspNode) |
|
virtual vtkIdType | GetMaxMemoryInBytes (vtkVolumeMapper *mapper, vtkMRMLVolumeRenderingDisplayNode *vspNode) |
|
double | GetSampleDistance (vtkMRMLVolumeRenderingDisplayNode *vspNode) |
|
bool | IsVolumeInView () |
|
bool | IsVolumeInView (vtkVolume *volume) |
|
void | OnCreate () |
|
virtual void | OnInteractorStyleEvent (int eventId) VTK_OVERRIDE |
|
void | OnScenarioNodeModified () |
|
void | OnVolumeRenderingDisplayNodeModified (vtkMRMLVolumeRenderingDisplayNode *dnode) |
|
void | operator= (const vtkMRMLVolumeRenderingDisplayableManager &) |
|
virtual void | ProcessMRMLNodesEvents (vtkObject *caller, unsigned long event, void *callData) VTK_OVERRIDE |
|
void | RemoveVolumeFromView () |
|
void | RemoveVolumeFromView (vtkVolume *volume) |
|
void | UpdatePipelineFromDisplayNode (vtkMRMLVolumeRenderingDisplayNode *vspNode) |
|
int | ValidateDisplayNode (vtkMRMLVolumeRenderingDisplayNode *vspNode) |
|
| vtkMRMLVolumeRenderingDisplayableManager () |
|
| vtkMRMLVolumeRenderingDisplayableManager (const vtkMRMLVolumeRenderingDisplayableManager &) |
|
| ~vtkMRMLVolumeRenderingDisplayableManager () |
|
virtual void | OnMRMLDisplayableNodeModifiedEvent (vtkObject *caller) VTK_OVERRIDE |
|
virtual void | OnMRMLViewNodeModifiedEvent () |
| Could be overloaded in DisplayableManager subclass. More...
|
|
virtual void | PassThroughInteractorStyleEvent (int eventid) |
|
| vtkMRMLAbstractThreeDViewDisplayableManager () |
|
virtual | ~vtkMRMLAbstractThreeDViewDisplayableManager () |
|
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 () |
|
vtkMRMLDisplayableManagerGroup * | GetMRMLDisplayableManagerGroup () |
| Get associated DisplayableManager group. More...
|
|
vtkMRMLNode * | GetMRMLDisplayableNode () |
| Get MRML Displayable Node. More...
|
|
vtkCallbackCommand * | GetWidgetsCallbackCommand () |
| Get vtkWidget callbackCommand. More...
|
|
vtkObserverManager * | GetWidgetsObserverManager () 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) |
|
virtual void | RemoveMRMLObservers () |
| Remove MRML observers. More...
|
|
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 | SetMRMLSceneInternal (vtkMRMLScene *newScene) VTK_OVERRIDE |
|
virtual void | SetRenderer (vtkRenderer *newRenderer) |
|
void | SetUpdateFromMRMLRequested (bool requested) |
|
virtual void | UpdateFromMRML () |
|
| vtkMRMLAbstractDisplayableManager () |
|
virtual | ~vtkMRMLAbstractDisplayableManager () |
|
int | EndModify (bool wasModifying) |
|
virtual bool | EnterMRMLLogicsCallback () const |
|
virtual bool | EnterMRMLSceneCallback () const |
|
bool | GetDisableModifiedEvent () const |
|
int | GetInMRMLLogicsCallbackFlag () const |
|
int | GetInMRMLNodesCallbackFlag () const |
|
int | GetInMRMLSceneCallbackFlag () const |
|
vtkCallbackCommand * | GetMRMLLogicsCallbackCommand () |
|
vtkObserverManager * | GetMRMLLogicsObserverManager () const |
|
vtkCallbackCommand * | GetMRMLNodesCallbackCommand () |
|
vtkObserverManager * | GetMRMLNodesObserverManager () const |
|
vtkCallbackCommand * | GetMRMLSceneCallbackCommand () |
|
vtkObserverManager * | GetMRMLSceneObserverManager () 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 | OnMRMLSceneNew () |
|
virtual void | OnMRMLSceneStartBatchProcess () |
|
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 () |
|
virtual void | UpdateFromMRMLScene () |
|
| vtkMRMLAbstractLogic () |
|
virtual | ~vtkMRMLAbstractLogic () |
|
|
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 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) |
|