#include <InterpolatorSUDS.h>
Public Types | |
| typedef SUDSScatterValueFillCache< FC, Dim, T, ValueT > | This_t |
| typedef FC | Field_t |
| typedef int | PatchID_t |
| typedef int | Size_t |
| typedef ValueT | Value_t |
Public Member Functions | |
| SUDSScatterValueFillCache (const Field_t &field, const Value_t &value) | |
| SUDSScatterValueFillCache (const This_t &model) | |
| ~SUDSScatterValueFillCache () | |
| 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 SUDSScatterValueFillCache<FC,Dim,T,ValueT> SUDSScatterValueFillCache< FC, Dim, T, ValueT >::This_t |
| typedef FC SUDSScatterValueFillCache< FC, Dim, T, ValueT >::Field_t |
| typedef int SUDSScatterValueFillCache< FC, Dim, T, ValueT >::PatchID_t |
| typedef int SUDSScatterValueFillCache< FC, Dim, T, ValueT >::Size_t |
| typedef ValueT SUDSScatterValueFillCache< FC, Dim, T, ValueT >::Value_t |
| SUDSScatterValueFillCache< FC, Dim, T, ValueT >::SUDSScatterValueFillCache | ( | const Field_t & | field, | |
| const Value_t & | value | |||
| ) | [inline] |
| SUDSScatterValueFillCache< FC, Dim, T, ValueT >::SUDSScatterValueFillCache | ( | const This_t & | model | ) | [inline] |
| SUDSScatterValueFillCache< FC, Dim, T, ValueT >::~SUDSScatterValueFillCache | ( | ) | [inline] |
| void SUDSScatterValueFillCache< FC, Dim, T, ValueT >::apply | ( | const Patch1 & | pos, | |
| const Patch2 & | cache, | |||
| PatchID_t | pid | |||
| ) | const [inline] |
| Field_t SUDSScatterValueFillCache< FC, Dim, T, ValueT >::field_m |
Referenced by SUDSScatterValueFillCache< FC, Dim, T, ValueT >::apply().
| Value_t SUDSScatterValueFillCache< FC, Dim, T, ValueT >::value_m |
Referenced by SUDSScatterValueFillCache< FC, Dim, T, ValueT >::apply().
1.5.9