OpenVDB  0.104.0
Public Types | Public Member Functions | List of all members
RenormOp< GridType, ValueType > Struct Template Reference

#include <MeshToVolume.h>

Public Types

typedef math::BIAS_SCHEME
< math::FIRST_BIAS
Scheme
 
typedef Scheme::template
ISStencil< GridType >
::StencilType 
Stencil
 
typedef tree::LeafManager
< typename GridType::TreeType > 
LeafManagerType
 
typedef LeafManagerType::BufferType BufferType
 

Public Member Functions

 RenormOp (GridType &grid, LeafManagerType &leafs, ValueType voxelSize, ValueType cfl=1.0)
 
void resetCFL (ValueType cfl)
 
template<typename LeafNodeType >
void operator() (LeafNodeType &leaf, size_t leafIndex) const
 

Member Typedef Documentation

typedef tree::LeafManager<typename GridType::TreeType> LeafManagerType
typedef Scheme::template ISStencil<GridType>::StencilType Stencil

Constructor & Destructor Documentation

RenormOp ( GridType &  grid,
LeafManagerType leafs,
ValueType  voxelSize,
ValueType  cfl = 1.0 
)
inline

Member Function Documentation

void operator() ( LeafNodeType &  leaf,
size_t  leafIndex 
) const
inline
void resetCFL ( ValueType  cfl)
inline

The documentation for this struct was generated from the following file: