47 #ifndef __vtkUndirectedGraph_h
48 #define __vtkUndirectedGraph_h
57 void PrintSelf(ostream& os,
vtkIndent indent);
79 { this->Superclass::GetInEdge(v, i, e); }
94 { Superclass::GetInEdges(v, it); }
99 virtual bool IsStructureValid(vtkGraph *g);
108 virtual void GetInEdges(
vtkIdType v,
const vtkInEdgeType *& edges,
vtkIdType & nedges);
#define VTK_UNDIRECTED_GRAPH
virtual void GetInEdge(vtkIdType v, vtkIdType i, vtkGraphEdge *e)
a simple class to control print indentation
Iterates through all incoming edges to a vertex.
virtual void GetInEdges(vtkIdType v, vtkInEdgeIterator *it)
virtual int GetDataObjectType()