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