25 #ifndef __vtkRenderedRepresentation_h
26 #define __vtkRenderedRepresentation_h
28 #include "vtkViewsInfovisModule.h"
36 class vtkRenderWindow;
37 class vtkTextProperty;
52 vtkSetMacro(LabelRenderMode,
int);
53 vtkGetMacro(LabelRenderMode,
int);
64 void AddPropOnNextRender(vtkProp* p);
65 void RemovePropOnNextRender(vtkProp* p);
A node in a selection tree. Used to store selection results.
The superclass for all views.
a simple class to control print indentation
The superclass for all representations.
Internals * Implementation
void PrintSelf(ostream &os, vtkIndent indent)
static vtkDataRepresentation * New()
A view containing a renderer.
apply colors to a data set.
virtual vtkUnicodeString GetHoverTextInternal(vtkSelection *)
String class that stores Unicode text.