Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkXMesaTextMapper Class Reference

#include <vtkXMesaTextMapper.h>

Inheritance diagram for vtkXMesaTextMapper:

Inheritance graph
[legend]
Collaboration diagram for vtkXMesaTextMapper:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void RenderOpaqueGeometry (vtkViewport *viewport, vtkActor2D *actor)
void RenderOverlay (vtkViewport *viewport, vtkActor2D *actor)
virtual void ReleaseGraphicsResources (vtkWindow *)

Static Public Methods

int IsTypeOf (const char *type)
vtkXMesaTextMapper * SafeDownCast (vtkObject *o)
vtkXMesaTextMapper * New ()
int GetListBaseForFont (vtkTextMapper *tm, vtkViewport *vp, Font)

Protected Methods

 vtkXMesaTextMapper ()
 ~vtkXMesaTextMapper ()
 vtkXMesaTextMapper (const vtkXMesaTextMapper &)
void operator= (const vtkXMesaTextMapper &)

Constructor & Destructor Documentation

vtkXMesaTextMapper::vtkXMesaTextMapper   [protected]
 

vtkXMesaTextMapper::~vtkXMesaTextMapper   [inline, protected]
 

Definition at line 78 of file vtkXMesaTextMapper.h.

vtkXMesaTextMapper::vtkXMesaTextMapper const vtkXMesaTextMapper &    [inline, protected]
 

Definition at line 79 of file vtkXMesaTextMapper.h.


Member Function Documentation

virtual const char* vtkXMesaTextMapper::GetClassName   [virtual]
 

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

int vtkXMesaTextMapper::IsTypeOf const char *    type [static]
 

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

virtual int vtkXMesaTextMapper::IsA const char *    type [virtual]
 

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

vtkXMesaTextMapper* vtkXMesaTextMapper::SafeDownCast vtkObject   o [static]
 

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

vtkXMesaTextMapper* vtkXMesaTextMapper::New   [static]
 

Creates a new text mapper with Font size 12, bold off, italic off, and Arial font.

Reimplemented from vtkXTextMapper.

void vtkXMesaTextMapper::RenderOpaqueGeometry vtkViewport   viewport,
vtkActor2D   actor
[virtual]
 

Actally draw the text.

Reimplemented from vtkMapper2D.

void vtkXMesaTextMapper::RenderOverlay vtkViewport   viewport,
vtkActor2D   actor
[inline, virtual]
 

Draw the text to the screen.

Reimplemented from vtkXTextMapper.

Definition at line 65 of file vtkXMesaTextMapper.h.

virtual void vtkXMesaTextMapper::ReleaseGraphicsResources vtkWindow   [virtual]
 

Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release.

Reimplemented from vtkAbstractMapper.

int vtkXMesaTextMapper::GetListBaseForFont vtkTextMapper   tm,
vtkViewport   vp,
Font   
[static]
 

An internal function used for caching font display lists.

void vtkXMesaTextMapper::operator= const vtkXMesaTextMapper &    [inline, protected]
 

Definition at line 80 of file vtkXMesaTextMapper.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 13:03:34 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001