libpsynth 0.2.1
Functions
ImageRangeSTLAlgorithmsTransformFramePositions
STL-like Algorithms

transform_frame_positions More...

Collaboration diagram for ImageRangeSTLAlgorithmsTransformFramePositions:

Functions

template<typename Range1 , typename Range2 , typename Range3 , typename F >
PSYNTH_FORCEINLINE F psynth::sound::transform_frame_positions (const Range1 &src1, const Range2 &src2, const Range3 &dst, F fun)
 transform_frame_positions with two sources

Detailed Description

transform_frame_positions

adobe::transform_positions for image ranges (passes locators, instead of frame references, to the function object)

Like transform_frames but passes to the function object frame locators instead of frame references


Function Documentation

template<typename Range1 , typename Range2 , typename Range3 , typename F >
PSYNTH_FORCEINLINE F psynth::sound::transform_frame_positions ( const Range1 &  src1,
const Range2 &  src2,
const Range3 &  dst,
fun 
)

transform_frame_positions with two sources