VTK
|
Paint in the color buffer. More...
#include <vtkClearRGBPass.h>
Public Types | |
typedef vtkRenderPass | Superclass |
typedef vtkRenderPass | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkClearRGBPass * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Render (const vtkRenderState *s) |
virtual int | IsA (const char *type) |
vtkClearRGBPass * | NewInstance () 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 double * | GetBackground () |
virtual void | GetBackground (double &, double &, double &) |
virtual void | GetBackground (double[3]) |
virtual void | SetBackground (double, double, double) |
virtual void | SetBackground (double[3]) |
virtual double * | GetBackground () |
virtual void | GetBackground (double &, double &, double &) |
virtual void | GetBackground (double[3]) |
Static Public Member Functions | |
static vtkClearRGBPass * | New () |
static int | IsTypeOf (const char *type) |
static vtkClearRGBPass * | SafeDownCast (vtkObjectBase *o) |
static vtkClearRGBPass * | New () |
static int | IsTypeOf (const char *type) |
static vtkClearRGBPass * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkClearRGBPass () | |
virtual | ~vtkClearRGBPass () |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkClearRGBPass () | |
virtual | ~vtkClearRGBPass () |
Protected Attributes | |
double | Background [3] |
Paint in the color buffer.
Clear the color buffer to the specified color.
Definition at line 32 of file vtkClearRGBPass.h.
Reimplemented from vtkRenderPass.
Definition at line 36 of file vtkClearRGBPass.h.
Reimplemented from vtkRenderPass.
Definition at line 36 of file vtkClearRGBPass.h.
vtkClearRGBPass::vtkClearRGBPass | ( | ) | [protected] |
Default constructor.
virtual vtkClearRGBPass::~vtkClearRGBPass | ( | ) | [protected, virtual] |
Destructor.
vtkClearRGBPass::vtkClearRGBPass | ( | ) | [protected] |
Default constructor.
virtual vtkClearRGBPass::~vtkClearRGBPass | ( | ) | [protected, virtual] |
Destructor.
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.
static vtkClearRGBPass* vtkClearRGBPass::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkRenderPass.
virtual vtkObjectBase* vtkClearRGBPass::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkRenderPass.
vtkClearRGBPass* vtkClearRGBPass::NewInstance | ( | ) | const |
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.
static vtkClearRGBPass* vtkClearRGBPass::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkRenderPass.
virtual vtkObjectBase* vtkClearRGBPass::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkRenderPass.
vtkClearRGBPass* vtkClearRGBPass::NewInstance | ( | ) | const |
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.
double vtkClearRGBPass::Background [protected] |
Definition at line 56 of file vtkClearRGBPass.h.