27 #ifndef vtkGraphInternals_h 
   28 #define vtkGraphInternals_h 
   33 #include <vtksys/stl/vector>  
   34 #include <vtksys/stl/map>     
   43   vtksys_stl::vector<vtkInEdgeType> 
InEdges;
 
   57   vtksys_stl::vector<vtkVertexAdjacencyList> Adjacency;
 
   74   void RemoveEdgeFromOutList(
vtkIdType e, vtksys_stl::vector<vtkOutEdgeType>& outEdges);
 
   77   void RemoveEdgeFromInList(
vtkIdType e, vtksys_stl::vector<vtkInEdgeType>& inEdges);
 
   80   void ReplaceEdgeFromOutList(
vtkIdType from, 
vtkIdType to, vtksys_stl::vector<vtkOutEdgeType>& outEdges);
 
   84   void ReplaceEdgeFromInList(
vtkIdType from, 
vtkIdType to, vtksys_stl::vector<vtkInEdgeType>& inEdges);
 
   97 #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
#define VTKCOMMONDATAMODEL_EXPORT