#include <InterpolatorCIC.h>
Public Types | |
| typedef CICGatherFillCache< FC, Dim, T > | This_t |
| typedef FC | Field_t |
| typedef int | PatchID_t |
| typedef int | Size_t |
Public Member Functions | |
| CICGatherFillCache (const Field_t &field) | |
| CICGatherFillCache (const This_t &model) | |
| ~CICGatherFillCache () | |
| 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 CICGatherFillCache<FC,Dim,T> CICGatherFillCache< FC, Dim, T >::This_t |
| typedef FC CICGatherFillCache< FC, Dim, T >::Field_t |
| typedef int CICGatherFillCache< FC, Dim, T >::PatchID_t |
| typedef int CICGatherFillCache< FC, Dim, T >::Size_t |
| CICGatherFillCache< FC, Dim, T >::CICGatherFillCache | ( | const Field_t & | field | ) | [inline] |
| CICGatherFillCache< FC, Dim, T >::CICGatherFillCache | ( | const This_t & | model | ) | [inline] |
| CICGatherFillCache< FC, Dim, T >::~CICGatherFillCache | ( | ) | [inline] |
| void CICGatherFillCache< FC, Dim, T >::apply | ( | const Patch1 & | attrib, | |
| const Patch2 & | pos, | |||
| const Patch3 & | cache, | |||
| PatchID_t | pid | |||
| ) | const [inline] |
References CICGatherFcn(), CICGatherFillCache< FC, Dim, T >::field_m, and PAssert.
| Field_t CICGatherFillCache< FC, Dim, T >::field_m |
Referenced by CICGatherFillCache< FC, Dim, T >::apply().
1.5.9