25 #ifndef vtkMutableDirectedGraph_h
26 #define vtkMutableDirectedGraph_h
28 #include "vtkCommonDataModelModule.h"
31 VTK_ABI_NAMESPACE_BEGIN
180 void LazyAddVertex();
207 void LazyAddVertex(
const vtkVariant& pedigreeId);
327 VTK_ABI_NAMESPACE_END
An array holding vtkVariants.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Iterates through all edges in a graph.
Representation of a single graph edge.
dynamic, self-adjusting array of vtkIdType
A 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()
vtkGraphEdge * GraphEdge
Graph edge that is reused of AddGraphEdge calls.