13 #ifndef vtkGraphInternals_h
14 #define vtkGraphInternals_h
16 #include "vtkCommonDataModelModule.h"
27 VTK_ABI_NAMESPACE_BEGIN
64 void RemoveEdgeFromOutList(
vtkIdType e, std::vector<vtkOutEdgeType>& outEdges);
69 void RemoveEdgeFromInList(
vtkIdType e, std::vector<vtkInEdgeType>& inEdges);
74 void ReplaceEdgeFromOutList(
vtkIdType from,
vtkIdType to, std::vector<vtkOutEdgeType>& outEdges);
79 void ReplaceEdgeFromInList(
vtkIdType from,
vtkIdType to, std::vector<vtkInEdgeType>& inEdges);
91 #endif // vtkGraphInternals_h
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
std::vector< vtkOutEdgeType > OutEdges
std::vector< vtkInEdgeType > InEdges
Internal representation of vtkGraph.
vtkIdType LastRemoteEdgeSource
std::vector< vtkVertexAdjacencyList > Adjacency
vtkIdType LastRemoteEdgeTarget
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
vtkIdType LastRemoteEdgeId