MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / getNumVertex

Method getNumVertex

SRC/graph/graph/Graph.cpp:297–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295
296
297int
298Graph::getNumVertex(void) const
299{
300 return myVertices->getNumComponents();
301}
302
303int
304Graph::getNumEdge(void) const

Callers 15

sendSelfMethod · 0.95
recvSelfMethod · 0.95
setSizeMethod · 0.45
setSizeMethod · 0.45
setSizeMethod · 0.45
setSizeMethod · 0.45
setSizeMethod · 0.45
setSizeMethod · 0.45
buildCSRPatternMethod · 0.45
buildCSCPatternMethod · 0.45
setSizeMethod · 0.45
buildCOOPatternMethod · 0.45

Calls 1

getNumComponentsMethod · 0.45

Tested by

no test coverage detected