#include <SIM_Time.h>
This class is used to represent simulation times. Time is stored with fpreal64 precision, and all comparisons are performed with a tolerance.
- Examples:
- SIM/GAS_NetVDBSliceExchange.C, SIM/GAS_NetVDBSliceExchange.h, SIM/SIM_ForceOrbit.C, SIM/SIM_ForceOrbit.h, SIM/SIM_GasAdd.C, SIM/SIM_GasAdd.h, SIM/SIM_RadialEmit.C, SIM/SIM_RadialEmit.h, SIM/SIM_SolverHair.C, SIM/SIM_SolverHair.h, SIM/SNOW_Solver.C, and SIM/SNOW_Solver.h.
Definition at line 19 of file SIM_Time.h.
SIM_Time::SIM_Time |
( |
const fpreal64 & |
t | ) |
|
|
inline |
SIM_Time::SIM_Time |
( |
const SIM_Time & |
t | ) |
|
|
inline |
bool SIM_Time::operator< |
( |
const fpreal64 & |
t | ) |
const |
|
inline |
bool SIM_Time::operator< |
( |
const SIM_Time & |
t | ) |
const |
|
inline |
bool SIM_Time::operator<= |
( |
const fpreal64 & |
t | ) |
const |
|
inline |
bool SIM_Time::operator<= |
( |
const SIM_Time & |
t | ) |
const |
|
inline |
bool SIM_Time::operator== |
( |
const fpreal64 & |
t | ) |
const |
|
inline |
bool SIM_Time::operator== |
( |
const SIM_Time & |
t | ) |
const |
|
inline |
bool SIM_Time::operator> |
( |
const fpreal64 & |
t | ) |
const |
|
inline |
bool SIM_Time::operator> |
( |
const SIM_Time & |
t | ) |
const |
|
inline |
bool SIM_Time::operator>= |
( |
const fpreal64 & |
t | ) |
const |
|
inline |
bool SIM_Time::operator>= |
( |
const SIM_Time & |
t | ) |
const |
|
inline |
The documentation for this class was generated from the following file: