InPixOp(Out, PixOp) { foreach o in Out Out(o) = PixOp(); }
The requirements on the PixOpT template parameter expressed as class definition are:
template<class ArithT> class PixOpT { public: typedef HxPixOpInTag DirectionCategory; typedef HxPixOpTransInVarTag TransVarianceCategory; typedef HxPixOp1PhaseTag PhaseCategory; PixOpT(HxTagList&); ArithT doIt(); static HxString className(); };