create(std::shared_ptr< Image< T >> image, std::shared_ptr< Image< T >> variance_map, T variance_threshold, int max_gap) | SourceXtractor::InterpolatedImage< T > | inlinestatic |
enable_shared_from_this(T...args) | std::enable_shared_from_this< ImageBase< T > > | |
getChunk(int x, int y, int width, int height) const override | SourceXtractor::ImageBase< T > | inlinevirtual |
getHeight() const override | SourceXtractor::InterpolatedImage< T > | inlinevirtual |
getRepr() const override | SourceXtractor::InterpolatedImage< T > | inlinevirtual |
getValue(int x, int y) const override | SourceXtractor::InterpolatedImage< T > | inlinevirtual |
SourceXtractor::ImageBase::getValue(PixelCoordinate pc) const | SourceXtractor::Image< T > | inline |
getWidth() const override | SourceXtractor::InterpolatedImage< T > | inlinevirtual |
InterpolatedImage(std::shared_ptr< Image< T >> image, std::shared_ptr< Image< T >> variance_map, T variance_threshold, int max_gap) | SourceXtractor::InterpolatedImage< T > | inlineprotected |
isInside(int x, int y) const | SourceXtractor::Image< T > | inline |
isPixelGood(int x, int y) const | SourceXtractor::InterpolatedImage< T > | inlineprivate |
m_image | SourceXtractor::InterpolatedImage< T > | private |
m_max_gap | SourceXtractor::InterpolatedImage< T > | private |
m_variance_map | SourceXtractor::InterpolatedImage< T > | private |
m_variance_threshold | SourceXtractor::InterpolatedImage< T > | private |
operator=(T...args) | std::enable_shared_from_this< ImageBase< T > > | |
PixelType typedef | SourceXtractor::Image< T > | |
shared_from_this(T...args) | std::enable_shared_from_this< ImageBase< T > > | |
~enable_shared_from_this(T...args) | std::enable_shared_from_this< ImageBase< T > > | |
~Image()=default | SourceXtractor::Image< T > | virtual |
~ImageBase() | SourceXtractor::ImageBase< T > | inlinevirtual |
~InterpolatedImage()=default | SourceXtractor::InterpolatedImage< T > | virtual |