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

#include <PyImathAutovectorize.h>

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

Public Member Functions

 VectorizedMaskedVoidOperation1 (access_type a, arg1_access_type a1, array_type arr)
 
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
 
array_type array
 

Detailed Description

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

Definition at line 1960 of file PyImathAutovectorize.h.

Constructor & Destructor Documentation

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

Definition at line 1966 of file PyImathAutovectorize.h.

Member Function Documentation

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

Implements PyImath::Task.

Definition at line 1969 of file PyImathAutovectorize.h.

Member Data Documentation

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

Definition at line 1962 of file PyImathAutovectorize.h.

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

Definition at line 1963 of file PyImathAutovectorize.h.

template<class Op , class access_type , class arg1_access_type , class array_type >
array_type PyImath::detail::VectorizedMaskedVoidOperation1< Op, access_type, arg1_access_type, array_type >::array

Definition at line 1964 of file PyImathAutovectorize.h.


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