|
HDK
|
#include <PyImathAutovectorize.h>
Public Types | |
| typedef function_traits< Func > | traits |
| typedef fold< Vectorize, false_, or_< _, _ > >::type | any_vectorized |
| typedef result_access_type < typename traits::result_type, any_vectorized >::type | result_type |
| typedef result_access_type < typename traits::result_type, any_vectorized >::direct | result_access_type |
| typedef argument_access_type < typename traits::arg1_type, typename at< Vectorize, long_ < 0 > >::type >::type | arg1_type |
| typedef argument_access_type < typename traits::arg1_type, typename at< Vectorize, long_ < 0 > >::type >::direct | arg1_direct_access_type |
| typedef argument_access_type < typename traits::arg1_type, typename at< Vectorize, long_ < 0 > >::type >::masked | arg1_masked_access_type |
| typedef argument_access_type < typename traits::arg2_type, typename at< Vectorize, long_ < 1 > >::type >::type | arg2_type |
| typedef argument_access_type < typename traits::arg2_type, typename at< Vectorize, long_ < 1 > >::type >::direct | arg2_direct_access_type |
| typedef argument_access_type < typename traits::arg2_type, typename at< Vectorize, long_ < 1 > >::type >::masked | arg2_masked_access_type |
| typedef argument_access_type < typename traits::arg3_type, typename at< Vectorize, long_ < 2 > >::type >::type | arg3_type |
| typedef argument_access_type < typename traits::arg3_type, typename at< Vectorize, long_ < 2 > >::type >::direct | arg3_direct_access_type |
| typedef argument_access_type < typename traits::arg3_type, typename at< Vectorize, long_ < 2 > >::type >::masked | arg3_masked_access_type |
Public Member Functions | |
| HBOOST_STATIC_ASSERT ((size< Vectorize >::value==function_traits< Func >::arity)) | |
Static Public Member Functions | |
| static result_type | apply (arg1_type arg1, arg2_type arg2, arg3_type arg3) |
| static std::string | format_arguments (const hboost::python::detail::keywords< 3 > &args) |
Definition at line 639 of file PyImathAutovectorize.h.
| typedef fold<Vectorize,false_,or_<_,_> >::type PyImath::detail::VectorizedFunction3< Op, Vectorize, Func >::any_vectorized |
Definition at line 643 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg1_type, typename at<Vectorize,long_<0> >::type>::direct PyImath::detail::VectorizedFunction3< Op, Vectorize, Func >::arg1_direct_access_type |
Definition at line 654 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg1_type, typename at<Vectorize,long_<0> >::type>::masked PyImath::detail::VectorizedFunction3< Op, Vectorize, Func >::arg1_masked_access_type |
Definition at line 656 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg1_type, typename at<Vectorize,long_<0> >::type>::type PyImath::detail::VectorizedFunction3< Op, Vectorize, Func >::arg1_type |
Definition at line 652 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg2_type, typename at<Vectorize,long_<1> >::type>::direct PyImath::detail::VectorizedFunction3< Op, Vectorize, Func >::arg2_direct_access_type |
Definition at line 661 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg2_type, typename at<Vectorize,long_<1> >::type>::masked PyImath::detail::VectorizedFunction3< Op, Vectorize, Func >::arg2_masked_access_type |
Definition at line 663 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg2_type, typename at<Vectorize,long_<1> >::type>::type PyImath::detail::VectorizedFunction3< Op, Vectorize, Func >::arg2_type |
Definition at line 659 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg3_type, typename at<Vectorize,long_<2> >::type>::direct PyImath::detail::VectorizedFunction3< Op, Vectorize, Func >::arg3_direct_access_type |
Definition at line 668 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg3_type, typename at<Vectorize,long_<2> >::type>::masked PyImath::detail::VectorizedFunction3< Op, Vectorize, Func >::arg3_masked_access_type |
Definition at line 670 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg3_type, typename at<Vectorize,long_<2> >::type>::type PyImath::detail::VectorizedFunction3< Op, Vectorize, Func >::arg3_type |
Definition at line 666 of file PyImathAutovectorize.h.
| typedef result_access_type<typename traits::result_type, any_vectorized>::direct PyImath::detail::VectorizedFunction3< Op, Vectorize, Func >::result_access_type |
Definition at line 648 of file PyImathAutovectorize.h.
| typedef result_access_type<typename traits::result_type, any_vectorized>::type PyImath::detail::VectorizedFunction3< Op, Vectorize, Func >::result_type |
Definition at line 646 of file PyImathAutovectorize.h.
| typedef function_traits<Func> PyImath::detail::VectorizedFunction3< Op, Vectorize, Func >::traits |
Definition at line 642 of file PyImathAutovectorize.h.
|
inlinestatic |
Definition at line 673 of file PyImathAutovectorize.h.
|
inlinestatic |
Definition at line 820 of file PyImathAutovectorize.h.
| PyImath::detail::VectorizedFunction3< Op, Vectorize, Func >::HBOOST_STATIC_ASSERT | ( | (size< Vectorize >::value==function_traits< Func >::arity) | ) |