6 using namespace MSP::CCS;
10 _circularError90( -1.0 ),
11 _linearError90( -1.0 ),
12 _sphericalError90( -1.0 )
17 Accuracy::Accuracy(
double __circularError90,
double __linearError90,
double __sphericalError90 ) :
18 _circularError90( __circularError90 ),
19 _linearError90( __linearError90 ),
20 _sphericalError90( __sphericalError90 )
27 _circularError90 = a._circularError90;
28 _linearError90 = a._linearError90;
29 _sphericalError90 = a._sphericalError90;
37 _sphericalError90 = 0;
45 _circularError90 = a._circularError90;
46 _linearError90 = a._linearError90;
47 _sphericalError90 = a._sphericalError90;
54 void Accuracy::set(
double __circularError90,
double __linearError90,
double __sphericalError90 )
56 _circularError90 = __circularError90;
57 _linearError90 = __linearError90;
58 _sphericalError90 = __sphericalError90;
64 _circularError90 = __circularError90;
70 _linearError90 = __linearError90;
76 _sphericalError90 = __sphericalError90;
82 return _circularError90;
88 return _linearError90;
94 return _sphericalError90;