#include <GAS_CorrectByMarkers.h>

Public Member Functions | |
| GET_DATA_FUNC_S (GAS_NAME_SURFACE, SurfaceName) | |
| GET_DATA_FUNC_S (GAS_NAME_GEOMETRY, SurfelName) | |
| GETSET_DATA_FUNCS_F ("threshold", Threshold) | |
Protected Member Functions | |
| GAS_CorrectByMarkers (const SIM_DataFactory *factory) | |
| virtual | ~GAS_CorrectByMarkers () |
| virtual bool | solveGasSubclass (SIM_Engine &engine, SIM_Object *obj, SIM_Time time, SIM_Time timestep) |
| void | correctSurface (SIM_ScalarField *surface, GU_Detail *gdp) |
| Corrects the iso surface according to marker values. | |
Definition at line 33 of file GAS_CorrectByMarkers.h.
| GAS_CorrectByMarkers::GAS_CorrectByMarkers | ( | const SIM_DataFactory * | factory | ) | [explicit, protected] |
| virtual GAS_CorrectByMarkers::~GAS_CorrectByMarkers | ( | ) | [protected, virtual] |
| void GAS_CorrectByMarkers::correctSurface | ( | SIM_ScalarField * | surface, | |
| GU_Detail * | gdp | |||
| ) | [protected] |
Corrects the iso surface according to marker values.
| GAS_CorrectByMarkers::GET_DATA_FUNC_S | ( | GAS_NAME_GEOMETRY | , | |
| SurfelName | ||||
| ) |
| GAS_CorrectByMarkers::GET_DATA_FUNC_S | ( | GAS_NAME_SURFACE | , | |
| SurfaceName | ||||
| ) |
| GAS_CorrectByMarkers::GETSET_DATA_FUNCS_F | ( | "threshold" | , | |
| Threshold | ||||
| ) |
| virtual bool GAS_CorrectByMarkers::solveGasSubclass | ( | SIM_Engine & | engine, | |
| SIM_Object * | obj, | |||
| SIM_Time | time, | |||
| SIM_Time | timestep | |||
| ) | [protected, virtual] |
Applies this subsolver for a single timestep. Returns true on success
Implements GAS_SubSolver.
1.5.9