|
UFO 1.0.0
An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
|
This is the complete list of members for ufo::Image< T >, including all inherited members.
| at(this auto &self, size_type row, size_type col) | ufo::Image< T > | inline |
| begin(this auto &self) noexcept | ufo::Image< T > | inline |
| cbegin() const noexcept | ufo::Image< T > | inline |
| cend() const noexcept | ufo::Image< T > | inline |
| clear() noexcept | ufo::Image< T > | inline |
| cols() const noexcept | ufo::Image< T > | inline |
| column(this auto &self, size_type c) noexcept | ufo::Image< T > | inline |
| const_iterator typedef | ufo::Image< T > | |
| const_pointer typedef | ufo::Image< T > | |
| const_reference typedef | ufo::Image< T > | |
| const_reverse_iterator typedef | ufo::Image< T > | |
| crbegin() const noexcept | ufo::Image< T > | inline |
| crend() const noexcept | ufo::Image< T > | inline |
| data(this auto &self) noexcept | ufo::Image< T > | inline |
| difference_type typedef | ufo::Image< T > | |
| downscale(float factor) | ufo::Image< T > | inline |
| empty() const noexcept | ufo::Image< T > | inline |
| end(this auto &self) noexcept | ufo::Image< T > | inline |
| fill(T const &value) | ufo::Image< T > | inline |
| flipHorizontal() noexcept | ufo::Image< T > | inline |
| flipVertical() noexcept | ufo::Image< T > | inline |
| Image()=default | ufo::Image< T > | |
| Image(Image const &other) | ufo::Image< T > | inline |
| Image(Image &&)=default | ufo::Image< T > | |
| Image(size_type rows, size_type cols, T const &value=T{}) | ufo::Image< T > | inline |
| index(size_type row, size_type col) const noexcept | ufo::Image< T > | inline |
| iterator typedef | ufo::Image< T > | |
| operator=(Image const &rhs) | ufo::Image< T > | inline |
| operator=(Image &&)=default | ufo::Image< T > | |
| operator[](this auto &self, size_type index) | ufo::Image< T > | inline |
| operator[](this auto &self, size_type row, size_type col) | ufo::Image< T > | inline |
| pointer typedef | ufo::Image< T > | |
| rbegin(this auto &self) noexcept | ufo::Image< T > | inline |
| reference typedef | ufo::Image< T > | |
| rend(this auto &self) noexcept | ufo::Image< T > | inline |
| rescale(size_type rows, size_type cols) | ufo::Image< T > | inline |
| rescaled(size_type rows, size_type cols) const | ufo::Image< T > | inline |
| resize(size_type rows, size_type cols) | ufo::Image< T > | inline |
| reverse_iterator typedef | ufo::Image< T > | |
| rotate90(bool clockwise=true) const | ufo::Image< T > | inline |
| row(size_type r) noexcept | ufo::Image< T > | inline |
| row(size_type r) const noexcept | ufo::Image< T > | inline |
| rows() const noexcept | ufo::Image< T > | inline |
| sample(float r, float c) const | ufo::Image< T > | inline |
| samplePixel(float r, float c) const | ufo::Image< T > | inline |
| size() const noexcept | ufo::Image< T > | inline |
| size_type typedef | ufo::Image< T > | |
| swap(Image &other) noexcept | ufo::Image< T > | inline |
| transposed() const | ufo::Image< T > | inline |
| upscale(float factor) | ufo::Image< T > | inline |
| value_type typedef | ufo::Image< T > |