| 
    casacore
    
   | 
 
Class calculating the standard nutation multipliers. More...
#include <MeasTableMul.h>
Public Member Functions | |
| MeasTableMulSC () | |
| virtual void | init () | 
| virtual void | calc (Matrix< Double > &, Double time) | 
  Public Member Functions inherited from casacore::MeasTableMulSCBase | |
| MeasTableMulSCBase () | |
  Public Member Functions inherited from casacore::MeasTableMul | |
| MeasTableMul () | |
| virtual | ~MeasTableMul () | 
| void | clear () | 
| std::shared_ptr< Matrix< Double > > | getArray (Double time, Double epsilon) | 
Private Attributes | |
| Polynomial< Double > | itsPoly [2 *15] | 
Static Private Attributes | |
| static const Long | theirMULTD [15][5] | 
| static const Short | theirMULSC [106][2] | 
Additional Inherited Members | |
  Protected Member Functions inherited from casacore::MeasTableMulSCBase | |
| void | doInit (Matrix< Double > &result, Polynomial< Double > poly[], Int nrowTD, const Long coeffTD[][5], Int nrowSC, const Short coeffSC[][2]) | 
| void | doCalc (Matrix< Double > &result, Double time, const Polynomial< Double > poly[], Int nrowTD, const Long coeffTD[][5]) | 
  Protected Attributes inherited from casacore::MeasTableMul | |
| std::mutex | itsMutex | 
| Int64 | itsLastUsed | 
| std::vector< Int64 > | itsUsed | 
| std::vector< Double > | itsTimes | 
| std::vector< std::shared_ptr< Matrix< Double > > > | itsArrays | 
| Matrix< Double > | itsDefArray | 
Class calculating the standard nutation multipliers.
Definition at line 127 of file MeasTableMul.h.
| casacore::MeasTableMulSC::MeasTableMulSC | ( | ) | 
Implements casacore::MeasTableMul.
      
  | 
  virtual | 
Implements casacore::MeasTableMul.
      
  | 
  private | 
Definition at line 134 of file MeasTableMul.h.
      
  | 
  staticprivate | 
Definition at line 136 of file MeasTableMul.h.
      
  | 
  staticprivate | 
Definition at line 135 of file MeasTableMul.h.