LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
Public Types | |
typedef Shapelet::ShapeletVector | ShapeletVector |
typedef Shapelet::ShapeletCovariance | ShapeletCovariance |
typedef shapelet::BVec | BVec |
Public Member Functions | |
ShapeletImpl (int order, double sigma) | |
ShapeletImpl (int order, double sigma, const ShapeletVector &vector) | |
ShapeletImpl (int order, double sigma, const ShapeletVector &vector, const ShapeletCovariance &cov) | |
ShapeletImpl (const BVec &rhs) | |
ShapeletImpl (const ShapeletImpl &rhs) | |
~ShapeletImpl () | |
void | operator= (const ShapeletImpl &rhs) |
boost::shared_ptr < ShapeletCovariance > & | getCovariance () |
std::complex< double > | getPQ (int p, int q) |
double | evaluateAt (double x, double y) |
![]() | |
BVec (int order, double sigma) | |
BVec (int order, double sigma, double *bvec) | |
BVec (int order, double sigma, const DVector &bvec) | |
BVec (const BVec &rhs) | |
~BVec () | |
BVec & | operator= (const AssignableToBVec &rhs) |
BVec & | operator= (const BVec &rhs) |
void | assignTo (BVec &bvec) const |
DVector & | vec () |
const DVector & | vec () const |
double & | operator() (int i) |
double | operator() (int i) const |
int | getOrder () const |
double | getSigma () const |
const DVector & | getValues () const |
size_t | size () const |
void | setSigma (double sigma) |
void | setValues (const DVector &v) |
template<typename V > | |
void | setValues (const V &v) |
void | normalize () |
void | conjugateSelf () |
![]() | |
virtual | ~AssignableToBVec () |
Private Attributes | |
boost::shared_ptr < ShapeletCovariance > | _cov |
Definition at line 44 of file Shapelet.cc.
Definition at line 50 of file Shapelet.cc.
Definition at line 49 of file Shapelet.cc.
Definition at line 48 of file Shapelet.cc.
|
inline |
Definition at line 52 of file Shapelet.cc.
|
inline |
Definition at line 56 of file Shapelet.cc.
|
inline |
Definition at line 60 of file Shapelet.cc.
|
inline |
Definition at line 64 of file Shapelet.cc.
|
inline |
Definition at line 68 of file Shapelet.cc.
|
inline |
Definition at line 74 of file Shapelet.cc.
|
inline |
Definition at line 114 of file Shapelet.cc.
|
inline |
Definition at line 94 of file Shapelet.cc.
|
inline |
Definition at line 97 of file Shapelet.cc.
|
inline |
Definition at line 78 of file Shapelet.cc.
|
private |
Definition at line 142 of file Shapelet.cc.