OutPixOp(In, PixOp) { foreach i in In PixOp.doIt(In(i)); }
The requirements on the PixOpT template parameter expressed as class definition are:
template<class ArithT> class PixOpT { public: typedef HxTagPixOpOut DirectionCategory; typedef HxTagTransInVar TransVarianceCategory; typedef HxTag1Phase PhaseCategory; PixOpT(HxTagList&); void doIt(const ArithT& v); static HxString className(); };