25 #ifndef __vtkRenderedRepresentation_h
26 #define __vtkRenderedRepresentation_h
28 #include "vtkViewsInfovisModule.h"
30 #include "vtkSmartPointer.h"
31 #include "vtkUnicodeString.h"
36 class vtkRenderWindow;
37 class vtkTextProperty;
46 void PrintSelf(ostream& os, vtkIndent indent);
52 vtkSetMacro(LabelRenderMode,
int);
53 vtkGetMacro(LabelRenderMode,
int);
64 void AddPropOnNextRender(vtkProp* p);
65 void RemovePropOnNextRender(vtkProp* p);
73 vtkUnicodeString GetHoverText(
vtkView* view, vtkProp* prop, vtkIdType cell);
78 {
return vtkUnicodeString(); }
A node in a selection tree. Used to store selection results.
The superclass for all views.
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 *)