Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxUpoAtan Class Template Reference

Pixel functor for computation of arc tangent. More...

#include <HxUpoAtan.h>

List of all members.

Public Methods

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

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


Static Public Methods

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


Detailed Description

template<class DstValT, class SrcValT>
class HxUpoAtan< DstValT, SrcValT >

Pixel functor for computation of arc tangent.


Constructor & Destructor Documentation

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

Constructor : empty.

00025                         {}


Member Function Documentation

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

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

00029                         { return x.atan(); }

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

The name : "atan".

00033                         { return HxString("atan"); }


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