|
HDK
|
#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< UsdAttribute > | UsdAttributeVector |
| A std::vector of UsdAttributes. More... | |
| typedef std::vector<UsdAttribute> UsdAttributeVector |
A std::vector of UsdAttributes.
Definition at line 30 of file attribute.h.