HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PyImath::detail::VectorizedVoidOperation2< Op, access_type, arg1_access_type, arg2_access_type > Struct Template Reference

#include <PyImathAutovectorize.h>

+ Inheritance diagram for PyImath::detail::VectorizedVoidOperation2< Op, access_type, arg1_access_type, arg2_access_type >:

Public Member Functions

 VectorizedVoidOperation2 (access_type a, arg1_access_type a1, arg2_access_type a2)
 
void execute (size_t start, size_t end)
 
- Public Member Functions inherited from PyImath::Task
virtual PYIMATH_EXPORT ~Task ()
 
virtual PYIMATH_EXPORT void execute (size_t start, size_t end, int tid)
 

Public Attributes

access_type access
 
arg1_access_type arg1
 
arg2_access_type arg2
 

Detailed Description

template<class Op, class access_type, class arg1_access_type, class arg2_access_type>
struct PyImath::detail::VectorizedVoidOperation2< Op, access_type, arg1_access_type, arg2_access_type >

Definition at line 1980 of file PyImathAutovectorize.h.

Constructor & Destructor Documentation

template<class Op , class access_type , class arg1_access_type , class arg2_access_type >
PyImath::detail::VectorizedVoidOperation2< Op, access_type, arg1_access_type, arg2_access_type >::VectorizedVoidOperation2 ( access_type  a,
arg1_access_type  a1,
arg2_access_type  a2 
)
inline

Definition at line 1986 of file PyImathAutovectorize.h.

Member Function Documentation

template<class Op , class access_type , class arg1_access_type , class arg2_access_type >
void PyImath::detail::VectorizedVoidOperation2< Op, access_type, arg1_access_type, arg2_access_type >::execute ( size_t  start,
size_t  end 
)
inlinevirtual

Implements PyImath::Task.

Definition at line 1989 of file PyImathAutovectorize.h.

Member Data Documentation

template<class Op , class access_type , class arg1_access_type , class arg2_access_type >
access_type PyImath::detail::VectorizedVoidOperation2< Op, access_type, arg1_access_type, arg2_access_type >::access

Definition at line 1982 of file PyImathAutovectorize.h.

template<class Op , class access_type , class arg1_access_type , class arg2_access_type >
arg1_access_type PyImath::detail::VectorizedVoidOperation2< Op, access_type, arg1_access_type, arg2_access_type >::arg1

Definition at line 1983 of file PyImathAutovectorize.h.

template<class Op , class access_type , class arg1_access_type , class arg2_access_type >
arg2_access_type PyImath::detail::VectorizedVoidOperation2< Op, access_type, arg1_access_type, arg2_access_type >::arg2

Definition at line 1984 of file PyImathAutovectorize.h.


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