18 #ifndef __vtkMRMLScalarBarDisplayableManager_h 19 #define __vtkMRMLScalarBarDisplayableManager_h 23 #include "vtkMRMLDisplayableManagerExport.h" 25 class vtkMRMLScalarBarNode;
42 void PrintSelf(ostream& os, vtkIndent indent)
override;
47 void SetAdjustForegroundWindowLevelEnabled(
bool enabled);
48 bool GetAdjustForegroundWindowLevelEnabled();
49 void SetAdjustBackgroundWindowLevelEnabled(
bool enabled);
50 bool GetAdjustBackgroundWindowLevelEnabled();
76 vtkInternal * Internal;
virtual void AdditionalInitializeStep()
void PrintSelf(ostream &os, vtkIndent indent) override
A set of MRML Nodes that supports serialization and undo/redo.
virtual bool ProcessInteractionEvent(vtkMRMLInteractionEventData *eventData)
virtual void UnobserveMRMLScene()
virtual bool CanProcessInteractionEvent(vtkMRMLInteractionEventData *eventData, double &distance2)
Displayable manager for window/level adjustment of volumes.
static vtkMRMLAbstractSliceViewDisplayableManager * New()
Superclass for displayable manager classes.
virtual void UpdateFromMRMLScene()
virtual void OnMRMLSliceNodeModifiedEvent()
Could be overloaded if DisplayableManager subclass.