All Classes Functions
OffPlaneCorrectorStandard.hpp
1 #ifndef OFFPLANECORRECTORSTANDARD_H
2 #define OFFPLANECORRECTORSTANDARD_H
3 
4 #include "OffPlaneCorrector.hpp"
5 
6 
8 {
9  public:
11  virtual ~OffPlaneCorrectorStandard();
12 
13  double CalculateClient( double timeToNode, MFDDataLaunchMFD * data );
14 
15  protected:
16  private:
17 };
18 
19 #endif // OFFPLANECORRECTORSTANDARD_H