VTK
|
abstract class specifies interface for objects which render 2D actors More...
#include <vtkMapper2D.h>
Inherits vtkAbstractMapper.
Public Types | |
typedef vtkAbstractMapper | 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 () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkMapper2D * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkMapper2D () | |
~vtkMapper2D () | |
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.
typedef vtkAbstractMapper vtkMapper2D::Superclass |
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 |
|
static |
|
virtual |
|
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.