36 #ifndef __vtkMutableUndirectedGraph_h
37 #define __vtkMutableUndirectedGraph_h
39 #include "vtkUndirectedGraph.h"
41 class vtkEdgeListIterator;
49 void PrintSelf(ostream& os,
vtkIndent indent);
157 void LazyAddVertex();
174 void LazyAddVertex(
const vtkVariant& pedigreeId);
An array holding vtkVariants.
dynamic, self-adjusting array of vtkIdType
A atomic type representing the union of many types.
a simple class to control print indentation
An editable undirected graph.