|
HDK
|
#include <PyImathAutovectorize.h>
Public Types | |
| typedef function_traits< Func > | traits |
| 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 argument_access_type < typename traits::arg3_type, typename at< Vectorize, long_ < 1 > >::type >::type | arg2_type |
| typedef argument_access_type < typename traits::arg3_type, typename at< Vectorize, long_ < 1 > >::type >::direct | arg2_direct_access_type |
| typedef argument_access_type < typename traits::arg3_type, typename at< Vectorize, long_ < 1 > >::type >::masked | arg2_masked_access_type |
Public Member Functions | |
| HBOOST_STATIC_ASSERT ((size< Vectorize >::value+1==function_traits< Func >::arity)) | |
Static Public Member Functions | |
| static reference_type | apply (reference_type array, arg1_type arg1, arg2_type arg2) |
| static std::string | format_arguments (const hboost::python::detail::keywords< 2 > &args) |
Definition at line 2241 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg2_type, typename at<Vectorize,long_<0> >::type>::direct PyImath::detail::VectorizedVoidMemberFunction2< Op, Vectorize, Func >::arg1_direct_access_type |
Definition at line 2253 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg2_type, typename at<Vectorize,long_<0> >::type>::masked PyImath::detail::VectorizedVoidMemberFunction2< Op, Vectorize, Func >::arg1_masked_access_type |
Definition at line 2255 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg2_type, typename at<Vectorize,long_<0> >::type>::type PyImath::detail::VectorizedVoidMemberFunction2< Op, Vectorize, Func >::arg1_type |
Definition at line 2251 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg3_type, typename at<Vectorize,long_<1> >::type>::direct PyImath::detail::VectorizedVoidMemberFunction2< Op, Vectorize, Func >::arg2_direct_access_type |
Definition at line 2260 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg3_type, typename at<Vectorize,long_<1> >::type>::masked PyImath::detail::VectorizedVoidMemberFunction2< Op, Vectorize, Func >::arg2_masked_access_type |
Definition at line 2262 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg3_type, typename at<Vectorize,long_<1> >::type>::type PyImath::detail::VectorizedVoidMemberFunction2< Op, Vectorize, Func >::arg2_type |
Definition at line 2258 of file PyImathAutovectorize.h.
| typedef access_type<typename traits::arg1_type>::direct PyImath::detail::VectorizedVoidMemberFunction2< Op, Vectorize, Func >::direct_access_type |
Definition at line 2247 of file PyImathAutovectorize.h.
| typedef access_type<typename traits::arg1_type>::masked PyImath::detail::VectorizedVoidMemberFunction2< Op, Vectorize, Func >::masked_access_type |
Definition at line 2248 of file PyImathAutovectorize.h.
| typedef access_type<typename traits::arg1_type>::reference_type PyImath::detail::VectorizedVoidMemberFunction2< Op, Vectorize, Func >::reference_type |
Definition at line 2246 of file PyImathAutovectorize.h.
| typedef function_traits<Func> PyImath::detail::VectorizedVoidMemberFunction2< Op, Vectorize, Func >::traits |
Definition at line 2244 of file PyImathAutovectorize.h.
|
inlinestatic |
Definition at line 2265 of file PyImathAutovectorize.h.
|
inlinestatic |
Definition at line 2399 of file PyImathAutovectorize.h.
| PyImath::detail::VectorizedVoidMemberFunction2< Op, Vectorize, Func >::HBOOST_STATIC_ASSERT | ( | (size< Vectorize >::value+1==function_traits< Func >::arity) | ) |