|
HDK
|
Classes | |
| struct | Attribute |
| Attribute accessor, valid for providing input to a prim computation. More... | |
| struct | Relationship |
| Relationship accessor, valid for providing input to a prim computation. More... | |
| struct | Prim |
| Prim accessor, valid for providing input to an attribute computation. More... | |
| struct | Stage |
| Provides access to the stage, valid for providing input to any computation. More... | |
| struct | Computation |
| Computation value specifier, valid for providing input to any computation. More... | |
| struct | Metadata |
| Metadata value specifier, valid on a prim or attribute computation. More... | |
| struct | Constant |
| struct | NamespaceAncestor |
Functions | |
| Constant (const char *) -> Constant< std::string > | |
| Constant (char *) -> Constant< std::string > | |
| template<typename ValueType > | |
| auto | AttributeValue (const TfToken &attributeName) |
| template<typename ResultType > | |
| auto | Connections (const TfToken &computationName) |
| template<typename ResultType > | |
| auto | IncomingConnections (const TfToken &computationName) |
| exec_registration::Constant | ( | const char * | ) | -> Constant< std::string > |
| exec_registration::Constant | ( | char * | ) | -> Constant< std::string > |