#include <InterpolatorNGP.h>
Public Types | |
| typedef NGPScatterValueFillCache< FC, Dim, ValueT > | This_t |
| typedef FC | Field_t |
| typedef int | PatchID_t |
| typedef int | Size_t |
| typedef ValueT | Value_t |
Public Member Functions | |
| NGPScatterValueFillCache (const Field_t &field, const Value_t &value) | |
| NGPScatterValueFillCache (const This_t &model) | |
| ~NGPScatterValueFillCache () | |
| template<class Patch1 , class Patch2 > | |
| void | apply (const Patch1 &pos, const Patch2 &cache, PatchID_t pid) const |
Public Attributes | |
| Field_t | field_m |
| Value_t | value_m |
| typedef NGPScatterValueFillCache<FC,Dim,ValueT> NGPScatterValueFillCache< FC, Dim, ValueT >::This_t |
| typedef FC NGPScatterValueFillCache< FC, Dim, ValueT >::Field_t |
| typedef int NGPScatterValueFillCache< FC, Dim, ValueT >::PatchID_t |
| typedef int NGPScatterValueFillCache< FC, Dim, ValueT >::Size_t |
| typedef ValueT NGPScatterValueFillCache< FC, Dim, ValueT >::Value_t |
| NGPScatterValueFillCache< FC, Dim, ValueT >::NGPScatterValueFillCache | ( | const Field_t & | field, | |
| const Value_t & | value | |||
| ) | [inline] |
| NGPScatterValueFillCache< FC, Dim, ValueT >::NGPScatterValueFillCache | ( | const This_t & | model | ) | [inline] |
| NGPScatterValueFillCache< FC, Dim, ValueT >::~NGPScatterValueFillCache | ( | ) | [inline] |
| void NGPScatterValueFillCache< FC, Dim, ValueT >::apply | ( | const Patch1 & | pos, | |
| const Patch2 & | cache, | |||
| PatchID_t | pid | |||
| ) | const [inline] |
| Field_t NGPScatterValueFillCache< FC, Dim, ValueT >::field_m |
Referenced by NGPScatterValueFillCache< FC, Dim, ValueT >::apply().
| Value_t NGPScatterValueFillCache< FC, Dim, ValueT >::value_m |
Referenced by NGPScatterValueFillCache< FC, Dim, ValueT >::apply().
1.5.9