A single row. More...
#include <cvb/vpat.hpp>
Public Member Functions | |
| Row () noexcept | |
| Default ctor of invalid row. | |
| CVB_FORCE_INLINE void * | operator[] (int x) noexcept |
| Value access. More... | |
| CVB_FORCE_INLINE const void * | 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. |