4 template <class INDEX> struct SetRegion2D
6 struct FloodFillControl
11 template <int DIM, class PIXELINDEX>
14 typedef SetRegion2D<PIXELINDEX> Region_t;
15 MotionSearcher (typename Region_t::FloodFillControl::Allocator &a_rAllocator);
17 class MotionSearcherY : public MotionSearcher<1, int> {};