Go to the documentation of this file.
49 #ifndef vtkDirectedAcyclicGraph_h
50 #define vtkDirectedAcyclicGraph_h
52 #include "vtkCommonDataModelModule.h"
bool IsStructureValid(vtkGraph *g) override
Check the storage, and accept it if it is a valid undirected graph.
A rooted tree data structure.
static vtkDirectedGraph * GetData(vtkInformation *info)
Retrieve a graph from an information vector.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int GetDataObjectType() override
Return what type of dataset this is.
a simple class to control print indentation
#define VTK_DIRECTED_ACYCLIC_GRAPH
dynamic, self-adjusting array of vtkIdType
static vtkDirectedGraph * New()
Base class for graph data types.