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

vtkGlyphMapper Class Reference

draw 2D glyphs at dataset points. More...

#include <vtkGlyphMapper.h>

Inheritance diagram for vtkGlyphMapper

Inheritance graph

[legend]
List of all members.

Public Methods

virtual const char* GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream& os, vtkIndent indent)
void RenderOpaqueGeometry (vtkViewport* viewport, vtkActor2D* actor)
void RenderOverlay (vtkViewport* viewport, vtkActor2D* actor)
virtual void SetInput ( vtkDataSet *)
virtual vtkDataSetGetInput ()
virtual void SetSource ( vtkPolyData *)
virtual vtkPolyDataGetSource ()
virtual void ReleaseGraphicsResources (vtkWindow *)

Static Public Methods

vtkGlyphMapper* New ()
int IsTypeOf (const char *type)
vtkGlyphMapper* SafeDownCast (vtkObject *o)

Protected Methods

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

Protected Attributes

vtkDataSetInput
vtkPolyDataSource
vtkTimeStamp BuildTime

Detailed Description

draw 2D glyphs at dataset points.

vtkGlyphMapper is a mapper that renders 2D glyphs (a geometric representation) at every point in the input dataset. The glyph is defined with 2D polygonal data from a source input.

See also:
vtkMapper2D vtkActor2D vtkTextMapper vtkSelectVisiblePoints vtkGlyphSource2D


Member Function Documentation

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

void RenderOpaqueGeometry ( vtkViewport * viewport,
vtkActor2D * actor )
 

Draw the glyph to the screen at each input point.

Reimplemented from vtkMapper2D.

void SetInput ( vtkDataSet * ) [virtual]
 

Set the input dataset to the mapper.

void SetSource ( vtkPolyData * ) [virtual]
 

Set the source to use for the glyph.


The documentation for this class was generated from the following file:
Generated at Tue Sep 26 18:34:00 2000 for Grid Edit by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000