#include <InterpolatorCIC.h>
Public Types | |
typedef CICScatter< FC, Dim, T > | This_t |
typedef FC | Field_t |
typedef int | PatchID_t |
typedef int | Size_t |
Public Member Functions | |
CICScatter (const Field_t &field) | |
CICScatter (const This_t &model) | |
~CICScatter () | |
template<class Patch1 , class Patch2 > | |
void | apply (const Patch1 &attrib, const Patch2 &pos, PatchID_t pid) const |
Public Attributes | |
Field_t | field_m |
typedef CICScatter<FC,Dim,T> CICScatter< FC, Dim, T >::This_t |
typedef FC CICScatter< FC, Dim, T >::Field_t |
typedef int CICScatter< FC, Dim, T >::PatchID_t |
typedef int CICScatter< FC, Dim, T >::Size_t |
CICScatter< FC, Dim, T >::CICScatter | ( | const Field_t & | field | ) | [inline] |
CICScatter< FC, Dim, T >::CICScatter | ( | const This_t & | model | ) | [inline] |
CICScatter< FC, Dim, T >::~CICScatter | ( | ) | [inline] |
void CICScatter< FC, Dim, T >::apply | ( | const Patch1 & | attrib, | |
const Patch2 & | pos, | |||
PatchID_t | pid | |||
) | const [inline] |
References CICScatterFcn(), CICScatter< FC, Dim, T >::field_m, and PAssert.
Field_t CICScatter< FC, Dim, T >::field_m |
Referenced by CICScatter< FC, Dim, T >::apply().