MCPcopy 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
113int
114Vertex::getDegree(void) const
115{
116 return myDegree;
117}
118
119const ID &
120Vertex::getAdjacency(void) const

Callers 1

addVertexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected