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