|
HDK
|
#include "pxr/pxr.h"#include "pxr/usd/kind/api.h"#include "pxr/base/tf/weakBase.h"#include "pxr/base/tf/singleton.h"#include "pxr/base/tf/staticTokens.h"#include "pxr/base/tf/token.h"#include <unordered_map>#include <vector>
Include dependency graph for registry.h:Go to the source code of this file.
Classes | |
| class | KindRegistry |
Macros | |
| #define | KIND_TOKENS |
Functions | |
| TF_DECLARE_PUBLIC_TOKENS (KindTokens, KIND_API, KIND_TOKENS) | |
| KIND_API_TEMPLATE_CLASS (TfSingleton< KindRegistry >) | |
| #define KIND_TOKENS |
Definition at line 25 of file registry.h.
| KIND_API_TEMPLATE_CLASS | ( | TfSingleton< KindRegistry > | ) |
| TF_DECLARE_PUBLIC_TOKENS | ( | KindTokens | , |
| KIND_API | , | ||
| KIND_TOKENS | |||
| ) |
Provides static, efficient TfToken's for built-in Kinds
See kind_coreKinds for description of the builtin kinds.