46#ifndef vtkDirectedAcyclicGraph_h
47#define vtkDirectedAcyclicGraph_h
49#include "vtkCommonDataModelModule.h"
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
#define VTK_DIRECTED_ACYCLIC_GRAPH