vtkGraphToGlyphs

Section: Visualization Toolkit Rendering Classes

Usage

Converts a vtkGraph to a vtkPolyData containing a glyph for each vertex. This assumes that the points of the graph have already been filled (perhaps by vtkGraphLayout). The glyphs will automatically be scaled to be the same size in screen coordinates. To do this the filter requires a pointer to the renderer into which the glyphs will be rendered.

To create an instance of class vtkGraphToGlyphs, simply invoke its constructor as follows

  obj = vtkGraphToGlyphs

Methods

The class vtkGraphToGlyphs has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkGraphToGlyphs class.