BEM++
2.0
|
Lightweight encapsulation of a 1D slice of a constant 3D array. More...
#include </home/wojtek/Projects/BEM/bempp-sven/bempp/lib/fiber/_3d_array.hpp>
Public Member Functions | |
_1dSliceOfConst3dArray (const _3dArray< T > &array, size_t index1, size_t index2) | |
const T & | operator() (size_t index0) const |
size_t | extent (size_t dimension) const |
Private Member Functions | |
void | check_dimension (size_t dimension) const |
Private Attributes | |
const _3dArray< T > & | m_array |
size_t | m_index1 |
size_t | m_index2 |
Lightweight encapsulation of a 1D slice of a constant 3D array.