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>

Inheritance diagram for vtkMapper2D:
[legend]
Collaboration diagram for vtkMapper2D:
[legend]

Public Types

typedef vtkAbstractMapper Superclass
 
- Public Types inherited from vtkAbstractMapper
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 ()
 
- Public Member Functions inherited from vtkAbstractMapper
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 vtkPlaneCollectionGetClippingPlanes ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkMapper2DSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkAbstractMapper
static int IsTypeOf (const char *type)
 
static vtkAbstractMapperSafeDownCast (vtkObject *o)
 
static vtkDataArrayGetScalars (vtkDataSet *input, int scalarMode, int arrayAccessMode, int arrayId, const char *arrayName, int &cellFlag)
 

Protected Member Functions

 vtkMapper2D ()
 
 ~vtkMapper2D ()
 
- Protected Member Functions inherited from vtkAbstractMapper
 vtkAbstractMapper ()
 
 ~vtkAbstractMapper ()
 

Additional Inherited Members

- Protected Attributes inherited from vtkAbstractMapper
vtkTimerLogTimer
 
double TimeToDraw
 
vtkWindowLastWindow
 
vtkPlaneCollectionClippingPlanes
 

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

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

Reimplemented from vtkAbstractMapper.

static int vtkMapper2D::IsTypeOf ( const char *  type)
static
virtual int vtkMapper2D::IsA ( const char *  type)
virtual

Reimplemented from vtkAbstractMapper.

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: