33 #ifndef __vtkMutableGraphHelper_h
34 #define __vtkMutableGraphHelper_h
36 #include "vtkInfovisCoreModule.h"
40 class vtkDataSetAttributes;
44 class vtkMutableUndirectedGraph;
88 vtkGetObjectMacro(InternalGraph,
vtkGraph);
abstract base class for most VTK objects
vtksys_stl::pair< boost::graph_traits< vtkGraph * >::edge_iterator, boost::graph_traits< vtkGraph * >::edge_iterator > edges(vtkGraph *g)
Helper class for building a directed or directed graph.
Representation of a single graph edge.
dynamic, self-adjusting array of vtkIdType
Base class for graph data types.
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
An editable directed graph.
vtkMutableDirectedGraph * DirectedGraph
vtkMutableUndirectedGraph * UndirectedGraph