MCPcopy Create free account
hub / github.com/Kitware/VTK / GetNumberOfEdges

Method GetNumberOfEdges

Common/DataModel/vtkGraph.cxx:475–478  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

473
474//------------------------------------------------------------------------------
475vtkIdType vtkGraph::GetNumberOfEdges()
476{
477 return this->Internals->NumberOfEdges;
478}
479
480//------------------------------------------------------------------------------
481void vtkGraph::GetVertices(vtkVertexListIterator* it)

Callers 15

GetSourceVertexMethod · 0.95
GetTargetVertexMethod · 0.95
BuildEdgeListMethod · 0.95
RemoveEdgeInternalMethod · 0.95
GetNumberOfElementsMethod · 0.95
ToDirectedGraphMethod · 0.95
ToUndirectedGraphMethod · 0.95
DoDataObjectsDifferFunction · 0.45
WriteDataMethod · 0.45
ReadMeshSimpleMethod · 0.45
RequestDataMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestDIMACSGraphReaderFunction · 0.36
TestNewickTreeWriterFunction · 0.36
CompareDataFunction · 0.36
TestNewickTreeReaderFunction · 0.36
get_edge_setFunction · 0.36
testMethod · 0.36
TestGraphLayoutViewFunction · 0.36
TestConeLayoutStrategyFunction · 0.36
TestOneCellFunction · 0.36
TestGenericCellFunction · 0.36