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

draw PointGaussians using imposters More...

#include <vtkPointGaussianMapper.h>

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

List of all members.

Public Types

typedef vtkPolyDataMapper Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPointGaussianMapperNewInstance () 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 vtkPointGaussianMapperNew ()
static int IsTypeOf (const char *type)
static vtkPointGaussianMapperSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPointGaussianMapper ()
 ~vtkPointGaussianMapper ()

Protected Attributes

char * ScaleArray
double DefaultRadius

Detailed Description

draw PointGaussians using imposters

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

Tests:
vtkPointGaussianMapper (Tests)

Definition at line 30 of file vtkPointGaussianMapper.h.


Member Typedef Documentation

Reimplemented from vtkPolyDataMapper.

Reimplemented in vtkOpenGLPointGaussianMapper.

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

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.

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.


Member Data Documentation

Definition at line 54 of file vtkPointGaussianMapper.h.

Definition at line 55 of file vtkPointGaussianMapper.h.


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