OpenVDB 11.0.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Extrema< VecT, 1 >::Pair Struct Reference

#include <nanovdb/util/GridStats.h>

Public Member Functions

__hostdev__ Pair (Real s)
 
__hostdev__ Pair (const VecT &v)
 
__hostdev__ bool operator< (const Pair &rhs) const
 

Public Attributes

Real scalar
 
VecT vector
 

Constructor & Destructor Documentation

◆ Pair() [1/2]

__hostdev__ Pair ( Real  s)
inline

◆ Pair() [2/2]

__hostdev__ Pair ( const VecT &  v)
inline

Member Function Documentation

◆ operator<()

__hostdev__ bool operator< ( const Pair &  rhs) const
inline

Member Data Documentation

◆ scalar

Real scalar

◆ vector

VecT vector