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

Method copyValues

SRC/reliability/analysis/analysis/PrincipalAxis.cpp:221–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221int PrincipalAxis::copyValues(PrincipalAxis *another)
222{
223 this->curvature = another->getCurvature();
224 this->setAxisDirection( another->getAxisDirection());
225 cleanValuesOnAxis();
226 return 0;
227}
228
229
230

Callers 3

analyzeMethod · 0.45
analyzeMethod · 0.45
analyzeMethod · 0.45

Calls 3

setAxisDirectionMethod · 0.95
getAxisDirectionMethod · 0.80
getCurvatureMethod · 0.45

Tested by

no test coverage detected