A single column. More...
#include <cvb/vpat.hpp>
Public Member Functions | |
| Column () noexcept=default | |
| Default ctor of invalid Column. | |
| std::array< void *, K > | operator[] (int y) noexcept |
| Value access. More... | |
| std::array< const void *, K > | operator[] (int y) const noexcept |
| Value access. More... | |
A single column.
|
inlinenoexcept |
Value access.
| [in] | y | Pixel row. |
|
inlinenoexcept |
Value access.
| [in] | y | Pixel row. |