|
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 |
Public Member Functions | |
| HBOOST_STATIC_ASSERT ((size< Vectorize >::value==function_traits< Func >::arity)) | |
Static Public Member Functions | |
| static result_type | apply (arg1_type arg1) |
| static std::string | format_arguments (const hboost::python::detail::keywords< 1 > &args) |
Definition at line 472 of file PyImathAutovectorize.h.
| typedef fold<Vectorize,false_,or_<_,_> >::type PyImath::detail::VectorizedFunction1< Op, Vectorize, Func >::any_vectorized |
Definition at line 476 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg1_type, typename at<Vectorize,long_<0> >::type>::direct PyImath::detail::VectorizedFunction1< Op, Vectorize, Func >::arg1_direct_access_type |
Definition at line 487 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg1_type, typename at<Vectorize,long_<0> >::type>::masked PyImath::detail::VectorizedFunction1< Op, Vectorize, Func >::arg1_masked_access_type |
Definition at line 489 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg1_type, typename at<Vectorize,long_<0> >::type>::type PyImath::detail::VectorizedFunction1< Op, Vectorize, Func >::arg1_type |
Definition at line 485 of file PyImathAutovectorize.h.
| typedef result_access_type<typename traits::result_type, any_vectorized>::direct PyImath::detail::VectorizedFunction1< Op, Vectorize, Func >::result_access_type |
Definition at line 481 of file PyImathAutovectorize.h.
| typedef result_access_type<typename traits::result_type, any_vectorized>::type PyImath::detail::VectorizedFunction1< Op, Vectorize, Func >::result_type |
Definition at line 479 of file PyImathAutovectorize.h.
| typedef function_traits<Func> PyImath::detail::VectorizedFunction1< Op, Vectorize, Func >::traits |
Definition at line 475 of file PyImathAutovectorize.h.
|
inlinestatic |
Definition at line 492 of file PyImathAutovectorize.h.
|
inlinestatic |
Definition at line 525 of file PyImathAutovectorize.h.
| PyImath::detail::VectorizedFunction1< Op, Vectorize, Func >::HBOOST_STATIC_ASSERT | ( | (size< Vectorize >::value==function_traits< Func >::arity) | ) |