ProteoWizard
|
Go to the source code of this file.
Namespaces | |
namespace | ralab |
EQUISPACEINTERPOL Interpolation on a equidistantly spaced grid. | |
namespace | ralab::base |
namespace | ralab::base::filter |
namespace | ralab::base::filter::utilities |
Functions | |
template<typename TContainer , typename TIterator > | |
TContainer::iterator | ralab::base::filter::utilities::prepareData (TIterator dataBeg, TIterator dataEnd, size_t fsize, TContainer &res, bool mirror=false) |
Example Sequence : 1 2 3 4 5; width 5 and mirror false: 4 5 1 2 3 4 5 1 2, if mirror true than: 2 1 1 2 3 4 5 5 4. | |