vtkRenderedRepresentation Class Reference

#include <vtkRenderedRepresentation.h>

Inheritance diagram for vtkRenderedRepresentation:

Inheritance graph
[legend]
Collaboration diagram for vtkRenderedRepresentation:

Collaboration graph
[legend]

List of all members.


Detailed Description

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 vtkRenderedRepresentationNew ()
static int IsTypeOf (const char *type)
static vtkRenderedRepresentationSafeDownCast (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

Member Typedef Documentation


Constructor & Destructor Documentation

vtkRenderedRepresentation::vtkRenderedRepresentation (  )  [protected]

vtkRenderedRepresentation::~vtkRenderedRepresentation (  )  [protected]


Member Function Documentation

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


Friends And Related Function Documentation

friend class vtkRenderView [friend]

Reimplemented from vtkDataRepresentation.

Definition at line 87 of file vtkRenderedRepresentation.h.


Member Data Documentation

Definition at line 92 of file vtkRenderedRepresentation.h.


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

Generated on Mon Sep 27 18:47:19 2010 for VTK by  doxygen 1.5.6