#include <GAS_Rest.h>

Public Member Functions | |
| GET_DATA_FUNC_S (GAS_NAME_FIELD, FieldName) | |
| GETSET_DATA_FUNCS_F ("radius", Radius) | |
| GET_DATA_FUNC_I ("filter", Filter) | |
| GET_DATA_FUNC_B ("maskissdf", MaskIsSDF) | |
| GET_DATA_FUNC_B (GAS_NAME_USETIMESTEP, UseTimeStep) | |
| GET_DATA_FUNC_F (GAS_NAME_TIMESCALE, TimeScale) | |
| bool | shouldMultiThread (SIM_RawField *field) const |
Protected Member Functions | |
| GAS_Rest (const SIM_DataFactory *factory) | |
| virtual | ~GAS_Rest () |
| virtual bool | solveGasSubclass (SIM_Engine &engine, SIM_Object *obj, SIM_Time time, SIM_Time timestep) |
| THREADED_METHOD2_CONST (GAS_Rest, shouldMultiThread(dst), buildRest, SIM_RawField *, dst, int, axis) | |
| Builds the actual rest field. | |
| void | buildRestPartial (SIM_RawField *field, int axis, const UT_JobInfo &info) const |
Definition at line 36 of file GAS_Rest.h.
| GAS_Rest::GAS_Rest | ( | const SIM_DataFactory * | factory | ) | [explicit, protected] |
| virtual GAS_Rest::~GAS_Rest | ( | ) | [protected, virtual] |
| void GAS_Rest::buildRestPartial | ( | SIM_RawField * | field, | |
| int | axis, | |||
| const UT_JobInfo & | info | |||
| ) | const [protected] |
| GAS_Rest::GET_DATA_FUNC_B | ( | GAS_NAME_USETIMESTEP | , | |
| UseTimeStep | ||||
| ) |
| GAS_Rest::GET_DATA_FUNC_B | ( | "maskissdf" | , | |
| MaskIsSDF | ||||
| ) |
| GAS_Rest::GET_DATA_FUNC_F | ( | GAS_NAME_TIMESCALE | , | |
| TimeScale | ||||
| ) |
| GAS_Rest::GET_DATA_FUNC_I | ( | "filter" | , | |
| Filter | ||||
| ) |
| GAS_Rest::GET_DATA_FUNC_S | ( | GAS_NAME_FIELD | , | |
| FieldName | ||||
| ) |
| GAS_Rest::GETSET_DATA_FUNCS_F | ( | "radius" | , | |
| Radius | ||||
| ) |
| bool GAS_Rest::shouldMultiThread | ( | SIM_RawField * | field | ) | const [inline] |
Definition at line 47 of file GAS_Rest.h.
| virtual bool GAS_Rest::solveGasSubclass | ( | SIM_Engine & | engine, | |
| SIM_Object * | obj, | |||
| SIM_Time | time, | |||
| SIM_Time | timestep | |||
| ) | [protected, virtual] |
Builds a rest field consisting of the locations at each voxel.
Implements GAS_SubSolver.
| GAS_Rest::THREADED_METHOD2_CONST | ( | GAS_Rest | , | |
| shouldMultiThread(dst) | , | |||
| buildRest | , | |||
| SIM_RawField * | , | |||
| dst | , | |||
| int | , | |||
| axis | ||||
| ) | [protected] |
Builds the actual rest field.
1.5.9