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. More... | |
| std::array< const void *, K > | operator[] (int x) const noexcept |
| Value access. More... | |
A single row.
|
inlinenoexcept |
Value access.
| [in] | x | Pixel column. |
|
inlinenoexcept |
Value access.
| [in] | x | Pixel column. |