BEM++
2.0
|
Lightweight encapsulation of a 1D slice of a constant 2D array. More...
#include </home/wojtek/Projects/BEM/bempp-sven/bempp/lib/fiber/_2d_array.hpp>
Public Member Functions | |
_1dSliceOfConst2dArray (const _2dArray< T > &array, size_t index1) | |
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 _2dArray< T > & | m_array |
size_t | m_index1 |
Lightweight encapsulation of a 1D slice of a constant 2D array.