|
HDK
|
#include "pxr/pxr.h"#include "pxr/usd/usd/api.h"#include "pxr/usd/sdf/timeCode.h"#include "pxr/base/arch/hints.h"#include "pxr/base/tf/staticTokens.h"#include "pxr/base/tf/hash.h"#include <limits>#include <iosfwd>#include <cmath>
Include dependency graph for timeCode.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UsdTimeCode |
Macros | |
| #define | USD_TIME_CODE_TOKENS |
Functions | |
| TF_DECLARE_PUBLIC_TOKENS (UsdTimeCodeTokens, USD_API, USD_TIME_CODE_TOKENS) | |
| USD_API std::ostream & | operator<< (std::ostream &os, const UsdTimeCode &time) |
| USD_API std::istream & | operator>> (std::istream &is, UsdTimeCode &time) |
| #define USD_TIME_CODE_TOKENS |
Definition at line 25 of file timeCode.h.
| USD_API std::ostream& operator<< | ( | std::ostream & | os, |
| const UsdTimeCode & | time | ||
| ) |
| USD_API std::istream& operator>> | ( | std::istream & | is, |
| UsdTimeCode & | time | ||
| ) |
| TF_DECLARE_PUBLIC_TOKENS | ( | UsdTimeCodeTokens | , |
| USD_API | , | ||
| USD_TIME_CODE_TOKENS | |||
| ) |