Slicer
4.8
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 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 | 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 | LayoutTicks () VTK_OVERRIDE |
vtkSlicerScalarBarActor () | |
~vtkSlicerScalarBarActor () | |
Protected Attributes | |
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 for the flag on using VTK6 annotation as label.
|
virtual |
|
static |
|
protectedvirtual |
|
static |
void vtkSlicerScalarBarActor::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
static |
|
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 |
flag for setting color name as label
Definition at line 71 of file vtkSlicerScalarBarActor.h.