#include <vtkOpenGLPolyDataMapper2D.h>
Inheritance diagram for vtkOpenGLPolyDataMapper2D:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | RenderOpaqueGeometry (vtkViewport *viewport, vtkActor2D *actor) |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkOpenGLPolyDataMapper2D * | SafeDownCast (vtkObject *o) |
vtkOpenGLPolyDataMapper2D * | New () |
Protected Methods | |
vtkOpenGLPolyDataMapper2D () | |
~vtkOpenGLPolyDataMapper2D () | |
vtkOpenGLPolyDataMapper2D (const vtkOpenGLPolyDataMapper2D &) | |
void | operator= (const vtkOpenGLPolyDataMapper2D &) |
|
Definition at line 67 of file vtkOpenGLPolyDataMapper2D.h. |
|
Definition at line 68 of file vtkOpenGLPolyDataMapper2D.h. |
|
Definition at line 69 of file vtkOpenGLPolyDataMapper2D.h. |
|
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 vtkPolyDataMapper2D. |
|
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 vtkPolyDataMapper2D. |
|
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 vtkPolyDataMapper2D. |
|
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 vtkPolyDataMapper2D. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkPolyDataMapper2D. |
|
Actually draw the poly data. Reimplemented from vtkMapper2D. |
|
Definition at line 70 of file vtkOpenGLPolyDataMapper2D.h. |