| 
    OpenVDB
    13.0.0
    
   | 
 
Lightweight struct that stores the state of the LevelSetTracker. More...
#include <openvdb/tools/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.
      
  | 
  inline | 
| int grainSize | 
| int normCount | 
| math::BiasedGradientScheme spatialScheme | 
| math::TemporalIntegrationScheme temporalScheme | 
 1.8.11