27 #ifndef __vtkGraphInternals_h
28 #define __vtkGraphInternals_h
32 #include <vtksys/stl/vector>
33 #include <vtksys/stl/map>
42 vtksys_stl::vector<vtkInEdgeType>
InEdges;
56 vtksys_stl::vector<vtkVertexAdjacencyList> Adjacency;
73 void RemoveEdgeFromOutList(
vtkIdType e, vtksys_stl::vector<vtkOutEdgeType>& outEdges);
76 void RemoveEdgeFromInList(
vtkIdType e, vtksys_stl::vector<vtkInEdgeType>& inEdges);
79 void ReplaceEdgeFromOutList(
vtkIdType from,
vtkIdType to, vtksys_stl::vector<vtkOutEdgeType>& outEdges);
83 void ReplaceEdgeFromInList(
vtkIdType from,
vtkIdType to, vtksys_stl::vector<vtkInEdgeType>& inEdges);
96 #endif // __vtkGraphInternals_h
abstract base class for most VTK objects
vtksys_stl::vector< vtkInEdgeType > InEdges
Internal representation of vtkGraph.
vtkIdType LastRemoteEdgeSource
vtkIdType LastRemoteEdgeTarget
vtksys_stl::vector< vtkOutEdgeType > OutEdges
vtkIdType LastRemoteEdgeId