Template Class Separable¶
Defined in File radii.h
Inheritance Relationships¶
Base Type¶
public lsst::afw::geom::ellipses::BaseCore(Class BaseCore)
Class Documentation¶
-
template<typename
Ellipticity_, typenameRadius_>
classSeparable: public lsst::afw::geom::ellipses::BaseCore¶ An ellipse core with a complex ellipticity and radius parameterization.
Public Functions
-
double const
getE1() const¶
-
void
setE1(double e1)¶
-
double const
getE2() const¶
-
void
setE2(double e2)¶
-
void
setRadius(double radius)¶
-
Ellipticity const &
getEllipticity() const¶
-
Ellipticity &
getEllipticity()¶
-
std::shared_ptr<Separable>
clone() const¶ Deep copy the ellipse core.
-
std::string
getName() const¶ Return a string that identifies this parametrization.
-
void
normalize()¶ Put the parameters into a “standard form”, and throw InvalidParameterError if they cannot be normalized.
-
void
readParameters(double const *iter)¶
-
void
writeParameters(double *iter) const¶
-
Separable &
operator=(Separable const &other)¶ Standard assignment.
-
Separable &
operator=(Separable &&other)¶
-
Separable(double e1 = 0.0, double e2 = 0.0, double radius = Radius(), bool normalize = true)¶ Construct from parameter values.
-
Separable(std::complex<double> const &complex, double radius = Radius(), bool normalize = true)¶ Construct from parameter values.
-
Separable(Ellipticity const &ellipticity, double radius = Radius(), bool normalize = true)¶ Construct from parameter values.
-
Separable(BaseCore::ParameterVector const &vector, bool normalize = false)¶ Construct from a parameter vector.
-
~Separable()¶
-
Separable(BaseCore::Transformer const &transformer)¶ Converting copy constructor.
-
Separable(BaseCore::Convolution const &convolution)¶ Converting copy constructor.
Protected Functions
-
void
_assignToQuadrupole(double &ixx, double &iyy, double &ixy) const¶
-
void
_assignFromQuadrupole(double ixx, double iyy, double ixy)¶
-
void
_assignToAxes(double &a, double &b, double &theta) const¶
-
void
_assignFromAxes(double a, double b, double theta)¶
-
Jacobian
_dAssignToQuadrupole(double &ixx, double &iyy, double &ixy) const¶
-
Jacobian
_dAssignFromQuadrupole(double ixx, double iyy, double ixy)¶
-
Jacobian
_dAssignToAxes(double &a, double &b, double &theta) const¶
-
Jacobian
_dAssignFromAxes(double a, double b, double theta)¶
-
double const