|
HDK
|
#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 |
Definition at line 1980 of file PyImathAutovectorize.h.
|
inline |
Definition at line 1986 of file PyImathAutovectorize.h.
|
inlinevirtual |
Implements PyImath::Task.
Definition at line 1989 of file PyImathAutovectorize.h.
| access_type PyImath::detail::VectorizedVoidOperation2< Op, access_type, arg1_access_type, arg2_access_type >::access |
Definition at line 1982 of file PyImathAutovectorize.h.
| arg1_access_type PyImath::detail::VectorizedVoidOperation2< Op, access_type, arg1_access_type, arg2_access_type >::arg1 |
Definition at line 1983 of file PyImathAutovectorize.h.
| arg2_access_type PyImath::detail::VectorizedVoidOperation2< Op, access_type, arg1_access_type, arg2_access_type >::arg2 |
Definition at line 1984 of file PyImathAutovectorize.h.