BEM++
2.0
|
Lightweight encapsulation of a 2D slice of a constant 4d array. More...
#include </home/wojtek/Projects/BEM/bempp-sven/bempp/lib/fiber/_4d_array.hpp>
Public Member Functions | |
_3dSliceOfConst4dArray (const _4dArray< T > &array, size_t index3) | |
const T & | operator() (size_t index0, size_t index1, size_t index2) const |
size_t | extent (size_t dimension) const |
Private Member Functions | |
void | check_dimension (size_t dimension) const |
Private Attributes | |
const _4dArray< T > & | m_array |
size_t | m_index3 |
Lightweight encapsulation of a 2D slice of a constant 4d array.