40 #ifndef __vtkMutableDirectedGraph_h
41 #define __vtkMutableDirectedGraph_h
43 #include "vtkDirectedGraph.h"
45 class vtkEdgeListIterator;
54 void PrintSelf(ostream& os,
vtkIndent indent);
166 void LazyAddVertex();
183 void LazyAddVertex(
const vtkVariant& pedigreeId);
245 {
return this->AddChild(parent, 0); }
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 directed graph.
vtkIdType AddChild(vtkIdType parent)