casa
$Rev:20696$
|
Partial specialization of Gaussian2D for AutoDiff
More...
#include <Gaussian2D.h>
Public Member Functions | |
Gaussian2D_PS () | |
Constructs two dimensional Gaussians. | |
Gaussian2D_PS (const AutoDiff< T > &height, const Vector< AutoDiff< T > > ¢er, 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 |
Partial specialization of Gaussian2D for AutoDiff
Warning: The name Gaussian2D_PS
is only for cxx2html documentation problems; Use Gaussian2D
in your code;
Definition at line 258 of file Gaussian2D.h.
casa::Gaussian2D_PS< AutoDiff< T > >::Gaussian2D_PS | ( | ) | [inline] |
Constructs two dimensional Gaussians.
Definition at line 265 of file Gaussian2D.h.
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.
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.
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.
casa::Gaussian2D_PS< AutoDiff< T > >::Gaussian2D_PS | ( | const Gaussian2D_PS< W > & | other | ) | [inline] |
Definition at line 283 of file Gaussian2D.h.
virtual casa::Gaussian2D_PS< AutoDiff< T > >::~Gaussian2D_PS | ( | ) | [inline, virtual] |
Destructor.
Definition at line 293 of file Gaussian2D.h.
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.
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.
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.
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
.
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.