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