HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PyImath::detail::VectorizedFunction1< Op, Vectorize, Func > Struct Template Reference

#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)
 

Detailed Description

template<class Op, class Vectorize, class Func>
struct PyImath::detail::VectorizedFunction1< Op, Vectorize, Func >

Definition at line 472 of file PyImathAutovectorize.h.

Member Typedef Documentation

template<class Op , class Vectorize , class Func >
typedef fold<Vectorize,false_,or_<_,_> >::type PyImath::detail::VectorizedFunction1< Op, Vectorize, Func >::any_vectorized

Definition at line 476 of file PyImathAutovectorize.h.

template<class Op , class Vectorize , class Func >
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.

template<class Op , class Vectorize , class Func >
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.

template<class Op , class Vectorize , class Func >
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.

template<class Op , class Vectorize , class Func >
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.

template<class Op , class Vectorize , class Func >
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.

template<class Op , class Vectorize , class Func >
typedef function_traits<Func> PyImath::detail::VectorizedFunction1< Op, Vectorize, Func >::traits

Definition at line 475 of file PyImathAutovectorize.h.

Member Function Documentation

template<class Op , class Vectorize , class Func >
static result_type PyImath::detail::VectorizedFunction1< Op, Vectorize, Func >::apply ( arg1_type  arg1)
inlinestatic

Definition at line 492 of file PyImathAutovectorize.h.

template<class Op , class Vectorize , class Func >
static std::string PyImath::detail::VectorizedFunction1< Op, Vectorize, Func >::format_arguments ( const hboost::python::detail::keywords< 1 > &  args)
inlinestatic

Definition at line 525 of file PyImathAutovectorize.h.

template<class Op , class Vectorize , class Func >
PyImath::detail::VectorizedFunction1< Op, Vectorize, Func >::HBOOST_STATIC_ASSERT ( (size< Vectorize >::value==function_traits< Func >::arity)  )

The documentation for this struct was generated from the following file: