Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

Midnight.cxx File Reference

#include <cstdlib>
#include <cstdio>
#include <cstring>
#include <cstdarg>
#include <cmath>
#include "CalRecon/Midnight.h"

Go to the source code of this file.

Defines

#define TMath_Min(a, b)   ((a)<(b)?a:b)
#define TMath_Max(a, b)   ((a)>(b)?a:b)
#define TMath_Log(a)   log(a)
#define TMath_Log10(a)   log10(a)
#define TMath_Sqrt(a)   sqrt(a)
#define TMath_Power(a, b)   pow(a,b)
#define TMath_Abs(a)   fabs(a)
#define TMath_Sin(a)   sin(a)
#define TMath_Cos(a)   cos(a)
#define TMath_ATan(a)   atan(a)
#define TMath_ASin(a)   asin(a)

Variables

const MInt kMAXDIM = 50
const MBool kTRUE = 1
const MBool kFALSE = 0


Define Documentation

#define TMath_Abs      fabs(a)
 

Definition at line 131 of file Midnight.cxx.

Referenced by Midnight::mncont(), Midnight::mncros(), Midnight::mncuve(), Midnight::mnderi(), Midnight::mndxdi(), Midnight::mneig(), Midnight::mnerrs(), Midnight::mngrad(), Midnight::mnhes1(), Midnight::mnhess(), Midnight::mnimpr(), Midnight::mnlims(), Midnight::mnline(), Midnight::mnmatu(), Midnight::mnmigr(), Midnight::mnmnot(), Midnight::mnparm(), Midnight::mnprin(), Midnight::mnpsdf(), Midnight::mnrset(), Midnight::mnseek(), Midnight::mnsimp(), and Midnight::mnwerr().

#define TMath_ASin      asin(a)
 

Definition at line 139 of file Midnight.cxx.

Referenced by Midnight::mnpint().

#define TMath_ATan      atan(a)
 

Definition at line 137 of file Midnight.cxx.

Referenced by Midnight::mninit().

#define TMath_Cos      cos(a)
 

Definition at line 135 of file Midnight.cxx.

Referenced by Midnight::mnderi(), Midnight::mndxdi(), and Midnight::mnprin().

#define TMath_Log      log(a)
 

Definition at line 123 of file Midnight.cxx.

Referenced by Midnight::mnseek().

#define TMath_Log10      log10(a)
 

Definition at line 125 of file Midnight.cxx.

Referenced by Midnight::mnbins().

#define TMath_Max a,
     ((a)>(b)?a:b)
 

Definition at line 121 of file Midnight.cxx.

Referenced by Midnight::mnbins(), Midnight::mncalf(), Midnight::mncntr(), Midnight::mncont(), Midnight::mncros(), Midnight::mnderi(), Midnight::mnfixp(), Midnight::mnhes1(), Midnight::mnhess(), Midnight::mnimpr(), Midnight::mnlims(), Midnight::mnline(), Midnight::mnmatu(), Midnight::mnmigr(), Midnight::mnmnot(), Midnight::mnparm(), Midnight::mnpsdf(), Midnight::mnrset(), Midnight::mnscan(), and Midnight::mnset().

#define TMath_Min a,
     ((a)<(b)?a:b)
 

Definition at line 119 of file Midnight.cxx.

Referenced by Midnight::mnbins(), Midnight::mncalf(), Midnight::mncntr(), Midnight::mncomd(), Midnight::mncont(), Midnight::mncros(), Midnight::mnemat(), Midnight::mnfixp(), Midnight::mnhess(), Midnight::mnlims(), Midnight::mnline(), Midnight::mnmatu(), Midnight::mnmigr(), Midnight::mnmnot(), Midnight::mnplot(), Midnight::mnprin(), Midnight::mnscan(), and Midnight::mnset().

#define TMath_Power a,
     pow(a,b)
 

Definition at line 129 of file Midnight.cxx.

Referenced by Midnight::mnbins().

#define TMath_Sin      sin(a)
 

Definition at line 133 of file Midnight.cxx.

Referenced by Midnight::mninex(), Midnight::mnpint(), and Midnight::mnwerr().

#define TMath_Sqrt      sqrt(a)
 

Definition at line 127 of file Midnight.cxx.

Referenced by Midnight::mncros(), Midnight::mnderi(), Midnight::mneig(), Midnight::mnerrs(), Midnight::mnhes1(), Midnight::mnhess(), Midnight::mninit(), Midnight::mnmatu(), Midnight::mnmnot(), Midnight::mnparm(), Midnight::mnpsdf(), Midnight::mnset(), Midnight::mnvert(), and Midnight::mnwerr().


Variable Documentation

const MBool kFALSE = 0
 

Definition at line 155 of file Midnight.cxx.

Referenced by Midnight::mncomd(), Midnight::mncros(), Midnight::mnexcm(), Midnight::mnexin(), Midnight::mngrad(), Midnight::mninit(), Midnight::mnmigr(), Midnight::mnmnot(), Midnight::mnparm(), Midnight::mnplot(), Midnight::mnrset(), Midnight::mnset(), and Midnight::mnunpt().

const MInt kMAXDIM = 50
 

Definition at line 151 of file Midnight.cxx.

Referenced by Midnight::mncont(), Midnight::mnfixp(), Midnight::mngrad(), Midnight::mnhess(), Midnight::mnimpr(), Midnight::mnmatu(), Midnight::mnmigr(), Midnight::mnmnot(), Midnight::mnpsdf(), Midnight::mnseek(), Midnight::mnsimp(), and Midnight::mnvert().

const MBool kTRUE = 1
 

Definition at line 153 of file Midnight.cxx.

Referenced by Midnight::mncler(), Midnight::mncomd(), Midnight::mncros(), Midnight::mnexcm(), Midnight::mngrad(), Midnight::mnimpr(), Midnight::mninit(), Midnight::mnmigr(), Midnight::mnmnot(), Midnight::mnparm(), Midnight::mnpint(), Midnight::mnplot(), Midnight::mnrset(), Midnight::mnset(), and Midnight::mnunpt().


Generated on Thu Nov 29 16:38:52 2001 by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001