lsst.afw g648ecf20d8+257701f1ee
|
This is the complete list of members for lsst::afw::math::BackgroundControl, including all inherited members.
BackgroundControl(int const nxSample, int const nySample, StatisticsControl const sctrl=StatisticsControl(), Property const prop=MEANCLIP, ApproximateControl const actrl=ApproximateControl(ApproximateControl::UNKNOWN, 1)) | lsst::afw::math::BackgroundControl | inline |
BackgroundControl(int const nxSample, int const nySample, StatisticsControl const &sctrl, std::string const &prop, ApproximateControl const actrl=ApproximateControl(ApproximateControl::UNKNOWN, 1)) | lsst::afw::math::BackgroundControl | inline |
BackgroundControl(Interpolate::Style const style, int const nxSample=10, int const nySample=10, UndersampleStyle const undersampleStyle=THROW_EXCEPTION, StatisticsControl const sctrl=StatisticsControl(), Property const prop=MEANCLIP, ApproximateControl const actrl=ApproximateControl(ApproximateControl::UNKNOWN, 1)) | lsst::afw::math::BackgroundControl | inline |
BackgroundControl(std::string const &style, int const nxSample=10, int const nySample=10, std::string const &undersampleStyle="THROW_EXCEPTION", StatisticsControl const sctrl=StatisticsControl(), std::string const &prop="MEANCLIP", ApproximateControl const actrl=ApproximateControl(ApproximateControl::UNKNOWN, 1)) | lsst::afw::math::BackgroundControl | inline |
BackgroundControl(BackgroundControl const &)=default | lsst::afw::math::BackgroundControl | |
BackgroundControl(BackgroundControl &&)=default | lsst::afw::math::BackgroundControl | |
getApproximateControl() | lsst::afw::math::BackgroundControl | inline |
getApproximateControl() const | lsst::afw::math::BackgroundControl | inline |
getInterpStyle() const | lsst::afw::math::BackgroundControl | inline |
getNxSample() const | lsst::afw::math::BackgroundControl | inline |
getNySample() const | lsst::afw::math::BackgroundControl | inline |
getStatisticsControl() | lsst::afw::math::BackgroundControl | inline |
getStatisticsControl() const | lsst::afw::math::BackgroundControl | inline |
getStatisticsProperty() const | lsst::afw::math::BackgroundControl | inline |
getUndersampleStyle() const | lsst::afw::math::BackgroundControl | inline |
operator=(BackgroundControl const &)=default | lsst::afw::math::BackgroundControl | |
operator=(BackgroundControl &&)=default | lsst::afw::math::BackgroundControl | |
setApproximateControl(std::shared_ptr< ApproximateControl > actrl) | lsst::afw::math::BackgroundControl | inline |
setInterpStyle(Interpolate::Style const style) | lsst::afw::math::BackgroundControl | inline |
setInterpStyle(std::string const &style) | lsst::afw::math::BackgroundControl | inline |
setNxSample(int nxSample) | lsst::afw::math::BackgroundControl | inline |
setNySample(int nySample) | lsst::afw::math::BackgroundControl | inline |
setStatisticsProperty(Property prop) | lsst::afw::math::BackgroundControl | inline |
setStatisticsProperty(std::string prop) | lsst::afw::math::BackgroundControl | inline |
setUndersampleStyle(UndersampleStyle const undersampleStyle) | lsst::afw::math::BackgroundControl | inline |
setUndersampleStyle(std::string const &undersampleStyle) | lsst::afw::math::BackgroundControl | inline |
~BackgroundControl()=default | lsst::afw::math::BackgroundControl | virtual |