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

composite painter for OpenGL. More...

#include <vtkOpenGLCompositePainter.h>

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

List of all members.

Public Types

typedef vtkCompositePainter Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkOpenGLCompositePainterNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static vtkOpenGLCompositePainterNew ()
static int IsTypeOf (const char *type)
static vtkOpenGLCompositePainterSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkOpenGLCompositePainter ()
 ~vtkOpenGLCompositePainter ()
virtual void UpdateRenderingState (vtkRenderWindow *window, vtkProperty *property, RenderBlockState &state)

Detailed Description

composite painter for OpenGL.

Definition at line 26 of file vtkOpenGLCompositePainter.h.


Member Typedef Documentation

Reimplemented from vtkCompositePainter.

Definition at line 30 of file vtkOpenGLCompositePainter.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

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.


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