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