| 354 | } |
| 355 | |
| 356 | void Space_Impl::resetDirectionofRelativeNorth() { |
| 357 | bool result = setString(OS_SpaceFields::DirectionofRelativeNorth, ""); |
| 358 | OS_ASSERT(result); |
| 359 | } |
| 360 | |
| 361 | bool Space_Impl::setXOrigin(double xOrigin, bool driverMethod) { |
| 362 | bool result = setDouble(OS_SpaceFields::XOrigin, xOrigin, driverMethod); |
no outgoing calls
no test coverage detected