Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions | Variables
wat Namespace Reference

Classes

class  Alm
 
class  Alm_Base
 Base class for calculating the storage layout of spherical harmonic coefficients. More...
 
class  Alm_Template
 Class for storing spherical harmonic coefficients. More...
 
class  Time
 

Functions

Time operator* (Time &t, double &d)
 
Time operator* (double &d, Time &t)
 
Time operator+ (Time &t1, Time &t2)
 
Time operator- (Time &t1, Time &t2)
 
Time operator/ (Time &t, double &d)
 
ostream & operator<< (ostream &out, Time &time)
 
istream & operator>> (istream &in, Time &time)
 

Variables

static Time Time_MAX (0x7FFFFFFF, 999999999)
 

Function Documentation

Time wat::operator* ( Time t,
double &  d 
)

Definition at line 251 of file time.cc.

Time wat::operator* ( double &  d,
Time t 
)

Definition at line 273 of file time.cc.

Time wat::operator+ ( Time t1,
Time t2 
)

Definition at line 228 of file time.cc.

Time wat::operator- ( Time t1,
Time t2 
)

Definition at line 240 of file time.cc.

Time wat::operator/ ( Time t,
double &  d 
)

Definition at line 262 of file time.cc.

ostream & wat::operator<< ( ostream &  out,
Time time 
)

Definition at line 614 of file time.cc.

istream & wat::operator>> ( istream &  in,
Time time 
)

Definition at line 285 of file time.cc.

Variable Documentation

Time wat::Time_MAX(0x7FFFFFFF, 999999999)
static