ProteoWizard
|
Go to the source code of this file.
Namespaces | |
ralab | |
EQUISPACEINTERPOL Interpolation on a equidistantly spaced grid. | |
ralab::base | |
ralab::base::filter | |
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. More... | |