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

Method setID

SRC/element/Information.cpp:132–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132int
133Information::setID(const ID &newID)
134{
135 if (theID != 0) {
136 *theID = newID;
137 } else {
138 theID = new ID(newID);
139 }
140 return 0;
141}
142
143int
144Information::setVector(const Vector &newVector)

Callers 4

setSizeMethod · 0.45
setSizeMethod · 0.45
checkEleRemovalMethod · 0.45
getResponseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected