21 #ifndef __vtkMRMLSegmentationsDisplayableManager2D_h 22 #define __vtkMRMLSegmentationsDisplayableManager2D_h 27 #include "vtkSlicerSegmentationsModuleMRMLDisplayableManagerExport.h" 44 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
53 vtkStringArray* segmentIDs, vtkDoubleArray* segmentValues = NULL);
57 virtual
void OnMRMLSceneNodeAdded(
vtkMRMLNode* node) VTK_OVERRIDE;
58 virtual
void OnMRMLSceneNodeRemoved(
vtkMRMLNode* node) VTK_OVERRIDE;
59 virtual
void ProcessMRMLNodesEvents(vtkObject* caller,
unsigned long event,
void* callData) VTK_OVERRIDE;
62 virtual
void UpdateFromMRML() VTK_OVERRIDE;
64 virtual
void OnMRMLSceneStartClose() VTK_OVERRIDE;
65 virtual
void OnMRMLSceneEndClose() VTK_OVERRIDE;
67 virtual
void OnMRMLSceneEndBatchProcess() VTK_OVERRIDE;
70 virtual
void Create() VTK_OVERRIDE;
81 vtkInternal * Internal;
82 friend class vtkInternal;
Displayable manager for showing segmentations in slice (2D) views.
virtual void UnobserveMRMLScene()
MRML node for representing segmentation display attributes.
virtual std::string GetDataProbeInfoStringForPosition(double vtkNotUsed(xyz)[3])
static vtkMRMLAbstractSliceViewDisplayableManager * New()
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
Superclass for displayable manager classes.
Abstract Superclass for all specific types of MRML nodes.