VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Friends
vtkRenderedRepresentation Class Reference

#include <vtkRenderedRepresentation.h>

Inheritance diagram for vtkRenderedRepresentation:
Inheritance graph
[legend]
Collaboration diagram for vtkRenderedRepresentation:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkDataRepresentation Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkRenderedRepresentationNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetLabelRenderMode (int)
virtual int GetLabelRenderMode ()

Static Public Member Functions

static vtkRenderedRepresentationNew ()
static int IsTypeOf (const char *type)
static vtkRenderedRepresentationSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 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

Detailed Description

Definition at line 41 of file vtkRenderedRepresentation.h.


Member Typedef Documentation


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkDataRepresentation.

Reimplemented in vtkParallelCoordinatesRepresentation, vtkRenderedGraphRepresentation, vtkParallelCoordinatesHistogramRepresentation, vtkRenderedTreeAreaRepresentation, vtkRenderedSurfaceRepresentation, and vtkRenderedHierarchyRepresentation.

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 vtkParallelCoordinatesRepresentation, vtkRenderedGraphRepresentation, vtkParallelCoordinatesHistogramRepresentation, vtkRenderedTreeAreaRepresentation, vtkRenderedSurfaceRepresentation, and vtkRenderedHierarchyRepresentation.

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 vtkParallelCoordinatesRepresentation, vtkRenderedGraphRepresentation, vtkParallelCoordinatesHistogramRepresentation, vtkRenderedTreeAreaRepresentation, vtkRenderedSurfaceRepresentation, and vtkRenderedHierarchyRepresentation.

virtual vtkObjectBase* vtkRenderedRepresentation::NewInstanceInternal ( ) const [protected, virtual]
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 vtkParallelCoordinatesRepresentation, vtkRenderedGraphRepresentation, vtkParallelCoordinatesHistogramRepresentation, vtkRenderedTreeAreaRepresentation, vtkRenderedSurfaceRepresentation, and vtkRenderedHierarchyRepresentation.

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.

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.

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.

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.

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().

Subclasses may override this method to generate the hover text.

Reimplemented in vtkRenderedGraphRepresentation, and vtkRenderedTreeAreaRepresentation.

Definition at line 77 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 vtkRenderedGraphRepresentation, vtkRenderedTreeAreaRepresentation, vtkParallelCoordinatesRepresentation, and vtkRenderedSurfaceRepresentation.


Friends And Related Function Documentation

friend class vtkRenderView [friend]

Reimplemented from vtkDataRepresentation.

Definition at line 86 of file vtkRenderedRepresentation.h.


Member Data Documentation

Definition at line 91 of file vtkRenderedRepresentation.h.


The documentation for this class was generated from the following file: