VTK
|
draw PointGaussians using imposters More...
#include <vtkPointGaussianMapper.h>
Public Types | |
typedef vtkPolyDataMapper | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPointGaussianMapper * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetScaleArray (const char *) |
virtual char * | GetScaleArray () |
virtual void | SetDefaultRadius (double) |
virtual double | GetDefaultRadius () |
Static Public Member Functions | |
static vtkPointGaussianMapper * | New () |
static int | IsTypeOf (const char *type) |
static vtkPointGaussianMapper * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPointGaussianMapper () | |
~vtkPointGaussianMapper () | |
Protected Attributes | |
char * | ScaleArray |
double | DefaultRadius |
draw PointGaussians using imposters
An mapper that uses imposters to draw PointGaussians. Supports transparency and picking as well.
Definition at line 30 of file vtkPointGaussianMapper.h.
Reimplemented from vtkPolyDataMapper.
Reimplemented in vtkOpenGLPointGaussianMapper.
Definition at line 34 of file vtkPointGaussianMapper.h.
vtkPointGaussianMapper::vtkPointGaussianMapper | ( | ) | [protected] |
vtkPointGaussianMapper::~vtkPointGaussianMapper | ( | ) | [protected] |
static vtkPointGaussianMapper* vtkPointGaussianMapper::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkPolyDataMapper.
Reimplemented in vtkOpenGLPointGaussianMapper.
static int vtkPointGaussianMapper::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 vtkPolyDataMapper.
Reimplemented in vtkOpenGLPointGaussianMapper.
virtual int vtkPointGaussianMapper::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 vtkPolyDataMapper.
Reimplemented in vtkOpenGLPointGaussianMapper.
static vtkPointGaussianMapper* vtkPointGaussianMapper::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkPolyDataMapper.
Reimplemented in vtkOpenGLPointGaussianMapper.
virtual vtkObjectBase* vtkPointGaussianMapper::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkPolyDataMapper.
Reimplemented in vtkOpenGLPointGaussianMapper.
Reimplemented from vtkPolyDataMapper.
Reimplemented in vtkOpenGLPointGaussianMapper.
void vtkPointGaussianMapper::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 vtkPolyDataMapper.
Reimplemented in vtkOpenGLPointGaussianMapper.
virtual void vtkPointGaussianMapper::SetScaleArray | ( | const char * | ) | [virtual] |
Convenience method to set the array to scale with.
virtual char* vtkPointGaussianMapper::GetScaleArray | ( | ) | [virtual] |
Convenience method to set the array to scale with.
virtual void vtkPointGaussianMapper::SetDefaultRadius | ( | double | ) | [virtual] |
Set the default radius of the point gaussians. This is used if the array to scale with has not been set or is set to NULL.
virtual double vtkPointGaussianMapper::GetDefaultRadius | ( | ) | [virtual] |
Set the default radius of the point gaussians. This is used if the array to scale with has not been set or is set to NULL.
char* vtkPointGaussianMapper::ScaleArray [protected] |
Definition at line 54 of file vtkPointGaussianMapper.h.
double vtkPointGaussianMapper::DefaultRadius [protected] |
Definition at line 55 of file vtkPointGaussianMapper.h.