|
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 |
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) |
| static std::string | format_arguments (const hboost::python::detail::keywords< 2 > &args) |
Definition at line 533 of file PyImathAutovectorize.h.
| typedef fold<Vectorize,false_,or_<_,_> >::type PyImath::detail::VectorizedFunction2< Op, Vectorize, Func >::any_vectorized |
Definition at line 537 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg1_type, typename at<Vectorize,long_<0> >::type>::direct PyImath::detail::VectorizedFunction2< Op, Vectorize, Func >::arg1_direct_access_type |
Definition at line 548 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg1_type, typename at<Vectorize,long_<0> >::type>::masked PyImath::detail::VectorizedFunction2< Op, Vectorize, Func >::arg1_masked_access_type |
Definition at line 550 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg1_type, typename at<Vectorize,long_<0> >::type>::type PyImath::detail::VectorizedFunction2< Op, Vectorize, Func >::arg1_type |
Definition at line 546 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg2_type, typename at<Vectorize,long_<1> >::type>::direct PyImath::detail::VectorizedFunction2< Op, Vectorize, Func >::arg2_direct_access_type |
Definition at line 555 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg2_type, typename at<Vectorize,long_<1> >::type>::masked PyImath::detail::VectorizedFunction2< Op, Vectorize, Func >::arg2_masked_access_type |
Definition at line 557 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg2_type, typename at<Vectorize,long_<1> >::type>::type PyImath::detail::VectorizedFunction2< Op, Vectorize, Func >::arg2_type |
Definition at line 553 of file PyImathAutovectorize.h.
| typedef result_access_type<typename traits::result_type, any_vectorized>::direct PyImath::detail::VectorizedFunction2< Op, Vectorize, Func >::result_access_type |
Definition at line 542 of file PyImathAutovectorize.h.
| typedef result_access_type<typename traits::result_type, any_vectorized>::type PyImath::detail::VectorizedFunction2< Op, Vectorize, Func >::result_type |
Definition at line 540 of file PyImathAutovectorize.h.
| typedef function_traits<Func> PyImath::detail::VectorizedFunction2< Op, Vectorize, Func >::traits |
Definition at line 536 of file PyImathAutovectorize.h.
|
inlinestatic |
Definition at line 560 of file PyImathAutovectorize.h.
|
inlinestatic |
Definition at line 631 of file PyImathAutovectorize.h.
| PyImath::detail::VectorizedFunction2< Op, Vectorize, Func >::HBOOST_STATIC_ASSERT | ( | (size< Vectorize >::value==function_traits< Func >::arity) | ) |