Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxUpoCos Class Template Reference

Pixel functor for computation of cosine. More...

#include <HxUpoCos.h>

List of all members.

Public Methods

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

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


Static Public Methods

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


Detailed Description

template<class DstValT, class SrcValT>
class HxUpoCos< DstValT, SrcValT >

Pixel functor for computation of cosine.


Constructor & Destructor Documentation

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

Constructor : empty.

00025                         {}


Member Function Documentation

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

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

00029                         { return x.cos(); }

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

The name : "cos".

00033                         { return HxString("cos"); }


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