A single row. More...
#include <cvb/vpat.hpp>
Public Member Functions | |
Row () noexcept=default | |
Default ctor of invalid row. | |
std::array< void *, K > | operator[] (int x) noexcept |
Value access. | |
std::array< const void *, K > | operator[] (int x) const noexcept |
Value access. | |
A single row.
|
inlinenoexcept |
Value access.
[in] | x | Pixel column. |
|
inlinenoexcept |
Value access.
[in] | x | Pixel column. |
We use cookies to improve your experience. By using this documentation, you agree to our use of cookies.