|
HDK
|
#include "pxr/pxr.h"#include "pxr/base/tf/staticTokens.h"#include "pxr/base/vt/dictionary.h"#include "pxr/usd/sdr/api.h"#include "pxr/usd/sdr/declare.h"
Include dependency graph for shaderNodeMetadata.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | SdrShaderNodeMetadata |
Macros | |
| #define | SDR_NODE_METADATA_TOKENS |
| #define | SDR_NODE_DOMAIN_TOKENS |
| #define | SDR_NODE_SUBDOMAIN_TOKENS |
| #define | SDR_NODE_CONTEXT_TOKENS |
| #define | SDR_NODE_ROLE_TOKENS |
Functions | |
| TF_DECLARE_PUBLIC_TOKENS (SdrNodeMetadata, SDR_API, SDR_NODE_METADATA_TOKENS) | |
| TF_DECLARE_PUBLIC_TOKENS (SdrNodeDomain, SDR_API, SDR_NODE_DOMAIN_TOKENS) | |
| TF_DECLARE_PUBLIC_TOKENS (SdrNodeSubdomain, SDR_API, SDR_NODE_SUBDOMAIN_TOKENS) | |
| TF_DECLARE_PUBLIC_TOKENS (SdrNodeContext, SDR_API, SDR_NODE_CONTEXT_TOKENS) | |
| TF_DECLARE_PUBLIC_TOKENS (SdrNodeRole, SDR_API, SDR_NODE_ROLE_TOKENS) | |
| #define SDR_NODE_CONTEXT_TOKENS |
Definition at line 56 of file shaderNodeMetadata.h.
| #define SDR_NODE_DOMAIN_TOKENS |
Definition at line 45 of file shaderNodeMetadata.h.
| #define SDR_NODE_METADATA_TOKENS |
Definition at line 25 of file shaderNodeMetadata.h.
| #define SDR_NODE_ROLE_TOKENS |
Definition at line 74 of file shaderNodeMetadata.h.
| #define SDR_NODE_SUBDOMAIN_TOKENS |
Definition at line 49 of file shaderNodeMetadata.h.
| TF_DECLARE_PUBLIC_TOKENS | ( | SdrNodeMetadata | , |
| SDR_API | , | ||
| SDR_NODE_METADATA_TOKENS | |||
| ) |
All other tokens will remain intact. Note that clients can still set metadata with keys such as "category" and "departments" – the convenience API is simply removed.
| TF_DECLARE_PUBLIC_TOKENS | ( | SdrNodeDomain | , |
| SDR_API | , | ||
| SDR_NODE_DOMAIN_TOKENS | |||
| ) |
| TF_DECLARE_PUBLIC_TOKENS | ( | SdrNodeSubdomain | , |
| SDR_API | , | ||
| SDR_NODE_SUBDOMAIN_TOKENS | |||
| ) |
| TF_DECLARE_PUBLIC_TOKENS | ( | SdrNodeContext | , |
| SDR_API | , | ||
| SDR_NODE_CONTEXT_TOKENS | |||
| ) |
| TF_DECLARE_PUBLIC_TOKENS | ( | SdrNodeRole | , |
| SDR_API | , | ||
| SDR_NODE_ROLE_TOKENS | |||
| ) |