HDK
|
#include <tokens.h>
Public Member Functions | |
USDPROC_API | UsdProcTokensType () |
Public Attributes | |
const TfToken | proceduralSystem |
"proceduralSystem" More... | |
const TfToken | GenerativeProcedural |
"GenerativeProcedural" More... | |
const std::vector< TfToken > | allTokens |
A vector of all of the tokens listed above. More... | |
UsdProcTokens provides static, efficient TfTokens for use in all public USD API.
These tokens are auto-generated from the module's schema, representing property names, for when you need to fetch an attribute or relationship directly by name, e.g. UsdPrim::GetAttribute(), in the most efficient manner, and allow the compiler to verify that you spelled the name correctly.
UsdProcTokens also contains all of the allowedTokens values declared for schema builtin attributes of 'token' scene description type. Use UsdProcTokens like so:
USDPROC_API UsdProcTokensType::UsdProcTokensType | ( | ) |
const std::vector<TfToken> UsdProcTokensType::allTokens |
const TfToken UsdProcTokensType::GenerativeProcedural |
"GenerativeProcedural"
Schema identifer and family for UsdProcGenerativeProcedural
const TfToken UsdProcTokensType::proceduralSystem |