◆ Stencil()
template<typename T, unsigned int length, unsigned int offset>
Stencil< T, length, offset >::Stencil |
( |
T * |
coeff, |
|
|
int |
n, |
|
|
StencilDirection |
pDir |
|
) |
| |
|
inline |
: creates a stencil with given coefficients.
- Parameters
-
[in] | coeff | coefficients for the stencil. |
[in] | n | : number of coefficients. |
◆ getOffset()
template<typename T, unsigned int length, unsigned int offset>
unsigned int Stencil< T, length, offset >::getOffset |
( |
| ) |
const |
|
inline |
returns the offset of the stencil.
◆ getStencilDirection()
template<typename T, unsigned int length, unsigned int offset>
StencilDirection Stencil< T, length, offset >::getStencilDirection |
( |
| ) |
const |
|
inline |
returns the stencil direction
◆ getStencilLength()
template<typename T, unsigned int length, unsigned int offset>
unsigned int Stencil< T, length, offset >::getStencilLength |
( |
| ) |
const |
|
inline |
returns the length of the stencil.
The documentation for this struct was generated from the following file: