#include <vtkMesaPolyDataMapper.h>
vtkMesaPolyDataMapper is a subclass of vtkPolyDataMapper. vtkMesaPolyDataMapper is a geometric PolyDataMapper for the Mesa rendering library.
Definition at line 40 of file vtkMesaPolyDataMapper.h.
vtkMesaPolyDataMapper::vtkMesaPolyDataMapper | ( | ) | [protected] |
vtkMesaPolyDataMapper::~vtkMesaPolyDataMapper | ( | ) | [protected] |
static vtkMesaPolyDataMapper* vtkMesaPolyDataMapper::New | ( | ) | [static] |
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] |
Reimplemented from vtkPolyDataMapper.
static int vtkMesaPolyDataMapper::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataMapper.
virtual int vtkMesaPolyDataMapper::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataMapper.
static vtkMesaPolyDataMapper* vtkMesaPolyDataMapper::SafeDownCast | ( | vtkObject * | o | ) | [static] |
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.
virtual void vtkMesaPolyDataMapper::RenderPiece | ( | vtkRenderer * | ren, | |
vtkActor * | a | |||
) | [virtual] |
Implement superclass render method.
Implements 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 int vtkMesaPolyDataMapper::Draw | ( | vtkRenderer * | ren, | |
vtkActor * | a | |||
) | [virtual] |
Draw method for Mesa.
void vtkMesaPolyDataMapper::DrawPoints | ( | int | idx, | |
vtkPoints * | p, | |||
vtkDataArray * | n, | |||
vtkUnsignedCharArray * | c, | |||
vtkDataArray * | t, | |||
vtkIdType & | cellNum, | |||
int & | noAbort, | |||
vtkCellArray * | ca, | |||
vtkRenderer * | ren | |||
) | [protected] |
void vtkMesaPolyDataMapper::DrawLines | ( | int | idx, | |
vtkPoints * | p, | |||
vtkDataArray * | n, | |||
vtkUnsignedCharArray * | c, | |||
vtkDataArray * | t, | |||
vtkIdType & | cellNum, | |||
int & | noAbort, | |||
vtkCellArray * | ca, | |||
vtkRenderer * | ren | |||
) | [protected] |
void vtkMesaPolyDataMapper::DrawPolygons | ( | int | idx, | |
vtkPoints * | p, | |||
vtkDataArray * | n, | |||
vtkUnsignedCharArray * | c, | |||
vtkDataArray * | t, | |||
vtkIdType & | cellNum, | |||
int & | noAbort, | |||
GLenum | rep, | |||
vtkCellArray * | ca, | |||
vtkRenderer * | ren | |||
) | [protected] |
void vtkMesaPolyDataMapper::DrawTStrips | ( | int | idx, | |
vtkPoints * | p, | |||
vtkDataArray * | n, | |||
vtkUnsignedCharArray * | c, | |||
vtkDataArray * | t, | |||
vtkIdType & | cellNum, | |||
int & | noAbort, | |||
GLenum | rep, | |||
vtkCellArray * | ca, | |||
vtkRenderer * | ren | |||
) | [protected] |
vtkIdType vtkMesaPolyDataMapper::TotalCells [protected] |
Definition at line 104 of file vtkMesaPolyDataMapper.h.
int vtkMesaPolyDataMapper::ListId [protected] |
Definition at line 105 of file vtkMesaPolyDataMapper.h.
Definition at line 106 of file vtkMesaPolyDataMapper.h.
vtkRenderWindow* vtkMesaPolyDataMapper::RenderWindow [protected] |
Definition at line 107 of file vtkMesaPolyDataMapper.h.