|
HDK
|
#include <PyImathAutovectorize.h>
Inheritance diagram for PyImath::detail::VectorizedOperation1< Op, result_access_type, access_type >:Public Member Functions | |
| VectorizedOperation1 (result_access_type r, 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 | |
| result_access_type | retAccess |
| access_type | access |
Definition at line 366 of file PyImathAutovectorize.h.
|
inline |
Definition at line 371 of file PyImathAutovectorize.h.
|
inlinevirtual |
Implements PyImath::Task.
Definition at line 374 of file PyImathAutovectorize.h.
| access_type PyImath::detail::VectorizedOperation1< Op, result_access_type, access_type >::access |
Definition at line 369 of file PyImathAutovectorize.h.
| result_access_type PyImath::detail::VectorizedOperation1< Op, result_access_type, access_type >::retAccess |
Definition at line 368 of file PyImathAutovectorize.h.