Skip to main content

EncodeHeight Struct

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

Declaration

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

Included Headers

#include <StillImageInput.h>

Public Constructors Index

constexprEncodeHeight ()=default

Default-construct with value 0. More...

constexprEncodeHeight (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 height, in pixels.

Definition at line 62 of file StillImageInput.h.

Public Constructors

EncodeHeight()

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

Default-construct with value 0.

Definition at line 65 of file StillImageInput.h.

EncodeHeight()

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

Construct from raw integer value.

Definition at line 67 of file StillImageInput.h.

67 constexpr EncodeHeight(int v) : value(v) {}

Public Member Attributes

value

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

Underlying integer value, in pixels.

Definition at line 63 of file StillImageInput.h.

63 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.