|
template<typename L > |
AffineSpaceT< L > | operator- (const AffineSpaceT< L > &a) |
|
template<typename L > |
AffineSpaceT< L > | operator+ (const AffineSpaceT< L > &a) |
|
template<typename L > |
AffineSpaceT< L > | rcp (const AffineSpaceT< L > &a) |
|
template<typename L > |
AffineSpaceT< L > | operator+ (const AffineSpaceT< L > &a, const AffineSpaceT< L > &b) |
|
template<typename L > |
AffineSpaceT< L > | operator- (const AffineSpaceT< L > &a, const AffineSpaceT< L > &b) |
|
template<typename L > |
AffineSpaceT< L > | operator* (const ScalarT &a, const AffineSpaceT< L > &b) |
|
template<typename L > |
AffineSpaceT< L > | operator* (const AffineSpaceT< L > &a, const AffineSpaceT< L > &b) |
|
template<typename L > |
AffineSpaceT< L > | operator/ (const AffineSpaceT< L > &a, const AffineSpaceT< L > &b) |
|
template<typename L > |
AffineSpaceT< L > | operator/ (const AffineSpaceT< L > &a, const ScalarT &b) |
|
template<typename L > |
AffineSpaceT< L > & | operator*= (AffineSpaceT< L > &a, const AffineSpaceT< L > &b) |
|
template<typename L > |
AffineSpaceT< L > & | operator*= (AffineSpaceT< L > &a, const ScalarT &b) |
|
template<typename L > |
AffineSpaceT< L > & | operator/= (AffineSpaceT< L > &a, const AffineSpaceT< L > &b) |
|
template<typename L > |
AffineSpaceT< L > & | operator/= (AffineSpaceT< L > &a, const ScalarT &b) |
|
template<typename L > |
__both__ const VectorT | xfmPoint (const AffineSpaceT< L > &m, const VectorT &p) |
|
template<typename L > |
__both__ const VectorT | xfmVector (const AffineSpaceT< L > &m, const VectorT &v) |
|
template<typename L > |
__both__ const VectorT | xfmNormal (const AffineSpaceT< L > &m, const VectorT &n) |
|
template<typename L > |
bool | operator== (const AffineSpaceT< L > &a, const AffineSpaceT< L > &b) |
| Comparison Operators. More...
|
|
template<typename L > |
bool | operator!= (const AffineSpaceT< L > &a, const AffineSpaceT< L > &b) |
|
template<typename L > |
std::ostream & | operator<< (std::ostream &cout, const AffineSpaceT< L > &m) |
|
__both__ box3f | xfmBounds (const affine3f &xfm, const box3f &box) |
|
template<typename T > |
__both__ std::ostream & | operator<< (std::ostream &o, const interval< T > &b) |
|
template<typename T > |
__both__ interval< T > | build_interval (const T &a, const T &b) |
|
template<typename T > |
__both__ interval< T > | intersect (const interval< T > &a, const interval< T > &b) |
|
template<typename T > |
__both__ interval< T > | operator- (const interval< T > &a, const T &b) |
|
template<typename T > |
__both__ interval< T > | operator* (const interval< T > &a, const T &b) |
|
template<typename T > |
__both__ bool | operator== (const interval< T > &a, const interval< T > &b) |
|
template<typename T > |
__both__ bool | operator!= (const interval< T > &a, const interval< T > &b) |
|
template<typename T > |
__both__ long_type_of< T >::type | area (const box_t< vec_t< T, 2 >> &b) |
|
template<typename T > |
__both__ long_type_of< T >::type | area (const box_t< vec_t< T, 3 >> &b) |
|
template<typename T > |
__both__ long_type_of< T >::type | volume (const box_t< vec_t< T, 3 >> &b) |
|
template<typename T > |
__both__ std::ostream & | operator<< (std::ostream &o, const box_t< T > &b) |
|
template<typename T > |
__both__ box_t< T > | intersection (const box_t< T > &a, const box_t< T > &b) |
|
template<typename T > |
__both__ bool | operator== (const box_t< T > &a, const box_t< T > &b) |
|
template<typename T > |
__both__ bool | operator!= (const box_t< T > &a, const box_t< T > &b) |
|
| _define_box_types (short int, s) |
|
| _define_box_types (unsigned short int, us) |
|
| _define_box_types (int, i) |
|
| _define_box_types (unsigned int, ui) |
|
| _define_box_types (float, f) |
|
__both__ float | infty () |
|
template<typename T > |
__both__ T | empty_bounds_lower () |
|
template<typename T > |
__both__ T | empty_bounds_upper () |
|
template<typename T > |
__both__ T | empty_range_lower () |
|
template<typename T > |
__both__ T | empty_range_upper () |
|
template<typename T > |
__both__ T | open_range_lower () |
|
template<typename T > |
__both__ T | open_range_upper () |
|
template<typename T > |
__both__ LinearSpace2< T > | operator- (const LinearSpace2< T > &a) |
|
template<typename T > |
__both__ LinearSpace2< T > | operator+ (const LinearSpace2< T > &a) |
|
template<typename T > |
__both__ LinearSpace2< T > | rcp (const LinearSpace2< T > &a) |
|
template<typename T > |
LinearSpace2< T > | operator+ (const LinearSpace2< T > &a, const LinearSpace2< T > &b) |
|
template<typename T > |
LinearSpace2< T > | operator- (const LinearSpace2< T > &a, const LinearSpace2< T > &b) |
|
template<typename T > |
LinearSpace2< T > | operator* (const typename T::scalar_t &a, const LinearSpace2< T > &b) |
|
template<typename T > |
T | operator* (const LinearSpace2< T > &a, const T &b) |
|
template<typename T > |
LinearSpace2< T > | operator* (const LinearSpace2< T > &a, const LinearSpace2< T > &b) |
|
template<typename T > |
LinearSpace2< T > | operator/ (const LinearSpace2< T > &a, const typename T::scalar_t &b) |
|
template<typename T > |
LinearSpace2< T > | operator/ (const LinearSpace2< T > &a, const LinearSpace2< T > &b) |
|
template<typename T > |
LinearSpace2< T > & | operator*= (LinearSpace2< T > &a, const LinearSpace2< T > &b) |
|
template<typename T > |
LinearSpace2< T > & | operator/= (LinearSpace2< T > &a, const LinearSpace2< T > &b) |
|
template<typename T > |
bool | operator== (const LinearSpace2< T > &a, const LinearSpace2< T > &b) |
| Comparison Operators. More...
|
|
template<typename T > |
bool | operator!= (const LinearSpace2< T > &a, const LinearSpace2< T > &b) |
|
template<typename T > |
static std::ostream & | operator<< (std::ostream &cout, const LinearSpace2< T > &m) |
| Output Operators. More...
|
|
template<typename T > |
__both__ LinearSpace3< T > | operator- (const LinearSpace3< T > &a) |
|
template<typename T > |
__both__ LinearSpace3< T > | operator+ (const LinearSpace3< T > &a) |
|
template<typename T > |
__both__ LinearSpace3< T > | rcp (const LinearSpace3< T > &a) |
|
template<typename T > |
__both__ LinearSpace3< T > | frame (const T &N) |
|
template<typename T > |
__both__ LinearSpace3< T > | frame (const T &N, const T &dxi) |
|
template<typename T > |
__both__ LinearSpace3< T > | clamp (const LinearSpace3< T > &space) |
|
template<typename T > |
__both__ LinearSpace3< T > | operator+ (const LinearSpace3< T > &a, const LinearSpace3< T > &b) |
|
template<typename T > |
__both__ LinearSpace3< T > | operator- (const LinearSpace3< T > &a, const LinearSpace3< T > &b) |
|
template<typename T > |
__both__ LinearSpace3< T > | operator* (const typename T::scalar_t &a, const LinearSpace3< T > &b) |
|
template<typename T > |
T | operator* (const LinearSpace3< T > &a, const T &b) |
|
template<typename T > |
__both__ LinearSpace3< T > | operator* (const LinearSpace3< T > &a, const LinearSpace3< T > &b) |
|
template<typename T > |
__both__ LinearSpace3< T > | operator/ (const LinearSpace3< T > &a, const typename T::scalar_t &b) |
|
template<typename T > |
__both__ LinearSpace3< T > | operator/ (const LinearSpace3< T > &a, const LinearSpace3< T > &b) |
|
template<typename T > |
LinearSpace3< T > & | operator*= (LinearSpace3< T > &a, const LinearSpace3< T > &b) |
|
template<typename T > |
LinearSpace3< T > & | operator/= (LinearSpace3< T > &a, const LinearSpace3< T > &b) |
|
template<typename T > |
__both__ T | xfmPoint (const LinearSpace3< T > &s, const T &a) |
|
template<typename T > |
__both__ T | xfmVector (const LinearSpace3< T > &s, const T &a) |
|
template<typename T > |
__both__ T | xfmNormal (const LinearSpace3< T > &s, const T &a) |
|
template<typename T > |
bool | operator== (const LinearSpace3< T > &a, const LinearSpace3< T > &b) |
| Comparison Operators. More...
|
|
template<typename T > |
bool | operator!= (const LinearSpace3< T > &a, const LinearSpace3< T > &b) |
|
template<typename T > |
std::ostream & | operator<< (std::ostream &cout, const LinearSpace3< T > &m) |
| Output Operators. More...
|
|
template<typename T > |
__both__ QuaternionT< T > | operator* (const T &a, const QuaternionT< T > &b) |
|
template<typename T > |
__both__ QuaternionT< T > | operator* (const QuaternionT< T > &a, const T &b) |
|
template<typename T > |
__both__ QuaternionT< T > | operator+ (const QuaternionT< T > &a) |
|
template<typename T > |
__both__ QuaternionT< T > | operator- (const QuaternionT< T > &a) |
|
template<typename T > |
__both__ QuaternionT< T > | conj (const QuaternionT< T > &a) |
|
template<typename T > |
__both__ T | abs (const QuaternionT< T > &a) |
|
template<typename T > |
__both__ QuaternionT< T > | rcp (const QuaternionT< T > &a) |
|
template<typename T > |
__both__ QuaternionT< T > | normalize (const QuaternionT< T > &a) |
|
template<typename T > |
__both__ QuaternionT< T > | operator+ (const T &a, const QuaternionT< T > &b) |
|
template<typename T > |
__both__ QuaternionT< T > | operator+ (const QuaternionT< T > &a, const T &b) |
|
template<typename T > |
__both__ QuaternionT< T > | operator+ (const QuaternionT< T > &a, const QuaternionT< T > &b) |
|
template<typename T > |
__both__ QuaternionT< T > | operator- (const T &a, const QuaternionT< T > &b) |
|
template<typename T > |
__both__ QuaternionT< T > | operator- (const QuaternionT< T > &a, const T &b) |
|
template<typename T > |
__both__ QuaternionT< T > | operator- (const QuaternionT< T > &a, const QuaternionT< T > &b) |
|
template<typename T > |
__both__ QuaternionT< T >::Vector | operator* (const QuaternionT< T > &a, const typename QuaternionT< T >::Vector &b) |
|
template<typename T > |
__both__ QuaternionT< T > | operator* (const QuaternionT< T > &a, const QuaternionT< T > &b) |
|
template<typename T > |
__both__ QuaternionT< T > | operator/ (const T &a, const QuaternionT< T > &b) |
|
template<typename T > |
__both__ QuaternionT< T > | operator/ (const QuaternionT< T > &a, const T &b) |
|
template<typename T > |
__both__ QuaternionT< T > | operator/ (const QuaternionT< T > &a, const QuaternionT< T > &b) |
|
template<typename T > |
__both__ QuaternionT< T > & | operator+= (QuaternionT< T > &a, const T &b) |
|
template<typename T > |
__both__ QuaternionT< T > & | operator+= (QuaternionT< T > &a, const QuaternionT< T > &b) |
|
template<typename T > |
__both__ QuaternionT< T > & | operator-= (QuaternionT< T > &a, const T &b) |
|
template<typename T > |
__both__ QuaternionT< T > & | operator-= (QuaternionT< T > &a, const QuaternionT< T > &b) |
|
template<typename T > |
__both__ QuaternionT< T > & | operator*= (QuaternionT< T > &a, const T &b) |
|
template<typename T > |
__both__ QuaternionT< T > & | operator*= (QuaternionT< T > &a, const QuaternionT< T > &b) |
|
template<typename T > |
__both__ QuaternionT< T > & | operator/= (QuaternionT< T > &a, const T &b) |
|
template<typename T > |
__both__ QuaternionT< T > & | operator/= (QuaternionT< T > &a, const QuaternionT< T > &b) |
|
template<typename T > |
__both__ QuaternionT< T >::Vector | xfmPoint (const QuaternionT< T > &a, const typename QuaternionT< T >::Vector &b) |
|
template<typename T > |
__both__ QuaternionT< T >::Vector | xfmQuaternion (const QuaternionT< T > &a, const typename QuaternionT< T >::Vector &b) |
|
template<typename T > |
__both__ QuaternionT< T >::Vector | xfmNormal (const QuaternionT< T > &a, const typename QuaternionT< T >::Vector &b) |
|
template<typename T > |
__both__ bool | operator== (const QuaternionT< T > &a, const QuaternionT< T > &b) |
| Comparison Operators. More...
|
|
template<typename T > |
__both__ bool | operator!= (const QuaternionT< T > &a, const QuaternionT< T > &b) |
|
template<typename T > |
static std::ostream & | operator<< (std::ostream &cout, const QuaternionT< T > &q) |
| Output Operators. More...
|
|
template<typename T > |
__both__ bool | operator== (const vec_t< T, 2 > &a, const vec_t< T, 2 > &b) |
|
template<typename T > |
__both__ bool | operator== (const vec_t< T, 3 > &a, const vec_t< T, 3 > &b) |
|
template<typename T > |
__both__ bool | operator== (const vec_t< T, 4 > &a, const vec_t< T, 4 > &b) |
|
template<typename T , int N> |
__both__ bool | operator!= (const vec_t< T, N > &a, const vec_t< T, N > &b) |
|
template<typename T > |
__both__ auto | nt (const vec_t< T, 2 > &a) -> vec_t< decltype(!a.x), 2 > |
|
template<typename T > |
__both__ auto | nt (const vec_t< T, 3 > &a) -> vec_t< decltype(!a.x), 3 > |
|
template<typename T > |
__both__ auto | nt (const vec_t< T, 4 > &a) -> vec_t< decltype(!a.x), 4 > |
|
template<typename T > |
__both__ auto | eq (const vec_t< T, 2 > &a, const vec_t< T, 2 > &b) -> vec_t< decltype(a.x==b.x), 2 > |
|
template<typename T > |
__both__ auto | eq (const vec_t< T, 3 > &a, const vec_t< T, 3 > &b) -> vec_t< decltype(a.x==b.x), 3 > |
|
template<typename T > |
__both__ auto | eq (const vec_t< T, 4 > &a, const vec_t< T, 4 > &b) -> vec_t< decltype(a.x==b.x), 4 > |
|
template<typename T , int N> |
__both__ auto | neq (const vec_t< T, N > &a, const vec_t< T, N > &b) -> decltype(nt(eq(a, b))) |
|
template<typename T > |
__both__ auto | lt (const vec_t< T, 2 > &a, const vec_t< T, 2 > &b) -> vec_t< decltype(a.x< b.x), 2 > |
|
template<typename T > |
__both__ auto | lt (const vec_t< T, 3 > &a, const vec_t< T, 3 > &b) -> vec_t< decltype(a.x< b.x), 3 > |
|
template<typename T > |
__both__ auto | lt (const vec_t< T, 4 > &a, const vec_t< T, 4 > &b) -> vec_t< decltype(a.x< b.x), 4 > |
|
template<typename T , int N> |
__both__ auto | le (const vec_t< T, N > &a, const vec_t< T, N > &b) -> decltype(nt(lt(b, a))) |
|
template<typename T , int N> |
__both__ auto | gt (const vec_t< T, N > &a, const vec_t< T, N > &b) -> decltype(lt(b, a)) |
|
template<typename T , int N> |
__both__ auto | ge (const vec_t< T, N > &a, const vec_t< T, N > &b) -> decltype(nt(lt(a, b))) |
|
template<typename T , int N> |
__both__ bool | any (const vec_t< T, N > &a) |
|
template<typename T , int N> |
__both__ bool | all (const vec_t< T, N > &a) |
|
template<typename T > |
__both__ vec_t< T, 2 > | select (const vec_t< bool, 2 > &mask, const vec_t< T, 2 > &a, const vec_t< T, 2 > &b) |
|
template<typename T > |
__both__ vec_t< T, 3 > | select (const vec_t< bool, 3 > &mask, const vec_t< T, 3 > &a, const vec_t< T, 3 > &b) |
|
template<typename T > |
__both__ vec_t< T, 4 > | select (const vec_t< bool, 4 > &mask, const vec_t< T, 4 > &a, const vec_t< T, 4 > &b) |
|
template<typename T , int N> |
__both__ vec_t< T, N > | select (const vec_t< bool, N > &mask, const vec_t< T, N > &a, const vec_t< T, N > &b) |
|
template<typename T , int N> |
__both__ bool | any_less_than (const vec_t< T, N > &a, const vec_t< T, N > &b) |
|
template<typename T , int N> |
__both__ bool | all_less_than (const vec_t< T, N > &a, const vec_t< T, N > &b) |
|
template<typename T , int N> |
__both__ bool | any_greater_than (const vec_t< T, N > &a, const vec_t< T, N > &b) |
|
template<typename T , int N> |
__both__ bool | any_greater_or_equal (const vec_t< T, N > &a, const vec_t< T, N > &b) |
|
template<typename T > |
__both__ T | clamp (const T &val, const T &lo, const T &hi) |
|
template<typename T > |
__both__ T | clamp (const T &val, const T &hi) |
|
| _define_float_functor (rcp) _define_float_functor(sin) _define_float_functor(cos) _define_float_functor(abs) _define_float_functor(saturate) _define_binary_functor(divRoundUp) _define_binary_functor(min) _define_binary_functor(max) _define_operator(*) |
|
| _define_operator (/) |
|
| _define_operator (+) |
|
| _define_operator (-) |
|
template<typename T > |
__both__ vec_t< T, 2 > | operator- (const vec_t< T, 2 > &v) |
|
template<typename T > |
__both__ vec_t< T, 2 > | operator+ (const vec_t< T, 2 > &v) |
|
template<typename T > |
__both__ vec_t< T, 3 > | operator- (const vec_t< T, 3 > &v) |
|
template<typename T > |
__both__ vec_t< T, 3 > | operator+ (const vec_t< T, 3 > &v) |
|
| _define_op_assign_operator (operator*=, *=) |
|
| _define_op_assign_operator (operator/=,/=) |
|
| _define_op_assign_operator (operator+=,+=) |
|
| _define_op_assign_operator (operator-=,-=) |
|
template<typename T > |
__both__ T | reduce_min (const vec_t< T, 1 > &v) |
|
template<typename T > |
__both__ T | reduce_min (const vec_t< T, 2 > &v) |
|
template<typename T > |
__both__ T | reduce_min (const vec_t< T, 3 > &v) |
|
template<typename T > |
__both__ T | reduce_min (const vec_t< T, 4 > &v) |
|
template<typename T > |
__both__ T | reduce_max (const vec_t< T, 2 > &v) |
|
template<typename T > |
__both__ T | reduce_max (const vec_t< T, 3 > &v) |
|
template<typename T > |
__both__ T | reduce_max (const vec_t< T, 4 > &v) |
|
template<typename T , int N> |
__both__ vec_t< T, 3 > | madd (const vec_t< T, N > &a, const vec_t< T, N > &b, const vec_t< T, N > &c) |
|
template<typename T , int N> |
__both__ int | arg_max (const vec_t< T, N > &v) |
|
template<typename T , int N> |
__both__ int | arg_min (const vec_t< T, N > &v) |
|
template<typename T > |
__both__ bool | operator< (const vec_t< T, 3 > &a, const vec_t< T, 3 > &b) |
|
__both__ vec3f | randomColor (int i) |
|
__both__ vec3f | randomColor (size_t idx) |
|
template<typename T > |
__both__ vec3f | randomColor (const T *ptr) |
|
__both__ float | sqrt (const float v) |
|
__both__ vec2f | sqrt (const vec2f v) |
|
__both__ vec3f | sqrt (const vec3f v) |
|
__both__ vec4f | sqrt (const vec4f v) |
|
__both__ float | rotate (const float a, const float b) |
|
__both__ vec2f | rotate (const vec2f a, const vec2f b) |
|
template<typename T > |
__both__ long_type_of< T >::type | area (const vec_t< T, 2 > &v) |
|
template<typename T > |
__both__ long_type_of< T >::type | volume (const vec_t< T, 3 > &v) |
|
template<typename T > |
__both__ long_type_of< T >::type | volume (const vec_t< T, 4 > &v) |
|
template<typename T > |
__both__ long_type_of< T >::type | area (const vec_t< T, 3 > &v) |
|
template<typename T > |
__both__ vec_t< T, 3 > | cross (const vec_t< T, 3 > &a, const vec_t< T, 3 > &b) |
|
template<typename T > |
__both__ T | dot (const vec_t< T, 3 > &a, const vec_t< T, 3 > &b) |
|
template<typename T > |
__both__ vec_t< T, 3 > | normalize (const vec_t< T, 3 > &v) |
|
template<typename T > |
__both__ T | length (const vec_t< T, 3 > &v) |
|
template<typename T > |
__owl_host std::ostream & | operator<< (std::ostream &o, const vec_t< T, 1 > &v) |
|
template<typename T > |
__owl_host std::ostream & | operator<< (std::ostream &o, const vec_t< T, 2 > &v) |
|
template<typename T > |
__owl_host std::ostream & | operator<< (std::ostream &o, const vec_t< T, 3 > &v) |
|
template<typename T > |
__owl_host std::ostream & | operator<< (std::ostream &o, const vec_t< T, 4 > &v) |
|
| _define_vec_types (int8_t, c) |
|
| _define_vec_types (int16_t, s) |
|
| _define_vec_types (int32_t, i) |
|
| _define_vec_types (int64_t, l) |
|
| _define_vec_types (uint8_t, uc) |
|
| _define_vec_types (uint16_t, us) |
|
| _define_vec_types (uint32_t, ui) |
|
| _define_vec_types (uint64_t, ul) |
|
| _define_vec_types (float, f) |
|
| _define_vec_types (double, d) |
|
__both__ float | saturate (const float &f) |
|
__both__ float | rcp (float f) |
|
__both__ double | rcp (double d) |
|
__both__ int32_t | divRoundUp (int32_t a, int32_t b) |
|
__both__ uint32_t | divRoundUp (uint32_t a, uint32_t b) |
|
__both__ int64_t | divRoundUp (int64_t a, int64_t b) |
|
__both__ uint64_t | divRoundUp (uint64_t a, uint64_t b) |
|
std::string | prettyDouble (const double val) |
|
std::string | prettyNumber (const size_t s) |
|
double | getCurrentTime () |
|
bool | hasSuffix (const std::string &s, const std::string &suffix) |
|
tbb::task_scheduler_init | tbb_init (tbb::task_scheduler_init::automatic) |
|
template<typename INDEX_T , typename TASK_T > |
void | serial_for (INDEX_T nTasks, TASK_T &&taskFunction) |
|
template<typename INDEX_T , typename TASK_T > |
void | parallel_for (INDEX_T nTasks, TASK_T &&taskFunction, size_t blockSize=1) |
|
template<typename TASK_T > |
void | serial_for_blocked (size_t begin, size_t end, size_t blockSize, TASK_T &&taskFunction) |
|
template<typename TASK_T > |
void | parallel_for_blocked (size_t begin, size_t end, size_t blockSize, const TASK_T &taskFunction) |
|