#include <vtkXPolyDataMapper2D.h>
Inheritance diagram for vtkXPolyDataMapper2D:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | RenderOverlay (vtkViewport *viewport, vtkActor2D *actor) |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkXPolyDataMapper2D * | SafeDownCast (vtkObject *o) |
vtkXPolyDataMapper2D * | New () |
Protected Methods | |
vtkXPolyDataMapper2D () | |
~vtkXPolyDataMapper2D () | |
vtkXPolyDataMapper2D (const vtkXPolyDataMapper2D &) | |
void | operator= (const vtkXPolyDataMapper2D &) |
vtkXPolyDataMapper2D 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 vtkXPolyDataMapper2D.h.
|
Definition at line 68 of file vtkXPolyDataMapper2D.h. |
|
Definition at line 69 of file vtkXPolyDataMapper2D.h. |
|
Definition at line 70 of file vtkXPolyDataMapper2D.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 vtkXPolyDataMapper2D.h. |