VTK
|
draw PointGaussians using imposters More...
#include <vtkOpenGLPointGaussianMapper.h>
Public Types | |
typedef vtkPointGaussianMapper | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkOpenGLPointGaussianMapper * | NewInstance () 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 vtkObjectBase * | NewInstanceInternal () const |
vtkOpenGLPointGaussianMapper () | |
~vtkOpenGLPointGaussianMapper () | |
virtual void | RenderPiece (vtkRenderer *ren, vtkActor *act) |
Protected Attributes | |
vtkOpenGLPointGaussianMapperHelper * | Helper |
vtkTimeStamp | HelperUpdateTime |
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.
Reimplemented from vtkPointGaussianMapper.
Definition at line 33 of file vtkOpenGLPointGaussianMapper.h.
vtkOpenGLPointGaussianMapper::vtkOpenGLPointGaussianMapper | ( | ) | [protected] |
vtkOpenGLPointGaussianMapper::~vtkOpenGLPointGaussianMapper | ( | ) | [protected] |
static vtkOpenGLPointGaussianMapper* vtkOpenGLPointGaussianMapper::New | ( | ) | [static] |
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.
static vtkOpenGLPointGaussianMapper* vtkOpenGLPointGaussianMapper::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
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.
void vtkOpenGLPointGaussianMapper::ReleaseGraphicsResources | ( | vtkWindow * | ) | [virtual] |
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.
vtkOpenGLPointGaussianMapperHelper* vtkOpenGLPointGaussianMapper::Helper [protected] |
Definition at line 47 of file vtkOpenGLPointGaussianMapper.h.
Definition at line 48 of file vtkOpenGLPointGaussianMapper.h.