|
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) |
|