#include <vtkXMesaTextMapper.h>
Inheritance diagram for vtkXMesaTextMapper:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | ReleaseGraphicsResources (vtkWindow *) |
void | RenderOpaqueGeometry (vtkViewport *viewport, vtkActor2D *actor) |
void | RenderOverlay (vtkViewport *viewport, vtkActor2D *actor) |
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 () |
|
|
|
Definition at line 83 of file vtkXMesaTextMapper.h. |
|
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. |
|
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. |
|
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. |
|
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. |
|
Creates a new text mapper with Font size 12, bold off, italic off, and Arial font. Reimplemented from vtkXTextMapper. |
|
Actally draw the text. Reimplemented from vtkMapper2D. |
|
Actally draw the text. Reimplemented from vtkMapper2D. Definition at line 67 of file vtkXMesaTextMapper.h. |
|
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. |
|
An internal function used for caching font display lists. |