41 #ifndef vtkMutableDirectedGraph_h 42 #define vtkMutableDirectedGraph_h 44 #include "vtkCommonDataModelModule.h" 199 void LazyAddVertex();
226 void LazyAddVertex(
const vtkVariant& pedigreeId);
313 {
return this->AddChild(parent,
nullptr); }
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 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()
vtkGraphEdge * GraphEdge
Graph edge that is reused of AddGraphEdge calls.