HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nanovdb::Extrema< VecT, 1 >::Pair Struct Reference

#include <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
 

Detailed Description

template<typename VecT>
struct nanovdb::Extrema< VecT, 1 >::Pair

Definition at line 134 of file GridStats.h.

Constructor & Destructor Documentation

template<typename VecT >
__hostdev__ nanovdb::Extrema< VecT, 1 >::Pair::Pair ( Real  s)
inline

Definition at line 139 of file GridStats.h.

template<typename VecT >
__hostdev__ nanovdb::Extrema< VecT, 1 >::Pair::Pair ( const VecT &  v)
inline

Definition at line 144 of file GridStats.h.

Member Function Documentation

template<typename VecT >
__hostdev__ bool nanovdb::Extrema< VecT, 1 >::Pair::operator< ( const Pair rhs) const
inline

Definition at line 149 of file GridStats.h.

Member Data Documentation

template<typename VecT >
Real nanovdb::Extrema< VecT, 1 >::Pair::scalar

Definition at line 136 of file GridStats.h.

template<typename VecT >
VecT nanovdb::Extrema< VecT, 1 >::Pair::vector

Definition at line 137 of file GridStats.h.


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