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

Method getVertexPtr

DEVELOPER/core/Graph.cpp:219–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217
218
219Vertex *
220Graph::getVertexPtr(int vertexTag)
221{
222 TaggedObject *res = myVertices->getComponentPtr(vertexTag);
223 if (res == 0) return 0;
224 Vertex *result = (Vertex *)res;
225 return result;
226}
227
228
229VertexIter &

Callers 4

addVertexMethod · 0.95
addEdgeMethod · 0.95
mergeMethod · 0.95
AnalysisModel.cppFile · 0.45

Calls 1

getComponentPtrMethod · 0.45

Tested by

no test coverage detected