Save and Load
| 4 | |
| 5 | // Save and Load |
| 6 | bool SampleTrajectoryType::Load(PhobosStreamReader& Stm, bool RegisterForChange) |
| 7 | { |
| 8 | this->PhobosTrajectoryType::Load(Stm, false); |
| 9 | Stm.Process(this->ExtraHeight, false); |
| 10 | return true; |
| 11 | } |
| 12 | |
| 13 | bool SampleTrajectoryType::Save(PhobosStreamWriter& Stm) const |
| 14 | { |