Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
238
int
239
Graph::getNumVertex(void) const
240
{
241
return myVertices->getNumComponents();
242
}
243
244
int
245
Graph::getNumEdge(void) const
Callers
3
sendSelf
Method · 0.95
recvSelf
Method · 0.95
setSize
Method · 0.45
Calls
1
getNumComponents
Method · 0.45
Tested by
no test coverage detected