HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
attribute.h File Reference
#include "pxr/pxr.h"
#include "pxr/usd/usd/api.h"
#include "pxr/usd/usd/common.h"
#include "pxr/usd/usd/property.h"
#include "pxr/usd/usd/resolveInfo.h"
#include "pxr/usd/sdf/abstractData.h"
#include "pxr/usd/sdf/path.h"
#include "pxr/usd/sdf/types.h"
#include "pxr/base/vt/value.h"
#include "pxr/base/gf/interval.h"
#include <string>
#include <type_traits>
#include <vector>
+ Include dependency graph for attribute.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UsdAttribute
 

Typedefs

typedef std::vector< UsdAttributeUsdAttributeVector
 A std::vector of UsdAttributes. More...
 

Typedef Documentation

typedef std::vector<UsdAttribute> UsdAttributeVector

A std::vector of UsdAttributes.

Definition at line 46 of file attribute.h.