|
HDK
|
#include <compressedIndexMapping.h>
Public Member Functions | |
| bool | operator< (const Vdf_IndexBlockMapping &rhs) const |
Public Attributes | |
| size_t | logicalStartIndex |
| size_t | dataEndIndex |
A mapping that relates logical blocks of indices to actual stored data when the data is compressed by eliding unset elements. See Vdf_CompressedIndexMapping.
Definition at line 24 of file compressedIndexMapping.h.
|
inline |
Definition at line 38 of file compressedIndexMapping.h.
| size_t Vdf_IndexBlockMapping::dataEndIndex |
Definition at line 32 of file compressedIndexMapping.h.
| size_t Vdf_IndexBlockMapping::logicalStartIndex |
Definition at line 27 of file compressedIndexMapping.h.