HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vectorImpl_Compressed.h File Reference
+ 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>;
 

Macro Definition Documentation

#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.