casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Member Functions | Private Attributes
casa::Mod_KB_Conv< T > Class Template Reference

A Kaiser-Bessel function multiplied by a Gaussian. More...

#include <MathFunc.h>

Inheritance diagram for casa::Mod_KB_Conv< T >:
casa::MathFunc< T >

List of all members.

Public Member Functions

 Mod_KB_Conv (T cut=MathFunc< T >::defcutoff(), T wparm=MathFunc< T >::defKBwidth(), T kbparm=MathFunc< T >::defKBparm(), T gwparm=MathFunc< T >::defmodKBparm())
 default constructor
 Mod_KB_Conv (const Mod_KB_Conv< T > &)
 copy constructor
Mod_KB_Conv< T > & operator= (const Mod_KB_Conv< T > &)
sup_value () const
 return value of support width
value (const T &) const
 compute and return a value of the math function
FuncId id () const
 return a FuncId structure for Table storage/retrieval.

Private Member Functions

MathFunc< T > * clone () const
 for every derived class, return new of that class with its own parameters

Private Attributes

kbparm
gw2
sup_width
widthparm
const T ln16

Detailed Description

template<class T>
class casa::Mod_KB_Conv< T >

A Kaiser-Bessel function multiplied by a Gaussian.

Synopsis

A Kaiser-Bessel function multiplied by a Gaussian

Definition at line 385 of file MathFunc.h.


Constructor & Destructor Documentation

template<class T>
casa::Mod_KB_Conv< T >::Mod_KB_Conv ( cut = MathFunc< T >::defcutoff(),
wparm = MathFunc< T >::defKBwidth(),
kbparm = MathFunc< T >::defKBparm(),
gwparm = MathFunc< T >::defmodKBparm() 
)

default constructor

template<class T>
casa::Mod_KB_Conv< T >::Mod_KB_Conv ( const Mod_KB_Conv< T > &  )

copy constructor


Member Function Documentation

template<class T>
MathFunc<T>* casa::Mod_KB_Conv< T >::clone ( ) const [private, virtual]

for every derived class, return new of that class with its own parameters

Reimplemented from casa::MathFunc< T >.

template<class T>
FuncId casa::Mod_KB_Conv< T >::id ( ) const [virtual]

return a FuncId structure for Table storage/retrieval.

Reimplemented from casa::MathFunc< T >.

template<class T>
Mod_KB_Conv<T>& casa::Mod_KB_Conv< T >::operator= ( const Mod_KB_Conv< T > &  )
template<class T>
T casa::Mod_KB_Conv< T >::sup_value ( ) const [inline, virtual]

return value of support width

Reimplemented from casa::MathFunc< T >.

Definition at line 399 of file MathFunc.h.

References casa::Mod_KB_Conv< T >::sup_width.

template<class T>
T casa::Mod_KB_Conv< T >::value ( const T &  a) const [virtual]

compute and return a value of the math function

Reimplemented from casa::MathFunc< T >.


Member Data Documentation

template<class T>
T casa::Mod_KB_Conv< T >::gw2 [private]

Definition at line 411 of file MathFunc.h.

template<class T>
T casa::Mod_KB_Conv< T >::kbparm [private]

Definition at line 411 of file MathFunc.h.

template<class T>
const T casa::Mod_KB_Conv< T >::ln16 [private]

Definition at line 412 of file MathFunc.h.

template<class T>
T casa::Mod_KB_Conv< T >::sup_width [private]

Definition at line 411 of file MathFunc.h.

Referenced by casa::Mod_KB_Conv< T >::sup_value().

template<class T>
T casa::Mod_KB_Conv< T >::widthparm [private]

Definition at line 411 of file MathFunc.h.


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