21 #ifndef vtkMutableUndirectedGraph_h
22 #define vtkMutableUndirectedGraph_h
24 #include "vtkCommonDataModelModule.h"
27 VTK_ABI_NAMESPACE_BEGIN
177 void LazyAddVertex();
204 void LazyAddVertex(
const vtkVariant& pedigreeId);
319 VTK_ABI_NAMESPACE_END
An array holding vtkVariants.
Iterates through all edges in a graph.
vtkGraphEdge * GraphEdge
Graph edge that is reused of AddGraphEdge calls.
Representation of a single graph edge.
dynamic, self-adjusting array of vtkIdType
static vtkUndirectedGraph * New()
A type representing the union of many types.
a simple class to control print indentation
An editable undirected graph.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.