Analog of the Op class, intended for cubes. More...
#include <OpCube_proto.hpp>
Public Types | |
typedef T1::elem_type | elem_type |
typedef get_pod_type < elem_type >::result | pod_type |
Public Member Functions | |
OpCube (const BaseCube< typename T1::elem_type, T1 > &in_m) | |
OpCube (const BaseCube< typename T1::elem_type, T1 > &in_m, const elem_type in_aux) | |
OpCube (const BaseCube< typename T1::elem_type, T1 > &in_m, const u32 in_aux_u32_a, const u32 in_aux_u32_b) | |
OpCube (const BaseCube< typename T1::elem_type, T1 > &in_m, const u32 in_aux_u32_a, const u32 in_aux_u32_b, const u32 in_aux_u32_c) | |
OpCube (const BaseCube< typename T1::elem_type, T1 > &in_m, const elem_type in_aux, const u32 in_aux_u32_a, const u32 in_aux_u32_b, const u32 in_aux_u32_c) | |
OpCube (const u32 in_aux_u32_a, const u32 in_aux_u32_b, const u32 in_aux_u32_c) | |
~OpCube () | |
Public Attributes | |
const T1 & | m |
storage of reference to the operand (e.g. a cube) | |
const elem_type | aux |
storage of auxiliary data, user defined format | |
const u32 | aux_u32_a |
storage of auxiliary data, u32 format | |
const u32 | aux_u32_b |
storage of auxiliary data, u32 format | |
const u32 | aux_u32_c |
storage of auxiliary data, u32 format |
Analog of the Op class, intended for cubes.
Definition at line 24 of file OpCube_proto.hpp.
Definition at line 28 of file OpCube_proto.hpp.
typedef get_pod_type<elem_type>::result OpCube< T1, op_type >::pod_type |
Definition at line 29 of file OpCube_proto.hpp.
OpCube< T1, op_type >::OpCube | ( | const BaseCube< typename T1::elem_type, T1 > & | in_m, | |
const elem_type | in_aux | |||
) | [inline] |
OpCube< T1, op_type >::OpCube | ( | const BaseCube< typename T1::elem_type, T1 > & | in_m, | |
const elem_type | in_aux, | |||
const u32 | in_aux_u32_a, | |||
const u32 | in_aux_u32_b, | |||
const u32 | in_aux_u32_c | |||
) | [inline] |
storage of reference to the operand (e.g. a cube)
Definition at line 40 of file OpCube_proto.hpp.
Referenced by op_reshape::apply().
storage of auxiliary data, user defined format
Definition at line 41 of file OpCube_proto.hpp.
Referenced by op_reshape::apply().
storage of auxiliary data, u32 format
Definition at line 42 of file OpCube_proto.hpp.
Referenced by op_reshape::apply().
storage of auxiliary data, u32 format
Definition at line 43 of file OpCube_proto.hpp.
Referenced by op_reshape::apply().
storage of auxiliary data, u32 format
Definition at line 44 of file OpCube_proto.hpp.
Referenced by op_reshape::apply().