|
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 |
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) |
| static std::string | format_arguments (const hboost::python::detail::keywords< 1 > &args) |
Definition at line 2035 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg2_type, typename at<Vectorize,long_<0> >::type>::direct PyImath::detail::VectorizedVoidMemberFunction1< Op, Vectorize, Func >::arg1_direct_access_type |
Definition at line 2047 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg2_type, typename at<Vectorize,long_<0> >::type>::masked PyImath::detail::VectorizedVoidMemberFunction1< Op, Vectorize, Func >::arg1_masked_access_type |
Definition at line 2049 of file PyImathAutovectorize.h.
| typedef argument_access_type<typename traits::arg2_type, typename at<Vectorize,long_<0> >::type>::type PyImath::detail::VectorizedVoidMemberFunction1< Op, Vectorize, Func >::arg1_type |
Definition at line 2045 of file PyImathAutovectorize.h.
| typedef access_type<typename traits::arg1_type>::direct PyImath::detail::VectorizedVoidMemberFunction1< Op, Vectorize, Func >::direct_access_type |
Definition at line 2041 of file PyImathAutovectorize.h.
| typedef access_type<typename traits::arg1_type>::masked PyImath::detail::VectorizedVoidMemberFunction1< Op, Vectorize, Func >::masked_access_type |
Definition at line 2042 of file PyImathAutovectorize.h.
| typedef access_type<typename traits::arg1_type>::reference_type PyImath::detail::VectorizedVoidMemberFunction1< Op, Vectorize, Func >::reference_type |
Definition at line 2040 of file PyImathAutovectorize.h.
| typedef function_traits<Func> PyImath::detail::VectorizedVoidMemberFunction1< Op, Vectorize, Func >::traits |
Definition at line 2038 of file PyImathAutovectorize.h.
|
inlinestatic |
Definition at line 2052 of file PyImathAutovectorize.h.
|
inlinestatic |
Definition at line 2110 of file PyImathAutovectorize.h.
| PyImath::detail::VectorizedVoidMemberFunction1< Op, Vectorize, Func >::HBOOST_STATIC_ASSERT | ( | (size< Vectorize >::value+1==function_traits< Func >::arity) | ) |