AutoType enum value | SourceXtractor::ImageTile | |
create(ImageType image_type, int x, int y, int width, int height, std::shared_ptr< ImageSource > source=nullptr) | SourceXtractor::ImageTile | static |
DoubleImage enum value | SourceXtractor::ImageTile | |
FloatImage enum value | SourceXtractor::ImageTile | |
getDataPtr() override | SourceXtractor::ImageTileWithType< T > | inlinevirtual |
getHeight() const | SourceXtractor::ImageTile | inline |
getImage() const | SourceXtractor::ImageTileWithType< T > | inline |
getPosX() const | SourceXtractor::ImageTile | inline |
getPosY() const | SourceXtractor::ImageTile | inline |
getTileMemorySize() const override | SourceXtractor::ImageTileWithType< T > | inlinevirtual |
getType() const | SourceXtractor::ImageTile | inline |
getTypeSize(ImageType image_type) | SourceXtractor::ImageTile | inlinestatic |
getTypeValue(float) | SourceXtractor::ImageTile | inlinestatic |
getTypeValue(double) | SourceXtractor::ImageTile | inlinestatic |
getTypeValue(int) | SourceXtractor::ImageTile | inlinestatic |
getTypeValue(unsigned int) | SourceXtractor::ImageTile | inlinestatic |
getTypeValue(std::int64_t) | SourceXtractor::ImageTile | inlinestatic |
getValue(int x, int y, float &value) const override | SourceXtractor::ImageTileWithType< T > | inlinevirtual |
getValue(int x, int y, double &value) const override | SourceXtractor::ImageTileWithType< T > | inlinevirtual |
getValue(int x, int y, int &value) const override | SourceXtractor::ImageTileWithType< T > | inlinevirtual |
getValue(int x, int y, unsigned int &value) const override | SourceXtractor::ImageTileWithType< T > | inlinevirtual |
getValue(int x, int y, std::int64_t &value) const override | SourceXtractor::ImageTileWithType< T > | inlinevirtual |
SourceXtractor::ImageTile::getValue(int x, int y) const | SourceXtractor::ImageTile | inline |
getValueImpl(int x, int y, U &value) const | SourceXtractor::ImageTileWithType< T > | inline |
getWidth() const | SourceXtractor::ImageTile | inline |
ImageTile(ImageType image_type, int x, int y, int width, int height, std::shared_ptr< ImageSource > source=nullptr) | SourceXtractor::ImageTile | inlineprotected |
ImageTile(const ImageTile &)=delete | SourceXtractor::ImageTile | protected |
ImageTile(ImageTile &&)=delete | SourceXtractor::ImageTile | protected |
ImageTileWithType(int x, int y, int width, int height, std::shared_ptr< ImageSource > source) | SourceXtractor::ImageTileWithType< T > | inline |
ImageType enum name | SourceXtractor::ImageTile | |
IntImage enum value | SourceXtractor::ImageTile | |
isModified() const | SourceXtractor::ImageTile | inline |
isPixelInTile(int x, int y) const | SourceXtractor::ImageTile | inline |
LongLongImage enum value | SourceXtractor::ImageTile | |
m_image_type | SourceXtractor::ImageTile | protected |
m_max_x | SourceXtractor::ImageTile | protected |
m_max_y | SourceXtractor::ImageTile | protected |
m_modified | SourceXtractor::ImageTile | protected |
m_source | SourceXtractor::ImageTile | protected |
m_tile_image | SourceXtractor::ImageTileWithType< T > | private |
m_x | SourceXtractor::ImageTile | protected |
m_y | SourceXtractor::ImageTile | protected |
operator=(const ImageTile &)=delete | SourceXtractor::ImageTile | protected |
operator=(ImageTile &&)=delete | SourceXtractor::ImageTile | protected |
saveIfModified() | SourceXtractor::ImageTile | |
setModified(bool modified) | SourceXtractor::ImageTile | inline |
setValue(int x, int y, float value) override | SourceXtractor::ImageTileWithType< T > | inlinevirtual |
setValue(int x, int y, double value) override | SourceXtractor::ImageTileWithType< T > | inlinevirtual |
setValue(int x, int y, int value) override | SourceXtractor::ImageTileWithType< T > | inlinevirtual |
setValue(int x, int y, unsigned int value) override | SourceXtractor::ImageTileWithType< T > | inlinevirtual |
setValue(int x, int y, std::int64_t value) override | SourceXtractor::ImageTileWithType< T > | inlinevirtual |
setValueImpl(int x, int y, U value) | SourceXtractor::ImageTileWithType< T > | inline |
UIntImage enum value | SourceXtractor::ImageTile | |
~ImageTile()=default | SourceXtractor::ImageTile | virtual |
~ImageTileWithType() | SourceXtractor::ImageTileWithType< T > | inlinevirtual |