|
HDK
|
#include <PyImathAutovectorize.h>
Public Types | |
| typedef function_traits< Func > | traits |
| typedef vectorized_result_type < typename traits::result_type, true_ >::type | result_type |
| typedef access_type< typename traits::arg1_type > ::reference_type | reference_type |
| typedef access_type< typename traits::arg1_type >::direct | direct_access_type |
| typedef access_type< typename traits::arg1_type >::masked | masked_access_type |
| typedef argument_access_type < typename traits::arg2_type, typename at< Vectorize, long_ < 0 > >::type >::type | arg1_type |
| typedef argument_access_type < typename traits::arg2_type, typename at< Vectorize, long_ < 0 > >::type >::direct | arg1_direct_access_type |
| typedef argument_access_type < typename traits::arg2_type, typename at< Vectorize, long_ < 0 > >::type >::masked | arg1_masked_access_type |
| typedef result_type::WritableDirectAccess | result_access_type |
Public Member Functions | |
| HBOOST_STATIC_ASSERT ((size< Vectorize >::value+1==function_traits< Func >::arity)) | |
| HBOOST_STATIC_ASSERT (!is_const< result_type >::value) | |
Static Public Member Functions | |
| static result_type | apply (reference_type array, arg1_type arg1) |
| static std::string | format_arguments (const hboost::python::detail::keywords< 1 > &args) |
Definition at line 2452 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg2_type, typename at<Vectorize,long_<0> >::type>::direct PyImath::detail::VectorizedMemberFunction1< Op, Vectorize, Func >::arg1_direct_access_type |
Definition at line 2466 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg2_type, typename at<Vectorize,long_<0> >::type>::masked PyImath::detail::VectorizedMemberFunction1< Op, Vectorize, Func >::arg1_masked_access_type |
Definition at line 2468 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg2_type, typename at<Vectorize,long_<0> >::type>::type PyImath::detail::VectorizedMemberFunction1< Op, Vectorize, Func >::arg1_type |
Definition at line 2464 of file PyImathAutovectorize.h.
| typedef access_type<typename traits::arg1_type>::direct PyImath::detail::VectorizedMemberFunction1< Op, Vectorize, Func >::direct_access_type |
Definition at line 2460 of file PyImathAutovectorize.h.
| typedef access_type<typename traits::arg1_type>::masked PyImath::detail::VectorizedMemberFunction1< Op, Vectorize, Func >::masked_access_type |
Definition at line 2461 of file PyImathAutovectorize.h.
| typedef access_type<typename traits::arg1_type>::reference_type PyImath::detail::VectorizedMemberFunction1< Op, Vectorize, Func >::reference_type |
Definition at line 2459 of file PyImathAutovectorize.h.
| typedef result_type::WritableDirectAccess PyImath::detail::VectorizedMemberFunction1< Op, Vectorize, Func >::result_access_type |
Definition at line 2472 of file PyImathAutovectorize.h.
| typedef vectorized_result_type<typename traits::result_type,true_>::type PyImath::detail::VectorizedMemberFunction1< Op, Vectorize, Func >::result_type |
Definition at line 2457 of file PyImathAutovectorize.h.
| typedef function_traits<Func> PyImath::detail::VectorizedMemberFunction1< Op, Vectorize, Func >::traits |
Definition at line 2455 of file PyImathAutovectorize.h.
|
inlinestatic |
Definition at line 2475 of file PyImathAutovectorize.h.
|
inlinestatic |
Definition at line 2540 of file PyImathAutovectorize.h.
| PyImath::detail::VectorizedMemberFunction1< Op, Vectorize, Func >::HBOOST_STATIC_ASSERT | ( | (size< Vectorize >::value+1==function_traits< Func >::arity) | ) |
| PyImath::detail::VectorizedMemberFunction1< Op, Vectorize, Func >::HBOOST_STATIC_ASSERT | ( | !is_const< result_type >::value | ) |