26 #ifndef vtkRenderedRepresentation_h
27 #define vtkRenderedRepresentation_h
32 #include "vtkViewsInfovisModule.h"
56 vtkSetMacro(LabelRenderMode,
int);
57 vtkGetMacro(LabelRenderMode,
int);
102 Internals* Implementation;
apply colors to a data set.
The superclass for all representations.
a simple class to control print indentation
abstract superclass for all actors, volumes and annotations
A view containing a renderer.
create a window for renderers to draw into
~vtkRenderedRepresentation() override
void RemovePropOnNextRender(vtkProp *p)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual vtkUnicodeString GetHoverTextInternal(vtkSelection *)
Subclasses may override this method to generate the hover text.
vtkRenderedRepresentation()
static vtkRenderedRepresentation * New()
vtkUnicodeString GetHoverText(vtkView *view, vtkProp *prop, vtkIdType cell)
Obtains the hover text for a particular prop and cell.
virtual void PrepareForRendering(vtkRenderView *view)
The view will call this method before every render.
void AddPropOnNextRender(vtkProp *p)
Subclasses may call these methods to add or remove props from the representation.
data object that represents a "selection" in VTK.
represent text properties.
handles properties associated with a texture map
String class that stores Unicode text.
The superclass for all views.