38#include <Inventor/system/inttypes.h>
39#include <Inventor/SbBasic.h>
40#include <Inventor/SbString.h>
45#define SBTIME_UNDEF_MAX
56 static SbTime getTimeOfDay(
void);
57 void setToTimeOfDay(
void);
61 static SbTime maxTime(
void);
62 static void sleep(
int msec);
63 void setValue(
const double sec);
64 void setValue(
const int32_t
sec,
const long usec);
65 void setValue(
const struct timeval *
const tv);
66 void setMsecValue(
const unsigned long msec);
67 double getValue(
void)
const;
70 unsigned long getMsecValue(
void)
const;
71 SbString format(
const char *
const fmt =
"%S.%i")
const;
73 SbBool parsedate(
const char *
const date);
78 SbTime operator-(
void)
const;
93 void print(
FILE * fp)
const;
97 void addToString(
SbString & str,
const double val)
const;
109#ifdef SBTIME_UNDEF_MAX
110#define max(a,b) (((a) > (b)) ? (a) : (b))
111#undef SBTIME_UNDEF_MAX
The SbList class is a template container class for lists.
Definition SbList.h:70
int operator!=(const SbList< Type > &l) const
Definition SbList.h:217
int operator==(const SbList< Type > &l) const
Definition SbList.h:209
The SbString class is a string class with convenience functions for string operations.
Definition SbString.h:52
The SbTime class instances represents time values.
Definition SbTime.h:50