Classe gérant un tableau sous la forme d'une liste de blocs. Plus de détails...
#include <arcane/core/BlockIndexList.h>
Fonctions membres publiques | |
Int32 | nbBlock () const |
Real | memoryRatio () const |
void | reset () |
BlockIndex | block (Int32 i) const |
void | fillArray (Array< Int32 > &v) |
Fonctions membres privées | |
void | _setBlockIndexAndOffset (Int32 block, Int32 index, Int32 offset) |
void | _setNbBlock (Int32 nb_block) |
Int32 | _currentIndexPosition () const |
void | _addBlockInfo (const Int32 *data, Int16 size) |
Int32 | _computeNbContigusBlock () const |
Attributs privés | |
UniqueArray< Int32 > | m_indexes |
Liste des indexes. | |
UniqueArray< Int32 > | m_blocks_index_and_offset |
Int32 | m_original_size = 0 |
Taille d'origine du tableau d'indices. | |
Int32 | m_nb_block = 0 |
Nombre de blocs (m_original_size/m_block_size arrondi au supérieur) | |
Int16 | m_block_size = 0 |
Taille d'un bloc. | |
Int16 | m_last_block_size = 0 |
Taille du dernier bloc. | |
Amis | |
class | BlockIndexListBuilder |
Classe gérant un tableau sous la forme d'une liste de blocs.
Définition à la ligne 80 du fichier BlockIndexList.h.
Définition à la ligne 103 du fichier BlockIndexList.cc.
|
private |
Définition à la ligne 112 du fichier BlockIndexList.cc.
|
private |
Définition à la ligne 94 du fichier BlockIndexList.cc.
|
private |
Définition à la ligne 74 du fichier BlockIndexList.cc.
|
private |
Définition à la ligne 84 du fichier BlockIndexList.cc.
|
inline |
Définition à la ligne 91 du fichier BlockIndexList.h.
Définition à la ligne 46 du fichier BlockIndexList.cc.
Real Arcane::BlockIndexList::memoryRatio | ( | ) | const |
Définition à la ligne 33 du fichier BlockIndexList.cc.
|
inline |
Définition à la ligne 88 du fichier BlockIndexList.h.
void Arcane::BlockIndexList::reset | ( | ) |
Définition à la ligne 60 du fichier BlockIndexList.cc.
|
friend |
Définition à la ligne 82 du fichier BlockIndexList.h.
|
private |
Taille d'un bloc.
Définition à la ligne 111 du fichier BlockIndexList.h.
|
private |
Définition à la ligne 105 du fichier BlockIndexList.h.
|
private |
Liste des indexes.
Définition à la ligne 103 du fichier BlockIndexList.h.
|
private |
Taille du dernier bloc.
Définition à la ligne 113 du fichier BlockIndexList.h.
|
private |
Nombre de blocs (m_original_size/m_block_size arrondi au supérieur)
Définition à la ligne 109 du fichier BlockIndexList.h.
|
private |
Taille d'origine du tableau d'indices.
Définition à la ligne 107 du fichier BlockIndexList.h.