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