Public Member Functions | |
| Filler & | operator++ () |
| void | addBlockData (ConstArray2View< ValueT > values) |
| void | start () |
| Redémarre le filler au début. | |
| bool | isBegin () |
| bool | isEnd () |
| Retourn true, le filler est à la fin. | |
| Integer | index () |
| Retourne l'index d'itération courante de l'inserter. | |
| Integer | currentSize () |
| Taille du bloc courant à insérer. | |
Definition at line 101 of file StreamVBlockMatrixBuilderInserter.h.
|
inlineprotected |
Definition at line 105 of file StreamVBlockMatrixBuilderInserter.h.
| void Alien::StreamVBlockMatrixBuilderT< ValueT >::Filler::addBlockData | ( | ConstArray2View< ValueT > | values | ) |
Definition at line 193 of file StreamVBlockMatrixBuilderInserterT.h.
| Integer Alien::StreamVBlockMatrixBuilderT< ValueT >::Filler::currentSize | ( | ) |
Taille du bloc courant à insérer.
Definition at line 142 of file StreamVBlockMatrixBuilderInserterT.h.
References currentSize().
Referenced by currentSize().
| Integer Alien::StreamVBlockMatrixBuilderT< ValueT >::Filler::index | ( | ) |
Retourne l'index d'itération courante de l'inserter.
Definition at line 151 of file StreamVBlockMatrixBuilderInserterT.h.
References index().
Referenced by index().
| bool Alien::StreamVBlockMatrixBuilderT< ValueT >::Filler::isBegin | ( | ) |
Definition at line 127 of file StreamVBlockMatrixBuilderInserterT.h.
| bool Alien::StreamVBlockMatrixBuilderT< ValueT >::Filler::isEnd | ( | ) |
Retourn true, le filler est à la fin.
Definition at line 135 of file StreamVBlockMatrixBuilderInserterT.h.
References isEnd().
Referenced by isEnd().
| StreamVBlockMatrixBuilderT< ValueT >::Filler & Alien::StreamVBlockMatrixBuilderT< ValueT >::Filler::operator++ | ( | ) |
Definition at line 216 of file StreamVBlockMatrixBuilderInserterT.h.
| void Alien::StreamVBlockMatrixBuilderT< ValueT >::Filler::start | ( | ) |
Redémarre le filler au début.
Definition at line 159 of file StreamVBlockMatrixBuilderInserterT.h.
References start().
Referenced by start().