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