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