|
HDK
|
#include "pxr/pxr.h"#include "pxr/usdImaging/usdImaging/api.h"#include "pxr/base/tf/singleton.h"#include "pxr/base/tf/staticTokens.h"#include "pxr/base/tf/token.h"#include "pxr/base/tf/type.h"#include <unordered_map>
Include dependency graph for adapterRegistry.h:Go to the source code of this file.
Classes | |
| class | UsdImagingAdapterRegistry |
Macros | |
| #define | USD_IMAGING_ADAPTER_KEY_TOKENS |
Typedefs | |
| using | UsdImagingPrimAdapterSharedPtr = std::shared_ptr< UsdImagingPrimAdapter > |
| using | UsdImagingAPISchemaAdapterSharedPtr = std::shared_ptr< UsdImagingAPISchemaAdapter > |
Functions | |
| TF_DECLARE_PUBLIC_TOKENS (UsdImagingAdapterKeyTokens, USDIMAGING_API, USD_IMAGING_ADAPTER_KEY_TOKENS) | |
| USDIMAGING_API_TEMPLATE_CLASS (TfSingleton< UsdImagingAdapterRegistry >) | |
| #define USD_IMAGING_ADAPTER_KEY_TOKENS |
Definition at line 31 of file adapterRegistry.h.
| using UsdImagingAPISchemaAdapterSharedPtr = std::shared_ptr<UsdImagingAPISchemaAdapter> |
Definition at line 29 of file adapterRegistry.h.
| using UsdImagingPrimAdapterSharedPtr = std::shared_ptr<UsdImagingPrimAdapter> |
Definition at line 25 of file adapterRegistry.h.
| TF_DECLARE_PUBLIC_TOKENS | ( | UsdImagingAdapterKeyTokens | , |
| USDIMAGING_API | , | ||
| USD_IMAGING_ADAPTER_KEY_TOKENS | |||
| ) |
| USDIMAGING_API_TEMPLATE_CLASS | ( | TfSingleton< UsdImagingAdapterRegistry > | ) |