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

Partial specialization of Gaussian2D for AutoDiff More...

#include <Gaussian2D.h>

Inheritance diagram for casa::Gaussian2D_PS< AutoDiff< T > >:
casa::Gaussian2DParam< AutoDiff< T > > casa::Function< AutoDiff< T > > casa::Functional< FunctionTraits< AutoDiff< T > >::ArgType, AutoDiff< T > > casa::Functional< Vector< FunctionTraits< AutoDiff< T > >::ArgType >, AutoDiff< T > >

List of all members.

Public Member Functions

 Gaussian2D_PS ()
 Constructs two dimensional Gaussians.
 Gaussian2D_PS (const AutoDiff< T > &height, const Vector< AutoDiff< T > > &center, const Vector< AutoDiff< T > > &width, const AutoDiff< T > &pa)
 Gaussian2D_PS (const AutoDiff< T > &height, const AutoDiff< T > &xCenter, const AutoDiff< T > &yCenter, const AutoDiff< T > &majorAxis, const AutoDiff< T > &axialRatio, const AutoDiff< T > &pa)
 Gaussian2D_PS (const Gaussian2D_PS &other)
 Copy constructor (deep copy)
template<class W >
 Gaussian2D_PS (const Gaussian2D_PS< W > &other)
Gaussian2D_PS< AutoDiff< T > > & operator= (const Gaussian2D_PS< AutoDiff< T > > &other)
 Copy assignment (deep copy)
virtual ~Gaussian2D_PS ()
 Destructor.
virtual AutoDiff< T > eval (typename Function< AutoDiff< T > >::FunctionArg x) const
 Evaluate the Gaussian and its derivatives at x.
virtual Function< AutoDiff< T > > * clone () const
 Return a copy of this object from the heap.
virtual Function< typename
FunctionTraits< AutoDiff< T >
>::DiffType > * 
cloneAD () const
virtual Function< typename
FunctionTraits< AutoDiff< T >
>::BaseType > * 
cloneNonAD () const

Detailed Description

template<class T>
class casa::Gaussian2D_PS< AutoDiff< T > >

Partial specialization of Gaussian2D for AutoDiff

Synopsis


Warning: The name Gaussian2D_PS is only for cxx2html documentation problems; Use Gaussian2D in your code;

Definition at line 258 of file Gaussian2D.h.


Constructor & Destructor Documentation

template<class T >
casa::Gaussian2D_PS< AutoDiff< T > >::Gaussian2D_PS ( ) [inline]

Constructs two dimensional Gaussians.

Definition at line 265 of file Gaussian2D.h.

template<class T >
casa::Gaussian2D_PS< AutoDiff< T > >::Gaussian2D_PS ( const AutoDiff< T > &  height,
const Vector< AutoDiff< T > > &  center,
const Vector< AutoDiff< T > > &  width,
const AutoDiff< T > &  pa 
) [inline]

Definition at line 266 of file Gaussian2D.h.

template<class T >
casa::Gaussian2D_PS< AutoDiff< T > >::Gaussian2D_PS ( const AutoDiff< T > &  height,
const AutoDiff< T > &  xCenter,
const AutoDiff< T > &  yCenter,
const AutoDiff< T > &  majorAxis,
const AutoDiff< T > &  axialRatio,
const AutoDiff< T > &  pa 
) [inline]

Definition at line 271 of file Gaussian2D.h.

template<class T >
casa::Gaussian2D_PS< AutoDiff< T > >::Gaussian2D_PS ( const Gaussian2D_PS< AutoDiff< T > > &  other) [inline]

Copy constructor (deep copy)

Definition at line 280 of file Gaussian2D.h.

template<class T >
template<class W >
casa::Gaussian2D_PS< AutoDiff< T > >::Gaussian2D_PS ( const Gaussian2D_PS< W > &  other) [inline]

Definition at line 283 of file Gaussian2D.h.

template<class T >
virtual casa::Gaussian2D_PS< AutoDiff< T > >::~Gaussian2D_PS ( ) [inline, virtual]

Destructor.

Definition at line 293 of file Gaussian2D.h.


Member Function Documentation

template<class T >
virtual Function<AutoDiff<T> >* casa::Gaussian2D_PS< AutoDiff< T > >::clone ( ) const [inline, virtual]

Return a copy of this object from the heap.

The caller is responsible for deleting this pointer.

Implements casa::Function< AutoDiff< T > >.

Definition at line 305 of file Gaussian2D.h.

template<class T >
virtual Function<typename FunctionTraits<AutoDiff<T> >::DiffType>* casa::Gaussian2D_PS< AutoDiff< T > >::cloneAD ( ) const [inline, virtual]

Reimplemented from casa::Function< AutoDiff< T > >.

Definition at line 308 of file Gaussian2D.h.

template<class T >
virtual Function<typename FunctionTraits<AutoDiff<T> >::BaseType>* casa::Gaussian2D_PS< AutoDiff< T > >::cloneNonAD ( ) const [inline, virtual]

Reimplemented from casa::Function< AutoDiff< T > >.

Definition at line 312 of file Gaussian2D.h.

template<class T >
virtual AutoDiff<T> casa::Gaussian2D_PS< AutoDiff< T > >::eval ( typename Function< AutoDiff< T > >::FunctionArg  x) const [virtual]

Evaluate the Gaussian and its derivatives at x.

template<class T >
Gaussian2D_PS<AutoDiff<T> >& casa::Gaussian2D_PS< AutoDiff< T > >::operator= ( const Gaussian2D_PS< AutoDiff< T > > &  other) [inline]

Copy assignment (deep copy)

Definition at line 289 of file Gaussian2D.h.


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