Skip to main content

EncodeHeight Struct

Declaration

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

Included Headers

#include <StillImageInput.h>

Public Constructors Index

constexprEncodeHeight ()=default
constexprEncodeHeight (int v)

Public Member Attributes Index

intvalue = 0

Definition at line 38 of file StillImageInput.h.

Public Constructors

EncodeHeight()

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

Definition at line 40 of file StillImageInput.h.

EncodeHeight()

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

Definition at line 41 of file StillImageInput.h.

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

Public Member Attributes

value

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

Definition at line 39 of file StillImageInput.h.

39 int value = 0;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.