at(int x, int y) | SourceXtractor::VectorImage< T > | inline |
at(int x, int y) const | SourceXtractor::VectorImage< T > | inline |
create(Args &&... args) | SourceXtractor::VectorImage< T > | inlinestatic |
fillValue(T value) | SourceXtractor::VectorImage< T > | inline |
getChunk(int x, int y, int width, int height) const override | SourceXtractor::VectorImage< T > | inlinevirtual |
SourceXtractor::WriteableImage::getChunk(const PixelCoordinate &start, const PixelCoordinate &end) const | SourceXtractor::Image< T > | inline |
getData() const | SourceXtractor::VectorImage< T > | inline |
getData() | SourceXtractor::VectorImage< T > | inline |
getHeight() const final | SourceXtractor::VectorImage< T > | inlinevirtual |
getRepr() const final | SourceXtractor::VectorImage< T > | inlinevirtual |
getValue(int x, int y) const | SourceXtractor::VectorImage< T > | inline |
getValue(PixelCoordinate coord) const | SourceXtractor::VectorImage< T > | inline |
getWidth() const final | SourceXtractor::VectorImage< T > | inlinevirtual |
isInside(int x, int y) const | SourceXtractor::Image< T > | inline |
m_data | SourceXtractor::VectorImage< T > | private |
m_height | SourceXtractor::VectorImage< T > | private |
m_width | SourceXtractor::VectorImage< T > | private |
m_write_mutex | SourceXtractor::WriteableImage< T > | |
PixelType typedef | SourceXtractor::Image< T > | |
setValue(int x, int y, T value) final | SourceXtractor::VectorImage< T > | inlinevirtual |
setValue(PixelCoordinate pc, T value) | SourceXtractor::VectorImage< T > | inline |
VectorImage(const VectorImage< T > &other) | SourceXtractor::VectorImage< T > | inlineprotected |
VectorImage(VectorImage< T > &&other)=default | SourceXtractor::VectorImage< T > | protected |
VectorImage(int width, int height) | SourceXtractor::VectorImage< T > | inlineprotected |
VectorImage(int width, int height, std::vector< T > data) | SourceXtractor::VectorImage< T > | inlineprotected |
VectorImage(int width, int height, Iter data_begin, Iter data_end, typename std::enable_if< std::is_base_of< std::input_iterator_tag, typename std::iterator_traits< Iter >::iterator_category >::value and std::is_same< T, typename std::iterator_traits< Iter >::value_type >::value >::type *=0) | SourceXtractor::VectorImage< T > | inlineprotected |
VectorImage(const Image< T > &other_image) | SourceXtractor::VectorImage< T > | inlineexplicitprotected |
VectorImage(const std::shared_ptr< const Image< T >> &other_image) | SourceXtractor::VectorImage< T > | inlineexplicitprotected |
~Image()=default | SourceXtractor::Image< T > | virtual |
~VectorImage()=default | SourceXtractor::VectorImage< T > | virtual |