Multimedia API Reference

November 16, 2016 | 24.2.1 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Argus::Size Struct Reference

Detailed Description

Aggregates width and height in a single structure.

Definition at line 505 of file Types.h.

Public Member Functions

 Size ()
 
 Size (uint32_t w, uint32_t h)
 Construct size from width and height. More...
 
bool operator== (const Size &a) const
 

Data Fields

uint32_t width
 
uint32_t height
 

Constructor & Destructor Documentation

Argus::Size::Size ( )
inline

Definition at line 510 of file Types.h.

Argus::Size::Size ( uint32_t  w,
uint32_t  h 
)
inline

Construct size from width and height.

Definition at line 513 of file Types.h.

Member Function Documentation

bool Argus::Size::operator== ( const Size a) const
inline

Definition at line 515 of file Types.h.

References height, and width.

Field Documentation

uint32_t Argus::Size::height

Definition at line 508 of file Types.h.

Referenced by operator==().

uint32_t Argus::Size::width

Definition at line 507 of file Types.h.

Referenced by operator==().


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