26#ifndef vtkRenderedRepresentation_h
27#define vtkRenderedRepresentation_h
32#include "vtkViewsInfovisModule.h"
56 vtkSetMacro(LabelRenderMode,
int);
57 vtkGetMacro(LabelRenderMode,
int);
82 "Use void std::string GetHoverString(vtkView* view, vtkProp* prop, vtkIdType cell)")
88 virtual std::
string GetHoverStringInternal(
vtkSelection*) {
return ""; }
107 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()
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
String class that stores Unicode text.
The superclass for all views.
#define VTK_DEPRECATED_IN_9_1_0(reason)