VTK
|
abstract class specifies interface for objects which render 2D actors More...
#include <vtkMapper2D.h>
Public Types | |
typedef vtkAbstractMapper | Superclass |
![]() | |
typedef vtkAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | RenderOverlay (vtkViewport *, vtkActor2D *) |
virtual void | RenderOpaqueGeometry (vtkViewport *, vtkActor2D *) |
virtual void | RenderTranslucentPolygonalGeometry (vtkViewport *, vtkActor2D *) |
virtual int | HasTranslucentPolygonalGeometry () |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual unsigned long | GetMTime () |
virtual void | ReleaseGraphicsResources (vtkWindow *) |
void | SetClippingPlanes (vtkPlanes *planes) |
void | ShallowCopy (vtkAbstractMapper *m) |
virtual double | GetTimeToDraw () |
void | AddClippingPlane (vtkPlane *plane) |
void | RemoveClippingPlane (vtkPlane *plane) |
void | RemoveAllClippingPlanes () |
virtual void | SetClippingPlanes (vtkPlaneCollection *) |
virtual vtkPlaneCollection * | GetClippingPlanes () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkMapper2D * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkAbstractMapper * | SafeDownCast (vtkObject *o) |
static vtkDataArray * | GetScalars (vtkDataSet *input, int scalarMode, int arrayAccessMode, int arrayId, const char *arrayName, int &cellFlag) |
Protected Member Functions | |
vtkMapper2D () | |
~vtkMapper2D () | |
![]() | |
vtkAbstractMapper () | |
~vtkAbstractMapper () | |
Additional Inherited Members | |
![]() | |
vtkTimerLog * | Timer |
double | TimeToDraw |
vtkWindow * | LastWindow |
vtkPlaneCollection * | ClippingPlanes |
abstract class specifies interface for objects which render 2D actors
vtkMapper2D is an abstract class which defines the interface for objects which render two dimensional actors (vtkActor2D).
Definition at line 33 of file vtkMapper2D.h.
Definition at line 36 of file vtkMapper2D.h.
|
inlineprotected |
Definition at line 45 of file vtkMapper2D.h.
|
inlineprotected |
Definition at line 46 of file vtkMapper2D.h.
|
virtual |
Reimplemented from vtkAbstractMapper.
|
static |
|
virtual |
Reimplemented from vtkAbstractMapper.
|
static |
void vtkMapper2D::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
inlinevirtual |
Definition at line 39 of file vtkMapper2D.h.
|
inlinevirtual |
Definition at line 40 of file vtkMapper2D.h.
|
inlinevirtual |
Definition at line 41 of file vtkMapper2D.h.
|
inlinevirtual |
Definition at line 42 of file vtkMapper2D.h.