LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::cartesianToPolar< T >::parameters Class Reference

the parameters for the class cartesianToPolar More...

#include <ltiCartesianToPolar.h>

Inheritance diagram for lti::cartesianToPolar< T >::parameters:
Inheritance graph
[legend]
Collaboration diagram for lti::cartesianToPolar< T >::parameters:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 parameters ()
 parameters (const parameters &other)
 ~parameters ()
const char * getTypeName () const
parameterscopy (const parameters &other)
virtual functor::parametersclone () const

Public Attributes

bool useLUT

Detailed Description

template<class T>
class lti::cartesianToPolar< T >::parameters

the parameters for the class cartesianToPolar


Constructor & Destructor Documentation

template<class T >
lti::cartesianToPolar< T >::parameters::parameters ( void   )  [inline]
template<class T >
lti::cartesianToPolar< T >::parameters::parameters ( const parameters other  )  [inline]

copy constructor

Parameters:
other the parameters object to be copied

Reimplemented from lti::transform::parameters.

References lti::cartesianToPolar< T >::parameters::copy().

template<class T >
lti::cartesianToPolar< T >::parameters::~parameters (  )  [inline, virtual]

destructor

Reimplemented from lti::functor::parameters.


Member Function Documentation

template<class T >
virtual functor::parameters* lti::cartesianToPolar< T >::parameters::clone (  )  const [inline, virtual]

returns a pointer to a clone of the parameters

Reimplemented from lti::transform::parameters.

References lti::cartesianToPolar< T >::parameters::parameters().

template<class T >
parameters& lti::cartesianToPolar< T >::parameters::copy ( const parameters other  )  [inline]

copy the contents of a parameters object

Parameters:
other the parameters object to be copied
Returns:
a reference to this parameters object

Reimplemented from lti::transform::parameters.

References lti::transform::parameters::copy(), and lti::cartesianToPolar< T >::parameters::useLUT.

Referenced by lti::cartesianToPolar< T >::parameters::parameters().

template<class T >
const char* lti::cartesianToPolar< T >::parameters::getTypeName ( void   )  const [inline, virtual]

returns name of this type

Reimplemented from lti::transform::parameters.


Member Data Documentation

template<class T >
bool lti::cartesianToPolar< T >::parameters::useLUT

useLUT specifies if arctanLUT is used to calculate atan values

Default Value: false;

Referenced by lti::cartesianToPolar< T >::parameters::copy(), and lti::cartesianToPolar< T >::parameters::parameters().


The documentation for this class was generated from the following file:

Generated on Sat Apr 10 15:27:05 2010 for LTI-Lib by Doxygen 1.6.1