at(int x, int y) | SourceXtractor::VectorImage< T > | inline |
create(Args &&...args) | SourceXtractor::VectorImage< T > | inlinestatic |
enable_shared_from_this(T...args) | std::enable_shared_from_this< ImageBase< T > > | |
fillValue(T value) | SourceXtractor::VectorImage< T > | inline |
getChunk(int x, int y, int width, int height) const override | SourceXtractor::VectorImage< T > | inlinevirtual |
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 final | SourceXtractor::VectorImage< T > | inlinevirtual |
SourceXtractor::ImageBase::getValue(PixelCoordinate pc) const | SourceXtractor::Image< 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 |
operator=(T...args) | std::enable_shared_from_this< ImageBase< 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 |
shared_from_this(T...args) | std::enable_shared_from_this< ImageBase< T > > | |
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 > | inlineprotected |
VectorImage(const std::shared_ptr< const Image< T >> &other_image) | SourceXtractor::VectorImage< T > | inlineprotected |
~enable_shared_from_this(T...args) | std::enable_shared_from_this< ImageBase< T > > | |
~Image()=default | SourceXtractor::Image< T > | virtual |
~ImageBase() | SourceXtractor::ImageBase< T > | inlinevirtual |
~VectorImage()=default | SourceXtractor::VectorImage< T > | virtual |