|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   34 #ifndef vtkMutableGraphHelper_h 
   35 #define vtkMutableGraphHelper_h 
   38 #include "vtkInfovisCoreModule.h"  
  100   vtkGetObjectMacro(InternalGraph, 
vtkGraph);
 
  
An editable directed graph.
An editable undirected graph.
represent and manipulate attribute data in a dataset
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
vtkMutableDirectedGraph * DirectedGraph
abstract base class for most VTK objects
vtkMutableUndirectedGraph * UndirectedGraph
Helper class for building a directed or directed graph.
Representation of a single graph edge.
a simple class to control print indentation
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
std::pair< boost::graph_traits< vtkGraph * >::edge_iterator, boost::graph_traits< vtkGraph * >::edge_iterator > edges(vtkGraph *g)
Base class for graph data types.