This is the documentation for Enlighten.
class Geo PackedIntegerArray
template<PackedIntegerSize>
class Geo::PackedIntegerArray
Stores unsigned integer values packed into 64-bit blocks.
Parameters
| S | The number of bits into which each value is packed. |
Functions
Name | Description |
|---|---|
Remove all elements. | |
Return the number of values stored. | |
Return the value at the specified index. | |
Constructor. | |
Constructor. | |
Add elements to reach the specified size. | |
Set the value at the specified index. |
void Geo::PackedIntegerArray< S >::Clear
public: void Clear()
Remove all elements.
Geo::u32 Geo::PackedIntegerArray< S >::GetSize
public: Geo::u32 GetSize() const
Return the number of values stored.
Geo::u32 Geo::PackedIntegerArray< S >::GetValue
public: Geo::u32 GetValue
(
Geo::u32 index
) const
Return the value at the specified index.
Geo::PackedIntegerArray< S >::PackedIntegerArray
public: PackedIntegerArray()
Constructor.