OWL
OptiX7 Wrapper Library
|
#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_t & | extend (const vec_t &other) |
__both__ box_t & | extend (const box_t &other) |
__both__ interval< scalar_t > | get_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 |
typedef T::scalar_t owl::common::box_t< T >::scalar_t |
typedef T owl::common::box_t< T >::vec_t |
|
inline |
|
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
|
inline |
construct a new, origin-oriented box of given size
|
inline |
|
inline |
|
inline |
|
inline |
returns new box including both ourselves and the given point
|
inline |
returns new box including both ourselves and the given point
|
inline |
get the d-th dimensional slab (lo[dim]..hi[dim]
|
inline |
returns new box including both ourselves and the given point
|
inline |
returns new box including both ourselves and the given point
|
inline |
|
inline |
|
inline |
|
inline |
vec_t owl::common::box_t< T >::lower |
vec_t owl::common::box_t< T >::upper |