#include "pxr/pxr.h"
#include "pxr/base/ts/api.h"
#include "pxr/base/ts/types.h"
#include "pxr/base/gf/half.h"
#include "pxr/base/tf/type.h"
#include <cmath>
#include <type_traits>
Go to the source code of this file.
#define _MAKE_CLAUSE |
( |
|
unused, |
|
|
|
tuple |
|
) |
| |
Value:
TS_API TfType Ts_GetType<TS_SPLINE_VALUE_CPP_TYPE(tuple)>(); \
template <> \
public std::true_type {};
Definition at line 38 of file typeHelpers.h.
TS_API TfType Ts_GetTypeFromTypeName |
( |
const std::string & |
typeName | ) |
|
TS_API std::string Ts_GetTypeNameFromType |
( |
TfType |
valueType | ) |
|
template<typename T >
bool Ts_IsFinite |
( |
T |
value | ) |
|