Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxUpoArg Class Template Reference

Pixel functor for computation of argument. More...

#include <HxUpoArg.h>

List of all members.

Public Methods

 HxUpoArg (HxTagList &)
 Constructor : empty. More...

DstValT doIt (const SrcValT &x)
 Actual operation : # return x.arg() #. More...


Static Public Methods

HxString className ()
 The name : "arg". More...


Detailed Description

template<class DstValT, class SrcValT>
class HxUpoArg< DstValT, SrcValT >

Pixel functor for computation of argument.


Constructor & Destructor Documentation

template<class DstValT, class SrcValT>
HxUpoArg< DstValT, SrcValT >::HxUpoArg HxTagList   [inline]
 

Constructor : empty.

00024                         {}


Member Function Documentation

template<class DstValT, class SrcValT>
DstValT HxUpoArg< DstValT, SrcValT >::doIt const SrcValT &    x [inline]
 

Actual operation : # return x.arg() #.

00028                         { return x.arg(); }

template<class DstValT, class SrcValT>
HxString HxUpoArg< DstValT, SrcValT >::className   [inline, static]
 

The name : "arg".

00032                         { return HxString("arg"); }


The documentation for this class was generated from the following file:
Generated on Tue Jan 8 13:59:35 2002 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001