$search
Classes | |
class | op_fliplr |
class | op_flipud |
Functions | |
template<typename T1 > | |
static void | op_fliplr::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_fliplr > &in) |
template<typename T1 > | |
static void | op_flipud::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_flipud > &in) |
void op_fliplr::apply | ( | Mat< typename T1::elem_type > & | out, | |
const Op< T1, op_fliplr > & | in | |||
) | [inline, static, inherited] |
Definition at line 56 of file op_flip_meat.hpp.
void op_flipud::apply | ( | Mat< typename T1::elem_type > & | out, | |
const Op< T1, op_flipud > & | in | |||
) | [inline, static, inherited] |
Definition at line 22 of file op_flip_meat.hpp.