BEM++  2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
Fiber::_2dSliceOfConst4dArray< T > Class Template Reference

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

 _2dSliceOfConst4dArray (const _4dArray< T > &array, size_t index2, size_t index3)
 
const T & operator() (size_t index0, size_t index1) 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_index2
 
size_t m_index3
 

Detailed Description

template<typename T>
class Fiber::_2dSliceOfConst4dArray< T >

Lightweight encapsulation of a 2D slice of a constant 4d array.


The documentation for this class was generated from the following files: