AttenuationResult.h
Go to the documentation of this file.
1 
9 #ifndef _atm_AttenuationResult_h_
10 #define _atm_AttenuationResult_h_
11 
12 
13 #include <vector>
14 
15 namespace utl {
16  class TabulatedFunctionErrors;
17 }
18 
19 namespace atm {
20 
32 
33  public:
37 
38  AttenuationResult(const AttenuationResult& attResult);
40 
43  { return *fTransmissionFactor; }
44 
45  private:
46  void Clear();
47 
49 
50  };
51 
52 }
53 
54 
55 #endif // _atm_AttenuationResult_h_
56 
57 
58 // Configure (x)emacs for this file ...
59 // Local Variables:
60 // mode: c++
61 // compile-command: "make -C .. -k"
62 // End:
const utl::TabulatedFunctionErrors & GetTransmissionFactor() const
Transmission factor.
utl::TabulatedFunctionErrors * fTransmissionFactor
AttenuationResult & operator=(const AttenuationResult &attResult)
Class describing the Atmospheric attenuation.

, generated on Tue Sep 26 2023.