#include <GAS_ParticleMoveToIso.h>

Public Member Functions | |
| GET_DATA_FUNC_S (GAS_NAME_FIELD, FieldName) | |
| GET_DATA_FUNC_S (GAS_NAME_GEOMETRY, GeometryName) | |
| GET_DATA_FUNC_I ("rule", Rule) | |
| GET_DATA_FUNC_F ("goaliso", GoalIso) | |
| GET_DATA_FUNC_F ("tol", Tolerance) | |
| GET_DATA_FUNC_B ("usepscale", UseParticleScale) | |
| GET_DATA_FUNC_B ("deleteunmoveable", DeleteUnmoveable) | |
Protected Member Functions | |
| GAS_ParticleMoveToIso (const SIM_DataFactory *factory) | |
| virtual | ~GAS_ParticleMoveToIso () |
| virtual bool | solveGasSubclass (SIM_Engine &engine, SIM_Object *obj, SIM_Time time, SIM_Time timestep) |
| Moves particles to the corresponding iso contour of the field. | |
| void | particleMoveToIso (SIM_RawField *field, GU_Detail *particles) |
Definition at line 29 of file GAS_ParticleMoveToIso.h.
| GAS_ParticleMoveToIso::GAS_ParticleMoveToIso | ( | const SIM_DataFactory * | factory | ) | [explicit, protected] |
| virtual GAS_ParticleMoveToIso::~GAS_ParticleMoveToIso | ( | ) | [protected, virtual] |
| GAS_ParticleMoveToIso::GET_DATA_FUNC_B | ( | "deleteunmoveable" | , | |
| DeleteUnmoveable | ||||
| ) |
| GAS_ParticleMoveToIso::GET_DATA_FUNC_B | ( | "usepscale" | , | |
| UseParticleScale | ||||
| ) |
| GAS_ParticleMoveToIso::GET_DATA_FUNC_F | ( | "tol" | , | |
| Tolerance | ||||
| ) |
| GAS_ParticleMoveToIso::GET_DATA_FUNC_F | ( | "goaliso" | , | |
| GoalIso | ||||
| ) |
| GAS_ParticleMoveToIso::GET_DATA_FUNC_I | ( | "rule" | , | |
| Rule | ||||
| ) |
| GAS_ParticleMoveToIso::GET_DATA_FUNC_S | ( | GAS_NAME_GEOMETRY | , | |
| GeometryName | ||||
| ) |
| GAS_ParticleMoveToIso::GET_DATA_FUNC_S | ( | GAS_NAME_FIELD | , | |
| FieldName | ||||
| ) |
| void GAS_ParticleMoveToIso::particleMoveToIso | ( | SIM_RawField * | field, | |
| GU_Detail * | particles | |||
| ) | [protected] |
| virtual bool GAS_ParticleMoveToIso::solveGasSubclass | ( | SIM_Engine & | engine, | |
| SIM_Object * | obj, | |||
| SIM_Time | time, | |||
| SIM_Time | timestep | |||
| ) | [protected, virtual] |
1.5.9