Slicer
4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Modules/Loadable/Colors/VTKWidgets/vtkSlicerScalarBarActor.h>
Public Types | |
typedef vtkScalarBarActor | Superclass |
Public Member Functions | |
virtual void | CenterLabelOff () |
virtual void | CenterLabelOn () |
virtual bool | GetCenterLabel () |
virtual const char * | GetClassName () |
virtual int | GetUseAnnotationAsLabel () |
Get for the flag on using VTK6 annotation as label. More... | |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE |
virtual void | SetCenterLabel (bool) |
virtual void | SetUseAnnotationAsLabel (int) |
Set for the flag on using VTK6 annotation as label. More... | |
virtual void | UseAnnotationAsLabelOff () |
virtual void | UseAnnotationAsLabelOn () |
Get/Set for the flag on using VTK6 annotation as label. More... | |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkSlicerScalarBarActor * | New () |
static vtkSlicerScalarBarActor * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
virtual void | ConfigureTicks () VTK_OVERRIDE |
virtual void | LayoutTicks () VTK_OVERRIDE |
vtkSlicerScalarBarActor () | |
~vtkSlicerScalarBarActor () | |
Protected Attributes | |
bool | CenterLabel |
int | UseAnnotationAsLabel |
flag for setting color name as label More... | |
vtkSliceRTScalarBarActor - slicer vtk class for adding color names in scalarbar
This class enhances the vtkScalarBarActor class by adding color names in the label display.
Definition at line 40 of file vtkSlicerScalarBarActor.h.
typedef vtkScalarBarActor vtkSlicerScalarBarActor::Superclass |
Definition at line 46 of file vtkSlicerScalarBarActor.h.
|
protected |
|
protected |
|
virtual |
|
virtual |
Get/Set if label should be centered on color swatches. Useful if each displayed color needs a label
|
protectedvirtual |
|
virtual |
Get if label should be centered on color swatches. Useful if each displayed color needs a label
|
virtual |
|
virtual |
Get for the flag on using VTK6 annotation as label.
|
virtual |
|
static |
|
protectedvirtual |
|
static |
void vtkSlicerScalarBarActor::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
static |
|
virtual |
Set if label should be centered on color swatches. Useful if each displayed color needs a label
|
virtual |
Set for the flag on using VTK6 annotation as label.
|
virtual |
|
virtual |
Get/Set for the flag on using VTK6 annotation as label.
|
protected |
Definition at line 90 of file vtkSlicerScalarBarActor.h.
|
protected |
flag for setting color name as label
Definition at line 88 of file vtkSlicerScalarBarActor.h.