vtkMesaPolyDataMapper Class Reference
#include <vtkMesaPolyDataMapper.h>
Inheritance diagram for vtkMesaPolyDataMapper:
[legend]Collaboration diagram for vtkMesaPolyDataMapper:
[legend]List of all members.
Detailed Description
a PolyDataMapper for the Mesa library
vtkMesaPolyDataMapper is a subclass of vtkPolyDataMapper. vtkMesaPolyDataMapper is a geometric PolyDataMapper for the Mesa rendering library.
- Created by:
-
- CVS contributions (if > 5%):
- Martin, Ken (65%)
- Hoffman, Bill (31%)
- CVS logs (CVSweb):
.h (/Rendering/vtkMesaPolyDataMapper
.h)
.cxx (/Rendering/vtkMesaPolyDataMapper
.cxx)
- Examples:
- vtkMesaPolyDataMapper (Examples)
- Tests:
- vtkMesaPolyDataMapper (Tests)
Definition at line 54 of file vtkMesaPolyDataMapper.h.
|
Public Types |
typedef vtkPolyDataMapper | Superclass |
Public Member Functions |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | RenderPiece (vtkRenderer *ren, vtkActor *a) |
void | ReleaseGraphicsResources (vtkWindow *) |
virtual int | Draw (vtkRenderer *ren, vtkActor *a) |
Static Public Member Functions |
vtkMesaPolyDataMapper * | New () |
int | IsTypeOf (const char *type) |
vtkMesaPolyDataMapper * | SafeDownCast (vtkObject *o) |
Protected Member Functions |
| vtkMesaPolyDataMapper () |
| ~vtkMesaPolyDataMapper () |
void | DrawPoints (int idx, vtkPoints *p, vtkDataArray *n, vtkUnsignedCharArray *c, vtkDataArray *t, vtkIdType &cellNum, int &noAbort, vtkCellArray *ca, vtkRenderer *ren) |
void | DrawLines (int idx, vtkPoints *p, vtkDataArray *n, vtkUnsignedCharArray *c, vtkDataArray *t, vtkIdType &cellNum, int &noAbort, vtkCellArray *ca, vtkRenderer *ren) |
void | DrawPolygons (int idx, vtkPoints *p, vtkDataArray *n, vtkUnsignedCharArray *c, vtkDataArray *t, vtkIdType &cellNum, int &noAbort, GLenum rep, vtkCellArray *ca, vtkRenderer *ren) |
void | DrawTStrips (int idx, vtkPoints *p, vtkDataArray *n, vtkUnsignedCharArray *c, vtkDataArray *t, vtkIdType &cellNum, int &noAbort, GLenum rep, vtkCellArray *ca, vtkRenderer *ren) |
Protected Attributes |
vtkIdType | TotalCells |
int | ListId |
vtkOpenGLTexture * | InternalColorTexture |
vtkRenderWindow * | RenderWindow |
Member Typedef Documentation
Constructor & Destructor Documentation
vtkMesaPolyDataMapper::vtkMesaPolyDataMapper |
( |
|
) |
[protected] |
|
Member Function Documentation
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkPolyDataMapper. |
virtual const char* vtkMesaPolyDataMapper::GetClassName |
( |
|
) |
[virtual] |
|
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 vtkTypeRevisionMacro 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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataMapper. |
virtual void vtkMesaPolyDataMapper::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. |
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. |
Member Data Documentation
The documentation for this class was generated from the following file: