OWL
OptiX7 Wrapper Library
|
Go to the documentation of this file.
58 return interval<T>(0.f,owl::common::open_range_upper<T>());
85 {
return build_interval<T>(a.
lower*b,a.
upper*b); }
171 {
return area(b.upper - b.lower); }
186 return diag.
x*diag.
y*diag.
z;
208 {
return !(a == b); }
217 #define _define_box_types(T,t) \
218 typedef box_t<vec_t<T,2>> box2##t; \
219 typedef box_t<vec_t<T,3>> box3##t; \
220 typedef box_t<vec_t<T,4>> box4##t; \
221 typedef box_t<vec3a_t<T>> box3##t##a; \
229 #undef _define_box_types
T begin
Definition: box.h:34
__both__ box_t including(const vec_t &other) const
Definition: box.h:126
T scalar_t
Definition: box.h:26
std::ostream & operator<<(std::ostream &cout, const AffineSpaceT< L > &m)
Definition: AffineSpace.h:153
__both__ long_type_of< typename T::scalar_t >::type volume() const
Definition: box.h:157
__both__ vec_t span() const
Definition: box.h:154
__both__ box_t & extend(const vec_t &other)
Definition: box.h:134
__both__ vec_t size() const
Definition: box.h:155
T end
Definition: box.h:39
__both__ box_t & extend(const box_t &other)
Definition: box.h:137
vec_t lower
Definition: box.h:162
__both__ bool any_less_than(const vec_t< T, N > &a, const vec_t< T, N > &b)
Definition: functors.h:29
__both__ box_t(const vec_t &v)
Definition: box.h:114
__both__ interval< T > & extend(const interval< T > &t)
Definition: box.h:51
__both__ bool overlaps(const box_t &other) const
Definition: box.h:150
__both__ T center() const
Definition: box.h:46
AffineSpaceT< L > operator-(const AffineSpaceT< L > &a)
Definition: AffineSpace.h:116
T upper
Definition: box.h:40
__both__ interval< T > including(const T &t)
Definition: box.h:53
_define_box_types(short int, s)
__both__ box_t(const vec_t &lo, const vec_t &hi)
Definition: box.h:120
__both__ T diagonal() const
Definition: box.h:48
static __both__ interval< T > positive()
Definition: box.h:56
bool operator!=(const AffineSpaceT< L > &a, const AffineSpaceT< L > &b)
Definition: AffineSpace.h:147
__both__ interval(T begin, T end)
Definition: box.h:31
__both__ vec_t center() const
Definition: box.h:153
T vec_t
Definition: box.h:99
__both__ T empty_bounds_upper()
Definition: constants.h:155
__both__ bool empty() const
Definition: box.h:160
__both__ T span() const
Definition: box.h:47
__both__ box_t< T > intersection(const box_t< T > &a, const box_t< T > &b)
Definition: box.h:199
__both__ bool contains(const T &t) const
Definition: box.h:44
__both__ long_type_of< T >::type area(const box_t< vec_t< T, 2 >> &b)
Definition: box.h:170
__both__ bool is_empty() const
Definition: box.h:45
bool operator==(const AffineSpaceT< L > &a, const AffineSpaceT< L > &b)
Comparison Operators.
Definition: AffineSpace.h:146
__both__ interval< scalar_t > get_slab(const uint32_t dim)
Definition: box.h:142
T type
Definition: vec.h:28
T lower
Definition: box.h:35
@ dims
Definition: box.h:101
__both__ interval< T > & extend(const T &t)
Definition: box.h:49
AffineSpaceT< L > operator*(const ScalarT &a, const AffineSpaceT< L > &b)
Definition: AffineSpace.h:127
Definition: APIContext.cpp:36
__both__ bool any_greater_than(const vec_t< T, N > &a, const vec_t< T, N > &b)
Definition: functors.h:37
__both__ box_t including(const box_t &other) const
Definition: box.h:129
vec_t upper
Definition: box.h:162
#define __both__
Definition: owl-common.h:102
__both__ T empty_bounds_lower()
Definition: constants.h:149
__both__ interval< T > intersect(const interval< T > &a, const interval< T > &b)
Definition: box.h:76
__both__ long_type_of< T >::type volume(const box_t< vec_t< T, 3 >> &b)
Definition: box.h:183
__both__ bool contains(const vec_t &point) const
Definition: box.h:147
__both__ box_t()
Definition: box.h:103
__both__ interval()
Definition: box.h:27
T::scalar_t scalar_t
Definition: box.h:100
__both__ interval< T > build_interval(const T &a, const T &b)
Definition: box.h:72