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

#include <PyImathAutovectorize.h>

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

Public Member Functions

 VectorizedVoidOperation1 (access_type a, arg1_access_type a1)
 
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
 

Detailed Description

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

Definition at line 1943 of file PyImathAutovectorize.h.

Constructor & Destructor Documentation

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

Definition at line 1948 of file PyImathAutovectorize.h.

Member Function Documentation

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

Implements PyImath::Task.

Definition at line 1950 of file PyImathAutovectorize.h.

Member Data Documentation

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

Definition at line 1945 of file PyImathAutovectorize.h.

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

Definition at line 1946 of file PyImathAutovectorize.h.


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