OWL
OptiX7 Wrapper Library
owl::common::box_t< T > Struct Template Reference

#include <box.h>

Public Types

enum  { dims = T::dims }
 
typedef T vec_t
 
typedef T::scalar_t scalar_t
 

Public Member Functions

__both__ box_t ()
 
__both__ box_t (const vec_t &v)
 
__both__ box_t (const vec_t &lo, const vec_t &hi)
 
__both__ box_t including (const vec_t &other) const
 
__both__ box_t including (const box_t &other) const
 
__both__ box_textend (const vec_t &other)
 
__both__ box_textend (const box_t &other)
 
__both__ interval< scalar_tget_slab (const uint32_t dim)
 
__both__ bool contains (const vec_t &point) const
 
__both__ bool overlaps (const box_t &other) const
 
__both__ vec_t center () const
 
__both__ vec_t span () const
 
__both__ vec_t size () const
 
__both__ long_type_of< typename T::scalar_t >::type volume () const
 
__both__ bool empty () const
 

Public Attributes

vec_t lower
 
vec_t upper
 

Member Typedef Documentation

◆ scalar_t

template<typename T >
typedef T::scalar_t owl::common::box_t< T >::scalar_t

◆ vec_t

template<typename T >
typedef T owl::common::box_t< T >::vec_t

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
dims 

Constructor & Destructor Documentation

◆ box_t() [1/3]

template<typename T >
__both__ owl::common::box_t< T >::box_t ( )
inline

◆ box_t() [2/3]

template<typename T >
__both__ owl::common::box_t< T >::box_t ( const vec_t v)
inlineexplicit

construct a new, origin-oriented box of given size ‍/ explicit inline both box_t(const vec_t &box_size) : lower(vec_t(0)), upper(box_size) {} /! construct a new box around a single point

◆ box_t() [3/3]

template<typename T >
__both__ owl::common::box_t< T >::box_t ( const vec_t lo,
const vec_t hi 
)
inline

construct a new, origin-oriented box of given size

Member Function Documentation

◆ center()

template<typename T >
__both__ vec_t owl::common::box_t< T >::center ( ) const
inline

◆ contains()

template<typename T >
__both__ bool owl::common::box_t< T >::contains ( const vec_t point) const
inline

◆ empty()

template<typename T >
__both__ bool owl::common::box_t< T >::empty ( ) const
inline

◆ extend() [1/2]

template<typename T >
__both__ box_t& owl::common::box_t< T >::extend ( const box_t< T > &  other)
inline

returns new box including both ourselves and the given point

◆ extend() [2/2]

template<typename T >
__both__ box_t& owl::common::box_t< T >::extend ( const vec_t other)
inline

returns new box including both ourselves and the given point

◆ get_slab()

template<typename T >
__both__ interval<scalar_t> owl::common::box_t< T >::get_slab ( const uint32_t  dim)
inline

get the d-th dimensional slab (lo[dim]..hi[dim]

◆ including() [1/2]

template<typename T >
__both__ box_t owl::common::box_t< T >::including ( const box_t< T > &  other) const
inline

returns new box including both ourselves and the given point

◆ including() [2/2]

template<typename T >
__both__ box_t owl::common::box_t< T >::including ( const vec_t other) const
inline

returns new box including both ourselves and the given point

◆ overlaps()

template<typename T >
__both__ bool owl::common::box_t< T >::overlaps ( const box_t< T > &  other) const
inline

◆ size()

template<typename T >
__both__ vec_t owl::common::box_t< T >::size ( ) const
inline

◆ span()

template<typename T >
__both__ vec_t owl::common::box_t< T >::span ( ) const
inline

◆ volume()

template<typename T >
__both__ long_type_of<typename T::scalar_t>::type owl::common::box_t< T >::volume ( ) const
inline

Member Data Documentation

◆ lower

template<typename T >
vec_t owl::common::box_t< T >::lower

◆ upper

template<typename T >
vec_t owl::common::box_t< T >::upper

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