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