#include <unwrap_cube.hpp>
Private Types | |
| typedef T1::elem_type | eT |
Private Member Functions | |
| unwrap_cube_check (const T1 &A, const Cube< eT > &B) | |
Private Attributes | |
| const Cube< eT > | M |
Definition at line 65 of file unwrap_cube.hpp.
typedef T1::elem_type unwrap_cube_check< T1 >::eT [private] |
Definition at line 67 of file unwrap_cube.hpp.
| unwrap_cube_check< T1 >::unwrap_cube_check | ( | const T1 & | A, | |
| const Cube< eT > & | B | |||
| ) | [inline, private] |
Definition at line 70 of file unwrap_cube.hpp.
: M(A) { arma_extra_debug_sigprint(); arma_type_check< is_arma_cube_type<T1>::value == false >::apply(); }
const Cube<eT> unwrap_cube_check< T1 >::M [private] |
Definition at line 78 of file unwrap_cube.hpp.
Referenced by op_reshape::apply().