Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getDegree
Method
getDegree
DEVELOPER/core/Vertex.cpp:113–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
112
113
int
114
Vertex::getDegree(void) const
115
{
116
return myDegree;
117
}
118
119
const ID &
120
Vertex::getAdjacency(void) const
Callers
1
addVertex
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected