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

Method setAxisDirection

SRC/reliability/analysis/analysis/PrincipalAxis.cpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void PrincipalAxis::setAxisDirection(Vector *direction)
147{
148 if (axisDirection!=0) delete axisDirection;
149 axisDirection = new Vector(*direction);
150}
151
152ExperimentalPointRule1D * PrincipalAxis::getExperimentalPointRule()
153{

Callers 3

copyValuesMethod · 0.95
analyzeMethod · 0.80
analyzeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected