40 #ifndef __vtkMutableDirectedGraph_h
41 #define __vtkMutableDirectedGraph_h
45 class vtkEdgeListIterator;
166 void LazyAddVertex();
183 void LazyAddVertex(
const vtkVariant& pedigreeId);
245 {
return this->AddChild(parent, 0); }
An array holding vtkVariants.
void PrintSelf(ostream &os, vtkIndent indent)
Representation of a single graph edge.
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)
static vtkDirectedGraph * New()