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