10#ifndef vtkRenderedRepresentation_h
11#define vtkRenderedRepresentation_h
15#include "vtkViewsInfovisModule.h"
17VTK_ABI_NAMESPACE_BEGIN
40 vtkSetMacro(LabelRenderMode,
int);
41 vtkGetMacro(LabelRenderMode,
int);
86 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)
Subclasses may call these methods to add or remove props from the representation.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
std::string GetHoverString(vtkView *view, vtkProp *prop, vtkIdType cell)
Obtains the hover text for a particular prop and cell.
vtkRenderedRepresentation()
virtual void PrepareForRendering(vtkRenderView *view)
The view will call this method before every render.
virtual std::string GetHoverStringInternal(vtkSelection *)
Subclasses may override this method to generate the hover text.
void AddPropOnNextRender(vtkProp *p)
Subclasses may call these methods to add or remove props from the representation.
static vtkRenderedRepresentation * New()
data object that represents a "selection" in VTK.
represent text properties.
handles properties associated with a texture map
The superclass for all views.