VTK
|
composite painter for OpenGL. More...
#include <vtkOpenGLCompositePainter.h>
Public Types | |
typedef vtkCompositePainter | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkOpenGLCompositePainter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkOpenGLCompositePainter * | New () |
static int | IsTypeOf (const char *type) |
static vtkOpenGLCompositePainter * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkOpenGLCompositePainter () | |
~vtkOpenGLCompositePainter () | |
virtual void | UpdateRenderingState (vtkRenderWindow *window, vtkProperty *property, RenderBlockState &state) |
composite painter for OpenGL.
Definition at line 26 of file vtkOpenGLCompositePainter.h.
Reimplemented from vtkCompositePainter.
Definition at line 30 of file vtkOpenGLCompositePainter.h.
vtkOpenGLCompositePainter::vtkOpenGLCompositePainter | ( | ) | [protected] |
vtkOpenGLCompositePainter::~vtkOpenGLCompositePainter | ( | ) | [protected] |
static vtkOpenGLCompositePainter* vtkOpenGLCompositePainter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkCompositePainter.
static int vtkOpenGLCompositePainter::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 vtkCompositePainter.
virtual int vtkOpenGLCompositePainter::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 vtkCompositePainter.
static vtkOpenGLCompositePainter* vtkOpenGLCompositePainter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkCompositePainter.
virtual vtkObjectBase* vtkOpenGLCompositePainter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkCompositePainter.
Reimplemented from vtkCompositePainter.
void vtkOpenGLCompositePainter::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 vtkCompositePainter.
virtual void vtkOpenGLCompositePainter::UpdateRenderingState | ( | vtkRenderWindow * | window, |
vtkProperty * | property, | ||
RenderBlockState & | state | ||
) | [protected, virtual] |
Overridden in vtkOpenGLCompositePainter to pass attributes to OpenGL.
Reimplemented from vtkCompositePainter.