VTK
Public Types | Public Member Functions
vtkScalarBarActorInternal Class Reference

Internal state for the scalar bar actor shared with subclasses. More...

#include <vtkScalarBarActorInternal.h>

Collaboration diagram for vtkScalarBarActorInternal:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkSmartVector
< vtkTextActor
ActorVector
typedef std::vector< doubleDoubleVector
typedef std::vector< vtkColor3ubColorVector

Public Member Functions

 vtkScalarBarActorInternal ()

Public Attributes

vtkViewportViewport
 Cache of dimensions fixed during geometry assembly.
double NanSwatchSize
 The thickness and length of the (square) NaN swatch.
double SwatchPad
 Space in pixels between swatches when in indexed lookup mode.
int NumNotes
 Number of annotated values (at least lut->GetNumberOfAnnotatedValues(), but maybe more)
int NumColors
 Number of color swatches to draw for either the continuous or categorical scalar bar, not including a NaN swatch.
int NumSwatches
 Either NumColors or NumColors + 1, depending on whether the NaN swatch is to be drawn.
int TL [2]
 Permutation of (0, 1) that transforms thickness,length into width,height.
vtkPointsSwatchPts
 Point coordinates for the scalar bar actor.
vtkCellArrayPolys
 Cells representing color swatches (for the scalar bar actor)
vtkUnsignedCharArraySwatchColors
 Colors of swatches in Polys.
vtkScalarBarBox Frame
 The bounding box of the entire scalar bar frame.
vtkScalarBarBox ScalarBarBox
 The bounding box of the scalar bar (excluding NaN swatch)
vtkScalarBarBox NanBox
 The bounding box of the NaN swatch.
vtkScalarBarBox TickBox
 The bounding box of tick mark anchor points (tick labels are not fully contained)
vtkScalarBarBox TitleBox
 The bounding box of the scalar bar title text.
std::map< double, vtkStdStringLabels
 Map from viewport coordinates to label text of each annotation.
std::map< double, vtkColor3ubLabelColors
 Map from viewport coordinates to the leader line color of each annotation.
ActorVector TextActors
 Cache of classes holding geometry assembled and ready for rendering.
vtkPolyDataAnnotationBoxes
 Cache of classes holding geometry assembled and ready for rendering.
vtkPolyDataMapper2DAnnotationBoxesMapper
 Cache of classes holding geometry assembled and ready for rendering.
vtkActor2DAnnotationBoxesActor
 Cache of classes holding geometry assembled and ready for rendering.
vtkPolyDataAnnotationLeaders
 Cache of classes holding geometry assembled and ready for rendering.
vtkPolyDataMapper2DAnnotationLeadersMapper
 Cache of classes holding geometry assembled and ready for rendering.
vtkActor2DAnnotationLeadersActor
 Cache of classes holding geometry assembled and ready for rendering.
ActorVector AnnotationLabels
 Cache of classes holding geometry assembled and ready for rendering.
DoubleVector AnnotationAnchors
 Cache of classes holding geometry assembled and ready for rendering.
ColorVector AnnotationColors
 Cache of classes holding geometry assembled and ready for rendering.
vtkPolyDataNanSwatch
 Cache of classes holding geometry assembled and ready for rendering.
vtkPolyDataMapper2DNanSwatchMapper
 Cache of classes holding geometry assembled and ready for rendering.
vtkActor2DNanSwatchActor
 Cache of classes holding geometry assembled and ready for rendering.

Detailed Description

Internal state for the scalar bar actor shared with subclasses.

Definition at line 54 of file vtkScalarBarActorInternal.h.


Member Typedef Documentation

Definition at line 75 of file vtkScalarBarActorInternal.h.

Definition at line 78 of file vtkScalarBarActorInternal.h.

Definition at line 79 of file vtkScalarBarActorInternal.h.


Constructor & Destructor Documentation

Definition at line 57 of file vtkScalarBarActorInternal.h.


Member Data Documentation

Cache of dimensions fixed during geometry assembly.

Only valid within methods invoked by vtkScalarBarActor::RebuildLayout().

Definition at line 86 of file vtkScalarBarActorInternal.h.

The thickness and length of the (square) NaN swatch.

Definition at line 89 of file vtkScalarBarActorInternal.h.

Space in pixels between swatches when in indexed lookup mode.

Definition at line 92 of file vtkScalarBarActorInternal.h.

Number of annotated values (at least lut->GetNumberOfAnnotatedValues(), but maybe more)

Definition at line 96 of file vtkScalarBarActorInternal.h.

Number of color swatches to draw for either the continuous or categorical scalar bar, not including a NaN swatch.

Definition at line 100 of file vtkScalarBarActorInternal.h.

Either NumColors or NumColors + 1, depending on whether the NaN swatch is to be drawn.

Definition at line 104 of file vtkScalarBarActorInternal.h.

Permutation of (0, 1) that transforms thickness,length into width,height.

Definition at line 108 of file vtkScalarBarActorInternal.h.

Point coordinates for the scalar bar actor.

Definition at line 111 of file vtkScalarBarActorInternal.h.

Cells representing color swatches (for the scalar bar actor)

Definition at line 114 of file vtkScalarBarActorInternal.h.

Colors of swatches in Polys.

Definition at line 117 of file vtkScalarBarActorInternal.h.

The bounding box of the entire scalar bar frame.

Definition at line 120 of file vtkScalarBarActorInternal.h.

The bounding box of the scalar bar (excluding NaN swatch)

Definition at line 123 of file vtkScalarBarActorInternal.h.

The bounding box of the NaN swatch.

Definition at line 126 of file vtkScalarBarActorInternal.h.

The bounding box of tick mark anchor points (tick labels are not fully contained)

Definition at line 130 of file vtkScalarBarActorInternal.h.

The bounding box of the scalar bar title text.

Definition at line 133 of file vtkScalarBarActorInternal.h.

Map from viewport coordinates to label text of each annotation.

Definition at line 136 of file vtkScalarBarActorInternal.h.

Map from viewport coordinates to the leader line color of each annotation.

Definition at line 140 of file vtkScalarBarActorInternal.h.

Cache of classes holding geometry assembled and ready for rendering.

Definition at line 145 of file vtkScalarBarActorInternal.h.

Cache of classes holding geometry assembled and ready for rendering.

Definition at line 146 of file vtkScalarBarActorInternal.h.

Cache of classes holding geometry assembled and ready for rendering.

Definition at line 147 of file vtkScalarBarActorInternal.h.

Cache of classes holding geometry assembled and ready for rendering.

Definition at line 148 of file vtkScalarBarActorInternal.h.

Cache of classes holding geometry assembled and ready for rendering.

Definition at line 149 of file vtkScalarBarActorInternal.h.

Cache of classes holding geometry assembled and ready for rendering.

Definition at line 150 of file vtkScalarBarActorInternal.h.

Cache of classes holding geometry assembled and ready for rendering.

Definition at line 151 of file vtkScalarBarActorInternal.h.

Cache of classes holding geometry assembled and ready for rendering.

Definition at line 152 of file vtkScalarBarActorInternal.h.

Cache of classes holding geometry assembled and ready for rendering.

Definition at line 153 of file vtkScalarBarActorInternal.h.

Cache of classes holding geometry assembled and ready for rendering.

Definition at line 154 of file vtkScalarBarActorInternal.h.

Cache of classes holding geometry assembled and ready for rendering.

Definition at line 155 of file vtkScalarBarActorInternal.h.

Cache of classes holding geometry assembled and ready for rendering.

Definition at line 156 of file vtkScalarBarActorInternal.h.

Cache of classes holding geometry assembled and ready for rendering.

Definition at line 157 of file vtkScalarBarActorInternal.h.


The documentation for this class was generated from the following file: