21 #ifndef __vtkMRMLThreeDReformatDisplayableManager_h 22 #define __vtkMRMLThreeDReformatDisplayableManager_h 26 #include "vtkMRMLDisplayableManagerExport.h" 39 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
47 virtual void Create() VTK_OVERRIDE;
50 virtual
void ProcessWidgetsEvents(vtkObject *caller,
unsigned long event,
void *callData) VTK_OVERRIDE;
52 virtual
void UnobserveMRMLScene() VTK_OVERRIDE;
53 virtual
void UpdateFromMRMLScene() VTK_OVERRIDE;
54 virtual
void OnMRMLSceneNodeAdded(
vtkMRMLNode* node) VTK_OVERRIDE;
55 virtual
void OnMRMLSceneNodeRemoved(
vtkMRMLNode* node) VTK_OVERRIDE;
56 virtual
void OnMRMLNodeModified(
vtkMRMLNode* node) VTK_OVERRIDE;
63 vtkInternal* Internal;
66 #endif // vtkMRMLThreeDReformatDisplayableManager_h
static vtkMRMLAbstractThreeDViewDisplayableManager * New()
Superclass for displayable manager classes.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
Abstract Superclass for all specific types of MRML nodes.