Logo coherent WaveBurst  
Library Reference Guide
Logo
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

◆ operator*() [1/2]

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

Definition at line 269 of file time.cc.

◆ operator*() [2/2]

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

Definition at line 291 of file time.cc.

◆ operator+()

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

Definition at line 246 of file time.cc.

◆ operator-()

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

Definition at line 258 of file time.cc.

◆ operator/()

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

Definition at line 280 of file time.cc.

◆ operator<<()

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

Definition at line 632 of file time.cc.

◆ operator>>()

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

Definition at line 303 of file time.cc.

Variable Documentation

◆ Time_MAX

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