Skip to main content

EncodeWidth Struct

Strong-typed wrapper for the encoded output width, in pixels. More...

Declaration

struct simaai::neat::StillImageInput::EncodeWidth { ... }

Included Headers

#include <StillImageInput.h>

Public Constructors Index

constexprEncodeWidth ()=default

Default-construct with value 0. More...

constexprEncodeWidth (int v)

Construct from raw integer value. More...

Public Member Attributes Index

intvalue = 0

Underlying integer value, in pixels. More...

Description

Strong-typed wrapper for the encoded output width, in pixels.

Definition at line 53 of file StillImageInput.h.

Public Constructors

EncodeWidth()

constexpr simaai::neat::StillImageInput::EncodeWidth::EncodeWidth ()
constexpr default

Default-construct with value 0.

Definition at line 56 of file StillImageInput.h.

EncodeWidth()

constexpr simaai::neat::StillImageInput::EncodeWidth::EncodeWidth (int v)
inline constexpr

Construct from raw integer value.

Definition at line 58 of file StillImageInput.h.

58 constexpr EncodeWidth(int v) : value(v) {}

Public Member Attributes

value

int simaai::neat::StillImageInput::EncodeWidth::value = 0

Underlying integer value, in pixels.

Definition at line 54 of file StillImageInput.h.

54 int value = 0;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.