#include <image.hpp>
|
| | Image (const unsigned w, const unsigned h) |
| |
| | Image (const unsigned w, const unsigned h, const T &val) |
| |
| T & | operator[] (std::size_t idx) |
| |
| const T & | operator[] (std::size_t idx) const |
| |
| T & | operator() (const int x, const int y) |
| |
| const T & | operator() (const int x, const int y) const |
| |
| std::size_t | size () const |
| |
| int | width () const |
| |
| int | height () const |
| |
| T * | data () |
| |
| const T * | data () const |
| |
◆ Image() [1/2]
◆ Image() [2/2]
template<typename T>
| se::Image< T >::Image |
( |
const unsigned |
w, |
|
|
const unsigned |
h, |
|
|
const T & |
val |
|
) |
| |
|
inline |
◆ operator[]() [1/2]
template<typename T>
| T& se::Image< T >::operator[] |
( |
std::size_t |
idx | ) |
|
|
inline |
◆ operator[]() [2/2]
template<typename T>
| const T& se::Image< T >::operator[] |
( |
std::size_t |
idx | ) |
const |
|
inline |
◆ operator()() [1/2]
template<typename T>
| T& se::Image< T >::operator() |
( |
const int |
x, |
|
|
const int |
y |
|
) |
| |
|
inline |
◆ operator()() [2/2]
template<typename T>
| const T& se::Image< T >::operator() |
( |
const int |
x, |
|
|
const int |
y |
|
) |
| const |
|
inline |
◆ size()
◆ width()
◆ height()
◆ data() [1/2]
◆ data() [2/2]
The documentation for this class was generated from the following file: