28 #ifndef vtkGraphInternals_h
29 #define vtkGraphInternals_h
31 #include "vtkCommonDataModelModule.h"
78 void RemoveEdgeFromOutList(
vtkIdType e, std::vector<vtkOutEdgeType>& outEdges);
83 void RemoveEdgeFromInList(
vtkIdType e, std::vector<vtkInEdgeType>& inEdges);
88 void ReplaceEdgeFromOutList(
vtkIdType from,
vtkIdType to, std::vector<vtkOutEdgeType>& outEdges);
93 void ReplaceEdgeFromInList(
vtkIdType from,
vtkIdType to, std::vector<vtkInEdgeType>& inEdges);
104 #endif // vtkGraphInternals_h
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
std::vector< vtkOutEdgeType > OutEdges
std::vector< vtkInEdgeType > InEdges
Internal representation of vtkGraph.
vtkIdType LastRemoteEdgeSource
std::vector< vtkVertexAdjacencyList > Adjacency
vtkIdType LastRemoteEdgeTarget
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
vtkIdType LastRemoteEdgeId