|
HDK
|
#include <PyImathTask.h>
Inheritance diagram for PyImath::Task:Public Member Functions | |
| virtual PYIMATH_EXPORT | ~Task () |
| virtual PYIMATH_EXPORT void | execute (size_t start, size_t end)=0 |
| virtual PYIMATH_EXPORT void | execute (size_t start, size_t end, int tid) |
Definition at line 16 of file PyImathTask.h.
|
inlinevirtual |
Definition at line 18 of file PyImathTask.h.
|
pure virtual |
Implemented in PyImath::detail::VectorizedVoidOperation2< Op, access_type, arg1_access_type, arg2_access_type >, PyImath::detail::VectorizedMaskedVoidOperation1< Op, access_type, arg1_access_type, array_type >, PyImath::detail::VectorizedVoidOperation1< Op, access_type, arg1_access_type >, PyImath::detail::VectorizedVoidOperation0< Op, access_type >, PyImath::detail::VectorizedOperation5< Op, result_access_type, access_type, arg1_access_type, arg2_access_type, arg3_access_type, arg4_access_type >, PyImath::detail::VectorizedOperation4< Op, result_access_type, access_type, arg1_access_type, arg2_access_type, arg3_access_type >, PyImath::detail::VectorizedOperation3< Op, result_access_type, access_type, arg1_access_type, arg2_access_type >, PyImath::detail::VectorizedOperation2< Op, result_access_type, access_type, arg1_access_type >, and PyImath::detail::VectorizedOperation1< Op, result_access_type, access_type >.
|
inlinevirtual |
Definition at line 20 of file PyImathTask.h.