Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkMesaPolyDataMapper Class Reference

a PolyDataMapper for the Mesa library. More...

#include <vtkMesaPolyDataMapper.h>

Inheritance diagram for vtkMesaPolyDataMapper:

Inheritance graph
[legend]
Collaboration diagram for vtkMesaPolyDataMapper:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void Render (vtkRenderer *ren, vtkActor *a)
void ReleaseGraphicsResources (vtkWindow *)
virtual void Draw (vtkRenderer *ren, vtkActor *a)
GLenum GetLmcolorMode (vtkProperty *prop)

Static Public Methods

vtkMesaPolyDataMapper * New ()
int IsTypeOf (const char *type)
vtkMesaPolyDataMapper * SafeDownCast (vtkObject *o)

Protected Methods

 vtkMesaPolyDataMapper ()
 ~vtkMesaPolyDataMapper ()
 vtkMesaPolyDataMapper (const vtkMesaPolyDataMapper &)
void operator= (const vtkMesaPolyDataMapper &)

Protected Attributes

int ListId
vtkRenderWindowRenderWindow
vtkTimerLogTimer

Detailed Description

a PolyDataMapper for the Mesa library.

Date:
2000/12/10 20:08:43
Revision:
1.7

vtkMesaPolyDataMapper is a subclass of vtkPolyDataMapper. vtkMesaPolyDataMapper is a geometric PolyDataMapper for the Mesa rendering library.

Definition at line 69 of file vtkMesaPolyDataMapper.h.


Constructor & Destructor Documentation

vtkMesaPolyDataMapper::vtkMesaPolyDataMapper   [protected]
 

vtkMesaPolyDataMapper::~vtkMesaPolyDataMapper   [protected]
 

vtkMesaPolyDataMapper::vtkMesaPolyDataMapper const vtkMesaPolyDataMapper &    [inline, protected]
 

Definition at line 98 of file vtkMesaPolyDataMapper.h.


Member Function Documentation

vtkMesaPolyDataMapper* vtkMesaPolyDataMapper::New   [static]
 

Instantiate object with no start, end, or progress methods.

Reimplemented from vtkPolyDataMapper.

virtual const char* vtkMesaPolyDataMapper::GetClassName   [virtual]
 

Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkPolyDataMapper.

int vtkMesaPolyDataMapper::IsTypeOf const char *    type [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.

virtual int vtkMesaPolyDataMapper::IsA const char *    type [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.

vtkMesaPolyDataMapper* vtkMesaPolyDataMapper::SafeDownCast vtkObject   o [static]
 

Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkPolyDataMapper.

void vtkMesaPolyDataMapper::Render vtkRenderer   ren,
vtkActor   a
[virtual]
 

Implement superclass render method.

Reimplemented from vtkPolyDataMapper.

void vtkMesaPolyDataMapper::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 vtkMesaPolyDataMapper::Draw vtkRenderer   ren,
vtkActor   a
[virtual]
 

Draw method for Mesa.

GLenum vtkMesaPolyDataMapper::GetLmcolorMode vtkProperty   prop
 

Get the lmcolor property, this is a pretty important little function. It determines how vertex colors will be handled in gl. When a PolyDataMapper has vertex colors it will use this method to determine what lmcolor mode to set.

void vtkMesaPolyDataMapper::operator= const vtkMesaPolyDataMapper &    [inline, protected]
 

Definition at line 99 of file vtkMesaPolyDataMapper.h.


Member Data Documentation

int vtkMesaPolyDataMapper::ListId [protected]
 

Definition at line 101 of file vtkMesaPolyDataMapper.h.

vtkRenderWindow* vtkMesaPolyDataMapper::RenderWindow [protected]
 

Definition at line 102 of file vtkMesaPolyDataMapper.h.

vtkTimerLog* vtkMesaPolyDataMapper::Timer [protected]
 

Definition at line 103 of file vtkMesaPolyDataMapper.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:53:47 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001