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