This is the complete list of members for SourceXtractor::ImageChunk< T >, including all inherited members.
create(const T *data, int width, int height, int stride, std::shared_ptr< const Image< T >> image=nullptr) | SourceXtractor::ImageChunk< T > | inlinestatic |
getChunk(int x, int y, int width, int height) const override | SourceXtractor::ImageChunk< T > | inlinevirtual |
getHeight() const final | SourceXtractor::ImageChunk< T > | inline |
getRepr() const override | SourceXtractor::ImageChunk< T > | inline |
getValue(int x, int y) const final | SourceXtractor::ImageChunk< T > | inline |
getWidth() const final | SourceXtractor::ImageChunk< T > | inline |
ImageChunk(const T *data, int width, int height, int stride, std::shared_ptr< const Image< T >> image=nullptr) | SourceXtractor::ImageChunk< T > | inlineprotected |
m_data | SourceXtractor::ImageChunk< T > | private |
m_height | SourceXtractor::ImageChunk< T > | private |
m_image | SourceXtractor::ImageChunk< T > | private |
m_stride | SourceXtractor::ImageChunk< T > | private |
m_width | SourceXtractor::ImageChunk< T > | private |
setDataPtr(const T *data) | SourceXtractor::ImageChunk< T > | inlineprotected |
~ImageChunk() | SourceXtractor::ImageChunk< T > | inlinevirtual |