Skip to main content

ContentHeight Struct

Strong-typed wrapper for the original content height, in pixels. More...

Declaration

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

Included Headers

#include <StillImageInput.h>

Public Constructors Index

constexprContentHeight ()=default

Default-construct with value 0. More...

constexprContentHeight (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 original content height, in pixels.

Definition at line 44 of file StillImageInput.h.

Public Constructors

ContentHeight()

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

Default-construct with value 0.

Definition at line 47 of file StillImageInput.h.

ContentHeight()

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

Construct from raw integer value.

Definition at line 49 of file StillImageInput.h.

49 constexpr ContentHeight(int v) : value(v) {}

Public Member Attributes

value

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

Underlying integer value, in pixels.

Definition at line 45 of file StillImageInput.h.

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