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

Method getNumVertex

DEVELOPER/core/Graph.cpp:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236
237
238int
239Graph::getNumVertex(void) const
240{
241 return myVertices->getNumComponents();
242}
243
244int
245Graph::getNumEdge(void) const

Callers 3

sendSelfMethod · 0.95
recvSelfMethod · 0.95
setSizeMethod · 0.45

Calls 1

getNumComponentsMethod · 0.45

Tested by

no test coverage detected