OWL
OptiX7 Wrapper Library
box.h File Reference
#include "vec.h"

Go to the source code of this file.

Classes

struct  owl::common::interval< T >
 
struct  owl::common::box_t< T >
 

Namespaces

 owl
 
 owl::common
 

Macros

#define _define_box_types(T, t)
 

Functions

template<typename T >
__both__ std::ostream & owl::common::operator<< (std::ostream &o, const interval< T > &b)
 
template<typename T >
__both__ interval< T > owl::common::build_interval (const T &a, const T &b)
 
template<typename T >
__both__ interval< T > owl::common::intersect (const interval< T > &a, const interval< T > &b)
 
template<typename T >
__both__ interval< T > owl::common::operator- (const interval< T > &a, const T &b)
 
template<typename T >
__both__ interval< T > owl::common::operator* (const interval< T > &a, const T &b)
 
template<typename T >
__both__ bool owl::common::operator== (const interval< T > &a, const interval< T > &b)
 
template<typename T >
__both__ bool owl::common::operator!= (const interval< T > &a, const interval< T > &b)
 
template<typename T >
__both__ long_type_of< T >::type owl::common::area (const box_t< vec_t< T, 2 >> &b)
 
template<typename T >
__both__ long_type_of< T >::type owl::common::area (const box_t< vec_t< T, 3 >> &b)
 
template<typename T >
__both__ long_type_of< T >::type owl::common::volume (const box_t< vec_t< T, 3 >> &b)
 
template<typename T >
__both__ std::ostream & owl::common::operator<< (std::ostream &o, const box_t< T > &b)
 
template<typename T >
__both__ box_t< T > owl::common::intersection (const box_t< T > &a, const box_t< T > &b)
 
template<typename T >
__both__ bool owl::common::operator== (const box_t< T > &a, const box_t< T > &b)
 
template<typename T >
__both__ bool owl::common::operator!= (const box_t< T > &a, const box_t< T > &b)
 
 owl::common::_define_box_types (short int, s)
 
 owl::common::_define_box_types (unsigned short int, us)
 
 owl::common::_define_box_types (int, i)
 
 owl::common::_define_box_types (unsigned int, ui)
 
 owl::common::_define_box_types (float, f)
 

Macro Definition Documentation

◆ _define_box_types

#define _define_box_types (   T,
 
)
Value:
typedef box_t<vec_t<T,2>> box2##t; \
typedef box_t<vec_t<T,3>> box3##t; \
typedef box_t<vec_t<T,4>> box4##t; \
typedef box_t<vec3a_t<T>> box3##t##a; \