HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Vdf_IndexBlockMapping Struct Reference

#include <compressedIndexMapping.h>

Public Member Functions

bool operator< (const Vdf_IndexBlockMapping &rhs) const
 

Public Attributes

size_t logicalStartIndex
 
size_t dataEndIndex
 

Detailed Description

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.

Member Function Documentation

bool Vdf_IndexBlockMapping::operator< ( const Vdf_IndexBlockMapping rhs) const
inline

Definition at line 38 of file compressedIndexMapping.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: