Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

Translation invariant, 1 phase pixel import operation

Pseudo code of the operation:

InPixOp(Out, PixOp)
{
    foreach o in Out
        Out(o) = PixOp.doIt();
}

The requirements on the PixOpT template parameter expressed as class definition are:

template<class ArithT>
class PixOpT
{
public:
    typedef HxTagPixOpIn    DirectionCategory;
    typedef HxTagTransInVar TransVarianceCategory;
    typedef HxTag1Phase     PhaseCategory;

                        PixOpT(HxTagList&);

    ArithT              doIt();

    static HxString     className();
};


Return to patterns.


Generated on Tue Feb 3 14:19:12 2004 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001