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