VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkClearRGBPass Class Reference

Paint in the color buffer. More...

#include <vtkClearRGBPass.h>

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

List of all members.

Public Types

typedef vtkRenderPass Superclass
typedef vtkRenderPass Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkClearRGBPassNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void Render (const vtkRenderState *s)
virtual int IsA (const char *type)
vtkClearRGBPassNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void Render (const vtkRenderState *s)
virtual void SetBackground (double, double, double)
virtual void SetBackground (double[3])
virtual doubleGetBackground ()
virtual void GetBackground (double &, double &, double &)
virtual void GetBackground (double[3])
virtual void SetBackground (double, double, double)
virtual void SetBackground (double[3])
virtual doubleGetBackground ()
virtual void GetBackground (double &, double &, double &)
virtual void GetBackground (double[3])

Static Public Member Functions

static vtkClearRGBPassNew ()
static int IsTypeOf (const char *type)
static vtkClearRGBPassSafeDownCast (vtkObjectBase *o)
static vtkClearRGBPassNew ()
static int IsTypeOf (const char *type)
static vtkClearRGBPassSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkClearRGBPass ()
virtual ~vtkClearRGBPass ()
virtual vtkObjectBaseNewInstanceInternal () const
 vtkClearRGBPass ()
virtual ~vtkClearRGBPass ()

Protected Attributes

double Background [3]

Detailed Description

Paint in the color buffer.

Clear the color buffer to the specified color.

See also:
vtkValuePasses

Definition at line 32 of file vtkClearRGBPass.h.


Member Typedef Documentation

Reimplemented from vtkRenderPass.

Definition at line 36 of file vtkClearRGBPass.h.

Reimplemented from vtkRenderPass.

Definition at line 36 of file vtkClearRGBPass.h.


Constructor & Destructor Documentation

Default constructor.

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

Destructor.

Default constructor.

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

Destructor.


Member Function Documentation

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

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

Reimplemented from vtkObject.

static int vtkClearRGBPass::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 vtkRenderPass.

virtual int vtkClearRGBPass::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 vtkRenderPass.

Reimplemented from vtkRenderPass.

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

Reimplemented from vtkRenderPass.

Reimplemented from vtkRenderPass.

void vtkClearRGBPass::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 vtkRenderPass.

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

Perform rendering according to a render state s.

Implements vtkRenderPass.

virtual void vtkClearRGBPass::SetBackground ( double  ,
double  ,
double   
) [virtual]

Set/Get the background color of the rendering screen using an rgb color specification.

virtual void vtkClearRGBPass::SetBackground ( double  [3]) [virtual]

Set/Get the background color of the rendering screen using an rgb color specification.

virtual double* vtkClearRGBPass::GetBackground ( ) [virtual]

Set/Get the background color of the rendering screen using an rgb color specification.

virtual void vtkClearRGBPass::GetBackground ( double ,
double ,
double  
) [virtual]

Set/Get the background color of the rendering screen using an rgb color specification.

virtual void vtkClearRGBPass::GetBackground ( double  [3]) [virtual]

Set/Get the background color of the rendering screen using an rgb color specification.

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

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

Reimplemented from vtkObject.

static int vtkClearRGBPass::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 vtkRenderPass.

virtual int vtkClearRGBPass::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 vtkRenderPass.

Reimplemented from vtkRenderPass.

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

Reimplemented from vtkRenderPass.

Reimplemented from vtkRenderPass.

void vtkClearRGBPass::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 vtkRenderPass.

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

Perform rendering according to a render state s.

Implements vtkRenderPass.

virtual void vtkClearRGBPass::SetBackground ( double  ,
double  ,
double   
) [virtual]

Set/Get the background color of the rendering screen using an rgb color specification.

virtual void vtkClearRGBPass::SetBackground ( double  [3]) [virtual]

Set/Get the background color of the rendering screen using an rgb color specification.

virtual double* vtkClearRGBPass::GetBackground ( ) [virtual]

Set/Get the background color of the rendering screen using an rgb color specification.

virtual void vtkClearRGBPass::GetBackground ( double ,
double ,
double  
) [virtual]

Set/Get the background color of the rendering screen using an rgb color specification.

virtual void vtkClearRGBPass::GetBackground ( double  [3]) [virtual]

Set/Get the background color of the rendering screen using an rgb color specification.


Member Data Documentation

Definition at line 56 of file vtkClearRGBPass.h.


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