Public Types | Public Member Functions | Public Attributes

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 >::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

Detailed Description

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

Analog of the Op class, intended for cubes.

Definition at line 24 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 28 of file OpCube_proto.hpp.

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

Definition at line 29 of file OpCube_proto.hpp.


Constructor & Destructor Documentation

template<typename T1, typename op_type>
OpCube< T1, op_type >::OpCube ( const BaseCube< typename T1::elem_type, T1 > &  in_m,
const elem_type  in_aux 
) [inline]
template<typename T1, typename op_type>
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]

Member Data Documentation

template<typename T1, typename op_type>
const T1& OpCube< T1, op_type >::m

storage of reference to the operand (e.g. a cube)

Definition at line 40 of file OpCube_proto.hpp.

Referenced by op_reshape::apply().

template<typename T1, typename op_type>
const elem_type OpCube< T1, op_type >::aux

storage of auxiliary data, user defined format

Definition at line 41 of file OpCube_proto.hpp.

Referenced by op_reshape::apply().

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

storage of auxiliary data, u32 format

Definition at line 42 of file OpCube_proto.hpp.

Referenced by op_reshape::apply().

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

storage of auxiliary data, u32 format

Definition at line 43 of file OpCube_proto.hpp.

Referenced by op_reshape::apply().

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

storage of auxiliary data, u32 format

Definition at line 44 of file OpCube_proto.hpp.

Referenced by op_reshape::apply().