|
HDK
|
#include "pxr/pxr.h"#include "pxr/exec/vdf/api.h"#include "pxr/exec/vdf/vectorDataTyped.h"#include "pxr/exec/vdf/boxedContainer.h"#include "pxr/exec/vdf/compressedIndexMapping.h"#include "pxr/exec/vdf/forEachCommonType.h"#include "pxr/exec/vdf/mask.h"#include "pxr/exec/vdf/vectorImpl_Dispatch.h"#include "pxr/exec/vdf/vectorImpl_Boxed.h"#include "pxr/base/tf/mallocTag.h"
Include dependency graph for vectorImpl_Compressed.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Vdf_VectorImplCompressed< TYPE > |
| Implements a Vdf_VectorData storage that is holds a subset of a vector. The subset is determined by a supplied VdfMask. Each bit in the mask maps to an element in the given vector. The storage omits all elements associated with zeros in the mask. More... | |
Macros | |
| #define | VDF_DECLARE_EXTERN_VECTOR_IMPL_COMPRESSED(type) extern template class VDF_API_TYPE Vdf_VectorImplCompressed<type>; |
| #define VDF_DECLARE_EXTERN_VECTOR_IMPL_COMPRESSED | ( | type | ) | extern template class VDF_API_TYPE Vdf_VectorImplCompressed<type>; |
Definition at line 337 of file vectorImpl_Compressed.h.