#include <vtkRenderedRepresentation.h>
Definition at line 40 of file vtkRenderedRepresentation.h.
Public Types | |
typedef vtkDataRepresentation | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetLabelRenderMode (int) |
virtual int | GetLabelRenderMode () |
Static Public Member Functions | |
static vtkRenderedRepresentation * | New () |
static int | IsTypeOf (const char *type) |
static vtkRenderedRepresentation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkRenderedRepresentation () | |
~vtkRenderedRepresentation () | |
vtkUnicodeString | GetHoverText (vtkView *view, vtkProp *prop, vtkIdType cell) |
virtual void | PrepareForRendering (vtkRenderView *view) |
void | AddPropOnNextRender (vtkProp *p) |
void | RemovePropOnNextRender (vtkProp *p) |
virtual vtkUnicodeString | GetHoverTextInternal (vtkSelection *) |
Protected Attributes | |
Internals * | Implementation |
int | LabelRenderMode |
Friends | |
class | vtkRenderView |
Reimplemented from vtkDataRepresentation.
Reimplemented in vtkParallelCoordinatesHistogramRepresentation, vtkParallelCoordinatesRepresentation, vtkRenderedGraphRepresentation, vtkRenderedHierarchyRepresentation, vtkRenderedSurfaceRepresentation, and vtkRenderedTreeAreaRepresentation.
Definition at line 44 of file vtkRenderedRepresentation.h.
vtkRenderedRepresentation::vtkRenderedRepresentation | ( | ) | [protected] |
vtkRenderedRepresentation::~vtkRenderedRepresentation | ( | ) | [protected] |
static vtkRenderedRepresentation* vtkRenderedRepresentation::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkDataRepresentation.
Reimplemented in vtkParallelCoordinatesHistogramRepresentation, vtkParallelCoordinatesRepresentation, vtkRenderedGraphRepresentation, vtkRenderedHierarchyRepresentation, vtkRenderedSurfaceRepresentation, and vtkRenderedTreeAreaRepresentation.
virtual const char* vtkRenderedRepresentation::GetClassName | ( | ) | [virtual] |
static int vtkRenderedRepresentation::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkDataRepresentation.
Reimplemented in vtkParallelCoordinatesHistogramRepresentation, vtkParallelCoordinatesRepresentation, vtkRenderedGraphRepresentation, vtkRenderedHierarchyRepresentation, vtkRenderedSurfaceRepresentation, and vtkRenderedTreeAreaRepresentation.
virtual int vtkRenderedRepresentation::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkDataRepresentation.
Reimplemented in vtkParallelCoordinatesHistogramRepresentation, vtkParallelCoordinatesRepresentation, vtkRenderedGraphRepresentation, vtkRenderedHierarchyRepresentation, vtkRenderedSurfaceRepresentation, and vtkRenderedTreeAreaRepresentation.
static vtkRenderedRepresentation* vtkRenderedRepresentation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
void vtkRenderedRepresentation::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkDataRepresentation.
Reimplemented in vtkParallelCoordinatesHistogramRepresentation, vtkParallelCoordinatesRepresentation, vtkRenderedGraphRepresentation, vtkRenderedHierarchyRepresentation, vtkRenderedSurfaceRepresentation, and vtkRenderedTreeAreaRepresentation.
virtual void vtkRenderedRepresentation::SetLabelRenderMode | ( | int | ) | [virtual] |
Set the label render mode. vtkRenderView::QT - Use Qt-based labeler with fitted labeling and unicode support. Requires VTK_USE_QT to be on. vtkRenderView::FREETYPE - Use standard freetype text rendering.
Reimplemented in vtkRenderedTreeAreaRepresentation.
virtual int vtkRenderedRepresentation::GetLabelRenderMode | ( | ) | [virtual] |
Set the label render mode. vtkRenderView::QT - Use Qt-based labeler with fitted labeling and unicode support. Requires VTK_USE_QT to be on. vtkRenderView::FREETYPE - Use standard freetype text rendering.
void vtkRenderedRepresentation::AddPropOnNextRender | ( | vtkProp * | p | ) | [protected] |
Subclasses may call these methods to add or remove props from the representation. Use these if the number of props/actors changes as the result of input connection changes.
void vtkRenderedRepresentation::RemovePropOnNextRender | ( | vtkProp * | p | ) | [protected] |
Subclasses may call these methods to add or remove props from the representation. Use these if the number of props/actors changes as the result of input connection changes.
vtkUnicodeString vtkRenderedRepresentation::GetHoverText | ( | vtkView * | view, | |
vtkProp * | prop, | |||
vtkIdType | cell | |||
) | [protected] |
Obtains the hover text for a particular prop and cell. If the prop is not applicable to the representation, return an empty string. Subclasses should override GetHoverTextInternal, in which the prop and cell are converted to an appropriate selection using ConvertSelection().
virtual vtkUnicodeString vtkRenderedRepresentation::GetHoverTextInternal | ( | vtkSelection * | ) | [inline, protected, virtual] |
Subclasses may override this method to generate the hover text.
Reimplemented in vtkRenderedGraphRepresentation, and vtkRenderedTreeAreaRepresentation.
Definition at line 76 of file vtkRenderedRepresentation.h.
virtual void vtkRenderedRepresentation::PrepareForRendering | ( | vtkRenderView * | view | ) | [protected, virtual] |
The view will call this method before every render. Representations may add their own pre-render logic here.
Reimplemented in vtkParallelCoordinatesRepresentation, vtkRenderedGraphRepresentation, vtkRenderedSurfaceRepresentation, and vtkRenderedTreeAreaRepresentation.
friend class vtkRenderView [friend] |
Reimplemented from vtkDataRepresentation.
Definition at line 85 of file vtkRenderedRepresentation.h.
Internals* vtkRenderedRepresentation::Implementation [protected] |
Reimplemented from vtkDataRepresentation.
Reimplemented in vtkRenderedHierarchyRepresentation, and vtkRenderedTreeAreaRepresentation.
Definition at line 86 of file vtkRenderedRepresentation.h.
int vtkRenderedRepresentation::LabelRenderMode [protected] |
Definition at line 90 of file vtkRenderedRepresentation.h.