|
xc
|
Clase base para las «tritrices» de posiciones. More...
#include <Indices3dArray.h>


Public Types | |
| typedef IndicesMatrix | m_indices |
| typedef IndicesMatrix::reference | reference |
| typedef IndicesMatrix::const_reference | const_reference |
Public Member Functions | |
| Indices3dArray (const size_t &capas=1, const size_t &n_rows=1, const size_t &n_cols=1) | |
| size_t | getNumberOfLayers (void) const |
| size_t | getNumberOfRows (void) const |
| Return the number of rows of the array. | |
| size_t | getNumberOfColumns (void) const |
| Return the number of columns of the array. | |
| size_t | NumIndices (void) const |
| Return the number of elements of the array. | |
| const IndicesMatrix & | operator() (const size_t &capa) const |
| IndicesMatrix & | operator() (const size_t &capa) |
| const VIndices & | operator() (const size_t &i, const size_t &j, const size_t &k) const |
| VIndices & | operator() (const size_t &i, const size_t &j, const size_t &k) |
| void | Offset (const VIndices &) |
| Agrega a todos los elementos el valor que is being passed as parameter. More... | |
Protected Member Functions | |
| IndicesMatrix & | get_capa (const size_t &capa) |
| const IndicesMatrix & | get_capa (const size_t &capa) const |
Clase base para las «tritrices» de posiciones.
| void Indices3dArray::Offset | ( | const VIndices & | vi | ) |
Agrega a todos los elementos el valor que is being passed as parameter.
1.8.13