vtkMutableGraphHelper

Section: Visualization Toolkit Infovis Classes

Usage

vtkMutableGraphHelper has helper methods AddVertex and AddEdge which add vertices/edges to the underlying mutable graph. This is helpful in filters which need to (re)construct graphs which may be either directed or undirected.

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

  obj = vtkMutableGraphHelper

Methods

The class vtkMutableGraphHelper 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 vtkMutableGraphHelper class.