40 #ifndef vtkMutableDirectedGraph_h
41 #define vtkMutableDirectedGraph_h
167 void LazyAddVertex();
184 void LazyAddVertex(
const vtkVariant& pedigreeId);
246 {
return this->AddChild(parent, 0); }
An array holding vtkVariants.
void PrintSelf(ostream &os, vtkIndent indent)
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()
#define VTKCOMMONDATAMODEL_EXPORT