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