HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
knotData.h File Reference
#include "pxr/pxr.h"
#include "pxr/base/ts/api.h"
#include "pxr/base/ts/types.h"
#include "pxr/base/ts/typeHelpers.h"
#include "pxr/base/vt/value.h"
#include "pxr/base/tf/type.h"
#include <memory>
#include <cstring>
+ Include dependency graph for knotData.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Ts_KnotData
 
struct  Ts_TypedKnotData< T >
 
class  Ts_KnotDataProxy
 
class  Ts_TypedKnotDataProxy< T >
 

Macros

#define COMP(member)
 

Macro Definition Documentation

#define COMP (   member)
Value:
if (member != other.member) \
{ \
return false; \
}

Definition at line 250 of file knotData.h.