Go to the documentation of this file.
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 editable directed graph.
An array holding vtkVariants.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Representation of a single graph edge.
a simple class to control print indentation
A atomic type representing the union of many types.
Iterates through all edges in a graph.
dynamic, self-adjusting array of vtkIdType
vtkIdType AddChild(vtkIdType parent)
static vtkDirectedGraph * New()
vtkGraphEdge * GraphEdge
Graph edge that is reused of AddGraphEdge calls.