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