MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / ~Graph

Method ~Graph

DEVELOPER/core/Graph.cpp:109–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109Graph::~Graph()
110{
111 // invoke delete on the Vertices
112 myVertices->clearAll();
113
114 if (myVertices != 0)
115 delete myVertices;
116
117 if (theVertexIter != 0)
118 delete theVertexIter;
119}
120
121
122// bool addVertex(int vertexTag, int vertexRef,

Callers

nothing calls this directly

Calls 1

clearAllMethod · 0.45

Tested by

no test coverage detected