19 #ifndef COIL_TIMEVALUE_H 20 #define COIL_TIMEVALUE_H 25 #define TIMEVALUE_ONE_SECOND_IN_USECS 1000000 // 1 [sec] = 1000000 [usec] 228 operator double()
const;
276 #endif // COIL_TIMEVALUE_H
TimeValue operator+(TimeValue &tm)
Time addition.
int sign() const
Sign judgment.
void normalize()
Normalize.
TimeValue(long sec=0, long usec=0)
Constructor.
long int sec() const
Get value of second time scale.
TimeValue operator=(double time)
Convert double type into time type.
long int usec() const
Get value of micro second time scale.
TimeValue operator-(TimeValue &tm)
Time subtraction.
Common Object Interface Layer.