Go to the documentation of this file.
35 #ifndef vtkMutableDirectedGraph_h
36 #define vtkMutableDirectedGraph_h
38 #include "vtkCommonDataModelModule.h"
193 void LazyAddVertex();
220 void LazyAddVertex(
const vtkVariant& pedigreeId);
307 {
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.