HDK
|
#include "pxr/pxr.h"
#include "pxr/usd/usd/api.h"
#include "pxr/base/tf/declarePtrs.h"
#include "pxr/base/tf/stringUtils.h"
#include "pxr/usd/sdf/layerOffset.h"
#include "pxr/usd/usd/primDataHandle.h"
#include "pxr/usd/usd/timeCode.h"
#include <string>
#include <map>
Go to the source code of this file.
Typedefs | |
typedef UsdStagePtr | UsdStageWeakPtr |
typedef std::map< class TfToken, VtValue, TfDictionaryLessThan > | UsdMetadataValueMap |
Functions | |
TF_DECLARE_WEAK_AND_REF_PTRS (UsdStage) | |
USD_API std::string | UsdDescribe (const UsdObject &) |
Return a human-readable description. More... | |
USD_API std::string | UsdDescribe (const UsdStageRefPtr &) |
USD_API std::string | UsdDescribe (const UsdStageWeakPtr &) |
USD_API std::string | UsdDescribe (const UsdStage *) |
USD_API std::string | UsdDescribe (const UsdStage &) |
USD_API std::string | UsdDescribe (const UsdStageCache &) |
typedef std::map<class TfToken, VtValue, TfDictionaryLessThan > UsdMetadataValueMap |
typedef UsdStagePtr UsdStageWeakPtr |
enum UsdListPosition |
Specifies a position to add items to lists. Used by some Add() methods in the USD API that manipulate lists, such as AddReference().
enum UsdLoadPolicy |
Controls UsdStage::Load() and UsdPrim::Load() behavior regarding whether or not descendant prims are loaded.
Enumerator | |
---|---|
UsdLoadWithDescendants |
Load a prim plus all its descendants. |
UsdLoadWithoutDescendants |
Load a prim by itself with no descendants. |
|
strong |
An enum representing which kind of schema a given schema class belongs to. For more details on the different kinds of schemas, see Usd_Page_GeneratingSchemas.
TF_DECLARE_WEAK_AND_REF_PTRS | ( | UsdStage | ) |
USD_API std::string UsdDescribe | ( | const UsdStageRefPtr & | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
USD_API std::string UsdDescribe | ( | const UsdStageWeakPtr & | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
USD_API std::string UsdDescribe | ( | const UsdStageCache & | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.