oln::internal::dim_iterate_rec_< dim, 0 > Struct Template Reference

Specialization of dim_iterate_rec_ with skip dimension set to 0. More...

#include <dwt.hh>

List of all members.

Static Public Member Functions

template<class I, class K>
static void doit (abstract::image< I > &, typename mlc::exact< I >::ret::point_type &, const unsigned, const unsigned, const K &, dwt_transform_dir_)
 Iterate over all dimensions except one.


Detailed Description

template<unsigned dim>
struct oln::internal::dim_iterate_rec_< dim, 0 >

Specialization of dim_iterate_rec_ with skip dimension set to 0.

Parameters:
dim Number of dimension to process.

Definition at line 384 of file dwt.hh.


Member Function Documentation

template<unsigned dim>
template<class I, class K>
static void oln::internal::dim_iterate_rec_< dim, 0 >::doit ( abstract::image< I > &  ,
typename mlc::exact< I >::ret::point_type &  ,
const   unsigned,
const   unsigned,
const K &  ,
dwt_transform_dir_   
) [inline, static]

Iterate over all dimensions except one.

Parameters:
I Exact type of the image to process.
K Type of coefficients.
End of recursion.

Definition at line 396 of file dwt.hh.

00402       {
00403         // end of recursion
00404       }


The documentation for this struct was generated from the following file:
Generated on Tue Feb 20 20:27:16 2007 for Olena by  doxygen 1.5.1