☰
PlaneBase
struct
PlaneBase
Static Methods
PlaneBase
Methods
ShrinkTo
Swap
bytes
bytes_per_row
xsize
ysize
Operators
operator=
Struct
libjxl
::
jxl
::
PlaneBase
struct
PlaneBase
{ ... };
Static Methods
PlaneBase
()
PlaneBase
(size_t xsize, size_t ysize, size_t sizeof_t)
PlaneBase
(
const
PlaneBase
& other)
deleted
PlaneBase
(
PlaneBase
&& other)
PlaneBase
(
const
size_t xsize,
const
size_t ysize,
const
size_t sizeof_t)
Methods
auto
ShrinkTo
(
const
size_t xsize,
const
size_t ysize) -> void
auto
Swap
(
PlaneBase
& other) -> void
auto
bytes
() -> uint8_t*
auto
bytes
() const ->
const
uint8_t*
auto
bytes_per_row
() const -> size_t
auto
xsize
() const -> size_t
auto
ysize
() const -> size_t
Operators
auto
operator=
(
const
PlaneBase
& other) ->
PlaneBase
&
deleted
auto
operator=
(
PlaneBase
&& other) ->
PlaneBase
&