BufferedImage(std::shared_ptr< const ImageSource > source, std::shared_ptr< TileManager > tile_manager) | SourceXtractor::BufferedImage< T > | protected |
copyOverlappingPixels(const ImageTileWithType< T > &tile, std::vector< T > &output, int x, int y, int w, int h, int tile_w, int tile_h) const | SourceXtractor::BufferedImage< T > | protected |
create(std::shared_ptr< const ImageSource > source, std::shared_ptr< TileManager > tile_manager=TileManager::getInstance()) | SourceXtractor::BufferedImage< T > | static |
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::BufferedImage< T > | virtual |
getHeight() const override | SourceXtractor::BufferedImage< T > | virtual |
getRepr() const override | SourceXtractor::BufferedImage< T > | virtual |
getValue(int x, int y) const override | SourceXtractor::BufferedImage< T > | virtual |
SourceXtractor::ImageBase::getValue(PixelCoordinate pc) const | SourceXtractor::Image< T > | inline |
getWidth() const override | SourceXtractor::BufferedImage< T > | virtual |
isInside(int x, int y) const | SourceXtractor::Image< T > | inline |
m_current_tile | SourceXtractor::BufferedImage< T > | mutableprotected |
m_source | SourceXtractor::BufferedImage< T > | protected |
m_tile_manager | SourceXtractor::BufferedImage< T > | protected |
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 > > | |
~BufferedImage()=default | SourceXtractor::BufferedImage< T > | virtual |
~enable_shared_from_this(T...args) | std::enable_shared_from_this< ImageBase< T > > | |
~Image()=default | SourceXtractor::Image< T > | virtual |
~ImageBase() | SourceXtractor::ImageBase< T > | inlinevirtual |