OpCube< T1, op_type > Class Template Reference
[OpCube]

Analog of the Op class, intended for cubes. More...

#include <OpCube_proto.hpp>

Inheritance diagram for OpCube< T1, op_type >:
BaseCube< T1::elem_type, OpCube< T1, op_type > >

List of all members.

Public Types

typedef T1::elem_type elem_type
typedef get_pod_type
< elem_type >::pod_type 
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

Detailed Description

template<typename T1, typename op_type>
class OpCube< T1, op_type >

Analog of the Op class, intended for cubes.

Definition at line 23 of file OpCube_proto.hpp.


Member Typedef Documentation

template<typename T1, typename op_type>
typedef T1::elem_type OpCube< T1, op_type >::elem_type

Definition at line 27 of file OpCube_proto.hpp.

template<typename T1, typename op_type>
typedef get_pod_type<elem_type>::pod_type OpCube< T1, op_type >::pod_type

Definition at line 28 of file OpCube_proto.hpp.


Member Data Documentation

template<typename T1, typename op_type>
const T1& OpCube< T1, op_type >::m
template<typename T1, typename op_type>
const elem_type OpCube< T1, op_type >::aux
template<typename T1, typename op_type>
const u32 OpCube< T1, op_type >::aux_u32_a

storage of auxiliary data, u32 format

Definition at line 43 of file OpCube_proto.hpp.

Referenced by op_reshape::apply(), op_pow_s32::apply(), operator*(), and operator/().

template<typename T1, typename op_type>
const u32 OpCube< T1, op_type >::aux_u32_b

storage of auxiliary data, u32 format

Definition at line 44 of file OpCube_proto.hpp.

Referenced by op_reshape::apply(), op_pow_s32::apply(), operator*(), and operator/().

template<typename T1, typename op_type>
const u32 OpCube< T1, op_type >::aux_u32_c

storage of auxiliary data, u32 format

Definition at line 45 of file OpCube_proto.hpp.

Referenced by op_reshape::apply(), operator*(), and operator/().