77#ifndef vtkDirectedGraph_h
78#define vtkDirectedGraph_h
80#include "vtkCommonDataModelModule.h"
int GetDataObjectType() override
Return what type of dataset this is.
static vtkDirectedGraph * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
bool IsStructureValid(vtkGraph *g) override
Check the storage, and accept it if it is a valid undirected graph.
static vtkDirectedGraph * GetData(vtkInformation *info)
Retrieve a graph from an information vector.
static vtkDirectedGraph * GetData(vtkInformationVector *v, int i=0)
Retrieve a graph from an information vector.
~vtkDirectedGraph() override
Base class for graph data types.
a simple class to control print indentation
#define VTK_DIRECTED_GRAPH