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
|
This is the complete list of members for lsst.afw.math::BackgroundControl, including all inherited members.
_actrl | lsst.afw.math::BackgroundControl | private |
_nxSample | lsst.afw.math::BackgroundControl | private |
_nySample | lsst.afw.math::BackgroundControl | private |
_prop | lsst.afw.math::BackgroundControl | private |
_sctrl | lsst.afw.math::BackgroundControl | private |
_style | lsst.afw.math::BackgroundControl | private |
_undersampleStyle | lsst.afw.math::BackgroundControl | private |
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 |
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 |
setApproximateControl(boost::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() | lsst.afw.math::BackgroundControl | inlinevirtual |