OpenVDB  9.0.1
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
FastSweeping< SdfGridT, ExtValueT >::SweepingKernel::NN Struct Reference

#include <openvdb/tools/FastSweeping.h>

Public Member Functions

 NN ()
 
 NN (const SdfAccT &a, const Coord &p, int i)
 
Coord operator() (const Coord &p) const
 
bool operator< (const NN &rhs) const
 
 operator bool () const
 

Static Public Member Functions

static Coord ijk (const Coord &p, int i)
 

Public Attributes

SdfValueT v
 
int n
 

Constructor & Destructor Documentation

NN ( )
inline
NN ( const SdfAccT a,
const Coord &  p,
int  i 
)
inline

Member Function Documentation

static Coord ijk ( const Coord &  p,
int  i 
)
inlinestatic
operator bool ( ) const
inline
Coord operator() ( const Coord &  p) const
inline
bool operator< ( const NN rhs) const
inline

Member Data Documentation

int n
SdfValueT v