|
HDK
|
Lightweight struct that stores the state of the LevelSetTracker. More...
#include <LevelSetTracker.h>
Public Member Functions | |
| State (math::BiasedGradientScheme s=math::HJWENO5_BIAS, math::TemporalIntegrationScheme t=math::TVD_RK1, int n=static_cast< int >(LEVEL_SET_HALF_WIDTH), int g=1) | |
Public Attributes | |
| math::BiasedGradientScheme | spatialScheme |
| math::TemporalIntegrationScheme | temporalScheme |
| int | normCount |
| int | grainSize |
Lightweight struct that stores the state of the LevelSetTracker.
Definition at line 74 of file LevelSetTracker.h.
|
inline |
Definition at line 75 of file LevelSetTracker.h.
| int openvdb::OPENVDB_VERSION_NAME::tools::LevelSetTracker< GridT, InterruptT >::State::grainSize |
Definition at line 82 of file LevelSetTracker.h.
| int openvdb::OPENVDB_VERSION_NAME::tools::LevelSetTracker< GridT, InterruptT >::State::normCount |
Definition at line 81 of file LevelSetTracker.h.
| math::BiasedGradientScheme openvdb::OPENVDB_VERSION_NAME::tools::LevelSetTracker< GridT, InterruptT >::State::spatialScheme |
Definition at line 79 of file LevelSetTracker.h.
| math::TemporalIntegrationScheme openvdb::OPENVDB_VERSION_NAME::tools::LevelSetTracker< GridT, InterruptT >::State::temporalScheme |
Definition at line 80 of file LevelSetTracker.h.