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

draw PointGaussians using imposters More...

#include <vtkOpenGLPointGaussianMapper.h>

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

List of all members.

Public Types

typedef vtkPointGaussianMapper Superclass

Public Member Functions

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

Static Public Member Functions

static
vtkOpenGLPointGaussianMapper
New ()
static int IsTypeOf (const char *type)
static
vtkOpenGLPointGaussianMapper
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkOpenGLPointGaussianMapper ()
 ~vtkOpenGLPointGaussianMapper ()
virtual void RenderPiece (vtkRenderer *ren, vtkActor *act)

Protected Attributes

vtkOpenGLPointGaussianMapperHelper * Helper
vtkTimeStamp HelperUpdateTime

Detailed Description

draw PointGaussians using imposters

An OpenGL mapper that uses imposters to draw PointGaussians. Supports transparency and picking as well.

Definition at line 29 of file vtkOpenGLPointGaussianMapper.h.


Member Typedef Documentation

Reimplemented from vtkPointGaussianMapper.

Definition at line 33 of file vtkOpenGLPointGaussianMapper.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 vtkPointGaussianMapper.

static int vtkOpenGLPointGaussianMapper::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 vtkPointGaussianMapper.

virtual int vtkOpenGLPointGaussianMapper::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 vtkPointGaussianMapper.

Reimplemented from vtkPointGaussianMapper.

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

Reimplemented from vtkPointGaussianMapper.

Reimplemented from vtkPointGaussianMapper.

void vtkOpenGLPointGaussianMapper::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 vtkPointGaussianMapper.

Release any graphics resources that are being consumed by this mapper. The parameter window could be used to determine which graphic resources to release.

Reimplemented from vtkMapper.

virtual void vtkOpenGLPointGaussianMapper::RenderPiece ( vtkRenderer ren,
vtkActor act 
) [protected, virtual]

Implemented by sub classes. Actual rendering is done here.

Implements vtkPolyDataMapper.


Member Data Documentation

vtkOpenGLPointGaussianMapperHelper* vtkOpenGLPointGaussianMapper::Helper [protected]

Definition at line 47 of file vtkOpenGLPointGaussianMapper.h.

Definition at line 48 of file vtkOpenGLPointGaussianMapper.h.


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