41 #ifndef vtkLegendBoxActor_h
42 #define vtkLegendBoxActor_h
45 #include "vtkRenderingAnnotationModule.h"
76 void SetNumberOfEntries(
int num);
90 void SetEntry(
int i,
vtkPolyData* symbol,
const char*
string,
double color[3]);
98 void SetEntryString(
int i,
const char*
string);
99 void SetEntryColor(
int i,
double color[3]);
100 void SetEntryColor(
int i,
double r,
double g,
double b);
104 const char* GetEntryString(
int i);
159 vtkSetClampMacro(Padding,
int, 0, 50);
160 vtkGetMacro(Padding,
int);
188 vtkSetVector3Macro(BackgroundColor,
double);
189 vtkGetVector3Macro(BackgroundColor,
double);
197 vtkSetClampMacro(BackgroundOpacity,
double, 0.0, 1.0);
198 vtkGetMacro(BackgroundOpacity,
double);
236 void InitializeEntries();
278 double BackgroundColor[3];
abstract superclass for all actors, volumes and annotations
vtkTypeBool UseBackground
vtkPolyData * BorderPolyData
represents an object (geometry & properties) in a rendered scene
int RenderOverlay(vtkViewport *viewport) override
Support the standard render methods.
actor that draws 2D data with texture support
abstract specification for Viewports
vtkProperty2D * GetBoxProperty()
Get the box vtkProperty2D.
a actor that draws 2D data
record modification and/or execution time
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkTypeBool ScalarVisibility
vtkPlaneSource * Background
void ShallowCopy(vtkProp *prop) override
Shallow copy of this vtkActor2D.
dynamic, self-adjusting array of double
window superclass for vtkRenderWindow
vtkTextMapper ** TextMapper
void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this actor.
vtkPolyDataMapper2D * BackgroundMapper
a simple class to control print indentation
vtkTextProperty * EntryTextProperty
topologically and geometrically regular array of data
static vtkActor2D * New()
Creates an actor2D with the following defaults: position (0,0) (coordinate system is viewport); at la...
vtkTransform ** Transform
vtkPolyData * BoxPolyData
#define VTK_SIZEHINT(...)
represent text properties.
create an array of quadrilaterals located in a plane
vtkPolyDataMapper2D * BorderMapper
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
map vtkPolyData to graphics primitives
vtkTypeBool HasTranslucentPolygonalGeometry() override
Does this prop have some translucent polygonal geometry?
vtkTransformPolyDataFilter ** SymbolTransform
vtkImageData ** IconImage
int RenderOpaqueGeometry(vtkViewport *viewport) override
Support the standard render methods.
vtkActor2D ** SymbolActor
vtkTransformPolyDataFilter ** IconTransformFilter
represent surface properties of a 2D image
vtkTexturedActor2D * BackgroundActor
vtkPolyDataMapper2D * BoxMapper
draw vtkPolyData onto the image plane
vtkPolyDataMapper2D ** SymbolMapper
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTransform ** IconTransform
vtkPolyDataMapper2D ** IconMapper
vtkTexturedActor2D ** IconActor