HDK
|
#include "pxr/pxr.h"
#include "pxr/base/ts/api.h"
#include "pxr/base/ts/knotData.h"
#include "pxr/base/ts/types.h"
#include "pxr/base/ts/typeHelpers.h"
#include "pxr/base/vt/dictionary.h"
#include "pxr/base/vt/value.h"
#include "pxr/base/gf/half.h"
#include "pxr/base/tf/diagnostic.h"
#include "pxr/base/tf/preprocessorUtilsLite.h"
#include "pxr/base/tf/type.h"
#include <string>
#include <memory>
#include <iosfwd>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | TsKnot |
class | TsTypedKnot< T, typename > |
Macros | |
#define | _MAKE_CLAUSE(unused, tuple) |
Typedefs | |
using | TsDoubleKnot = TsTypedKnot< double > |
using | TsFloatKnot = TsTypedKnot< float > |
using | TsHalfKnot = TsTypedKnot< GfHalf > |
Functions | |
TS_API std::ostream & | operator<< (std::ostream &out, const TsKnot &knot) |
Output a text representation of a spline to a stream. More... | |
#define _MAKE_CLAUSE | ( | unused, | |
tuple | |||
) |
using TsDoubleKnot = TsTypedKnot<double> |
using TsFloatKnot = TsTypedKnot<float> |
using TsHalfKnot = TsTypedKnot<GfHalf> |