28 #ifndef vtkGraphInternals_h
29 #define vtkGraphInternals_h
31 #include "vtkCommonDataModelModule.h"
57 std::vector<vtkVertexAdjacencyList> Adjacency;
75 void RemoveEdgeFromOutList(
vtkIdType e, std::vector<vtkOutEdgeType>& outEdges);
80 void RemoveEdgeFromInList(
vtkIdType e, std::vector<vtkInEdgeType>& inEdges);
85 void ReplaceEdgeFromOutList(
vtkIdType from,
vtkIdType to, std::vector<vtkOutEdgeType>& outEdges);
90 void ReplaceEdgeFromInList(
vtkIdType from,
vtkIdType to, std::vector<vtkInEdgeType>& inEdges);
101 #endif // vtkGraphInternals_h
abstract base class for most VTK objects
std::vector< vtkOutEdgeType > OutEdges
std::vector< vtkInEdgeType > InEdges
Internal representation of vtkGraph.
vtkIdType LastRemoteEdgeSource
vtkIdType LastRemoteEdgeTarget
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
vtkIdType LastRemoteEdgeId