#include <vtkMesaPolyDataMapper2D.h>
Inheritance diagram for vtkWin32PolyDataMapper2D:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | RenderOverlay (vtkViewport *viewport, vtkActor2D *actor) |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkWin32PolyDataMapper2D * | SafeDownCast (vtkObject *o) |
vtkWin32PolyDataMapper2D * | New () |
Protected Methods | |
vtkWin32PolyDataMapper2D () | |
~vtkWin32PolyDataMapper2D () | |
vtkWin32PolyDataMapper2D (const vtkWin32PolyDataMapper2D &) | |
void | operator= (const vtkWin32PolyDataMapper2D &) |
vtkWin32PolyDataMapper2D provides 2D PolyData annotation support for vtk under windows. Normally the user should use vtkPolyDataMapper2D which in turn will use this class.
Definition at line 58 of file vtkWin32PolyDataMapper2D.h.
|
Definition at line 68 of file vtkWin32PolyDataMapper2D.h. |
|
Definition at line 69 of file vtkWin32PolyDataMapper2D.h. |
|
Definition at line 70 of file vtkWin32PolyDataMapper2D.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 71 of file vtkWin32PolyDataMapper2D.h. |