#include <SIM_Time.h>
Public Member Functions | |
| SIM_Time () | |
| SIM_Time (const fpreal64 &t) | |
| SIM_Time (const SIM_Time &t) | |
| ~SIM_Time () | |
| operator fpreal64 () const | |
| const SIM_Time & | operator= (const fpreal64 &t) |
| const SIM_Time & | operator= (const SIM_Time &t) |
| bool | operator== (const fpreal64 &t) const |
| bool | operator== (const SIM_Time &t) const |
| bool | operator!= (const fpreal64 &t) const |
| bool | operator!= (const SIM_Time &t) const |
| bool | operator> (const fpreal64 &t) const |
| bool | operator> (const SIM_Time &t) const |
| bool | operator< (const fpreal64 &t) const |
| bool | operator< (const SIM_Time &t) const |
| bool | operator>= (const fpreal64 &t) const |
| bool | operator>= (const SIM_Time &t) const |
| bool | operator<= (const fpreal64 &t) const |
| bool | operator<= (const SIM_Time &t) const |
SIM/SIM_ForceOrbit.C, SIM/SIM_ForceOrbit.h, SIM/SIM_GasAdd.C, SIM/SIM_GasAdd.h, SIM/SIM_SolverHair.C, SIM/SIM_SolverHair.h, SIM/SNOW_Solver.C, and SIM/SNOW_Solver.h.
Definition at line 25 of file SIM_Time.h.
| SIM_Time::SIM_Time | ( | ) | [inline] |
Definition at line 28 of file SIM_Time.h.
| SIM_Time::SIM_Time | ( | const fpreal64 & | t | ) | [inline] |
Definition at line 30 of file SIM_Time.h.
| SIM_Time::SIM_Time | ( | const SIM_Time & | t | ) | [inline] |
Definition at line 32 of file SIM_Time.h.
| SIM_Time::~SIM_Time | ( | ) | [inline] |
Definition at line 34 of file SIM_Time.h.
| SIM_Time::operator fpreal64 | ( | ) | const [inline] |
Definition at line 37 of file SIM_Time.h.
| bool SIM_Time::operator!= | ( | const SIM_Time & | t | ) | const [inline] |
Definition at line 49 of file SIM_Time.h.
| bool SIM_Time::operator!= | ( | const fpreal64 & | t | ) | const [inline] |
Definition at line 47 of file SIM_Time.h.
| bool SIM_Time::operator< | ( | const SIM_Time & | t | ) | const [inline] |
Definition at line 57 of file SIM_Time.h.
| bool SIM_Time::operator< | ( | const fpreal64 & | t | ) | const [inline] |
Definition at line 55 of file SIM_Time.h.
| bool SIM_Time::operator<= | ( | const SIM_Time & | t | ) | const [inline] |
Definition at line 65 of file SIM_Time.h.
| bool SIM_Time::operator<= | ( | const fpreal64 & | t | ) | const [inline] |
Definition at line 63 of file SIM_Time.h.
Definition at line 41 of file SIM_Time.h.
Definition at line 39 of file SIM_Time.h.
| bool SIM_Time::operator== | ( | const SIM_Time & | t | ) | const [inline] |
Definition at line 45 of file SIM_Time.h.
| bool SIM_Time::operator== | ( | const fpreal64 & | t | ) | const [inline] |
Definition at line 43 of file SIM_Time.h.
| bool SIM_Time::operator> | ( | const SIM_Time & | t | ) | const [inline] |
Definition at line 53 of file SIM_Time.h.
| bool SIM_Time::operator> | ( | const fpreal64 & | t | ) | const [inline] |
Definition at line 51 of file SIM_Time.h.
| bool SIM_Time::operator>= | ( | const SIM_Time & | t | ) | const [inline] |
Definition at line 61 of file SIM_Time.h.
| bool SIM_Time::operator>= | ( | const fpreal64 & | t | ) | const [inline] |
Definition at line 59 of file SIM_Time.h.
1.5.9