VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkMapper2D Class Reference

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 vtkMapper2DSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkMapper2D ()
 
 ~vtkMapper2D ()
 

Detailed Description

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).

See Also
vtkActor2D

Definition at line 33 of file vtkMapper2D.h.

Member Typedef Documentation

typedef vtkAbstractMapper vtkMapper2D::Superclass

Definition at line 36 of file vtkMapper2D.h.

Constructor & Destructor Documentation

vtkMapper2D::vtkMapper2D ( )
inlineprotected

Definition at line 45 of file vtkMapper2D.h.

vtkMapper2D::~vtkMapper2D ( )
inlineprotected

Definition at line 46 of file vtkMapper2D.h.

Member Function Documentation

virtual const char* vtkMapper2D::GetClassName ( )
virtual
static int vtkMapper2D::IsTypeOf ( const char *  type)
static
virtual int vtkMapper2D::IsA ( const char *  type)
virtual
static vtkMapper2D* vtkMapper2D::SafeDownCast ( vtkObject o)
static
void vtkMapper2D::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual void vtkMapper2D::RenderOverlay ( vtkViewport ,
vtkActor2D  
)
inlinevirtual

Definition at line 39 of file vtkMapper2D.h.

virtual void vtkMapper2D::RenderOpaqueGeometry ( vtkViewport ,
vtkActor2D  
)
inlinevirtual

Definition at line 40 of file vtkMapper2D.h.

virtual void vtkMapper2D::RenderTranslucentPolygonalGeometry ( vtkViewport ,
vtkActor2D  
)
inlinevirtual

Definition at line 41 of file vtkMapper2D.h.

virtual int vtkMapper2D::HasTranslucentPolygonalGeometry ( )
inlinevirtual

Definition at line 42 of file vtkMapper2D.h.


The documentation for this class was generated from the following file: