|
HDK
|
#include "pxr/pxr.h"#include "pxr/exec/vdf/api.h"#include "pxr/exec/vdf/forEachCommonType.h"#include "pxr/exec/vdf/vectorData.h"
Include dependency graph for vectorDataTyped.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Vdf_VectorImplEmpty< TYPE > |
| Implements a Vdf_VectorData storage that is always empty. More... | |
| class | Vdf_VectorImplSingle< TYPE > |
| Implements a Vdf_VectorData storage that is holds a single element. More... | |
| class | Vdf_VectorImplContiguous< TYPE > |
| class | Vdf_VectorImplBoxed< TYPE > |
| Implements a Vdf_VectorData storage that holds a boxed element. More... | |
| class | Vdf_VectorDataTyped< TYPE > |
Macros | |
| #define | VDF_DECLARE_EXTERN_VECTOR_DATA_TYPED(type) extern template class VDF_API_TYPE Vdf_VectorDataTyped<type>; |
| #define VDF_DECLARE_EXTERN_VECTOR_DATA_TYPED | ( | type | ) | extern template class VDF_API_TYPE Vdf_VectorDataTyped<type>; |
Definition at line 68 of file vectorDataTyped.h.