Go to the documentation of this file.
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;
97 #endif // vtkGraphInternals_h
Internal representation of vtkGraph.
static vtkGraphInternals * New()
void ReplaceEdgeFromInList(vtkIdType from, vtkIdType to, vtksys_stl::vector< vtkInEdgeType > &inEdges)
#define vtkTypeMacro(thisClass, superclass)
abstract base class for most VTK objects
void ReplaceEdgeFromOutList(vtkIdType from, vtkIdType to, vtksys_stl::vector< vtkOutEdgeType > &outEdges)
void RemoveEdgeFromInList(vtkIdType e, vtksys_stl::vector< vtkInEdgeType > &inEdges)
vtkIdType LastRemoteEdgeSource
vtksys_stl::vector< vtkInEdgeType > InEdges
vtksys_stl::vector< vtkVertexAdjacencyList > Adjacency
vtksys_stl::vector< vtkOutEdgeType > OutEdges
void RemoveEdgeFromOutList(vtkIdType e, vtksys_stl::vector< vtkOutEdgeType > &outEdges)
#define VTKCOMMONDATAMODEL_EXPORT
vtkIdType LastRemoteEdgeId
vtkIdType LastRemoteEdgeTarget