VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkValuePass Class Reference

Render opaque objects with the vtkValuePainter. More...

#include <vtkValuePass.h>

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

List of all members.

Public Types

typedef vtkOpaquePass Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkValuePassNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void Render (const vtkRenderState *s)
void SetInputArrayToProcess (int fieldAssociation, const char *name)
void SetInputArrayToProcess (int fieldAssociation, int fieldAttributeType)
void SetInputComponentToProcess (int comp)
void SetScalarRange (double min, double max)

Static Public Member Functions

static vtkValuePassNew ()
static int IsTypeOf (const char *type)
static vtkValuePassSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkValuePass ()
virtual ~vtkValuePass ()

Detailed Description

Render opaque objects with the vtkValuePainter.

This is a render pass draws polygonal data with the vtkValuePainter.

See also:
vtkValuePainter, vtkValuePass

Definition at line 30 of file vtkValuePass.h.


Member Typedef Documentation

Reimplemented from vtkOpaquePass.

Definition at line 34 of file vtkValuePass.h.


Constructor & Destructor Documentation

vtkValuePass::vtkValuePass ( ) [protected]

Default constructor.

virtual vtkValuePass::~vtkValuePass ( ) [protected, virtual]

Destructor.


Member Function Documentation

static vtkValuePass* vtkValuePass::New ( ) [static]

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

Reimplemented from vtkOpaquePass.

static int vtkValuePass::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 vtkOpaquePass.

virtual int vtkValuePass::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 vtkOpaquePass.

Reimplemented from vtkOpaquePass.

virtual vtkObjectBase* vtkValuePass::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkOpaquePass.

Reimplemented from vtkOpaquePass.

void vtkValuePass::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 vtkOpaquePass.

void vtkValuePass::SetInputArrayToProcess ( int  fieldAssociation,
const char *  name 
)

Set the array to be drawn.

void vtkValuePass::SetInputArrayToProcess ( int  fieldAssociation,
int  fieldAttributeType 
)

Set the array to be drawn.

Set the array to be drawn.

void vtkValuePass::SetScalarRange ( double  min,
double  max 
)

Set the array to be drawn.

virtual void vtkValuePass::Render ( const vtkRenderState s) [virtual]

Render.

Reimplemented from vtkOpaquePass.


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