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::Location Struct Reference

Detailed Description

Aggregates 2D co-ordinates of a location in a single structure.

Definition at line 524 of file Types.h.

Public Member Functions

 Location ()
 
 Location (uint32_t a, uint32_t b)
 Construct location from x and y. More...
 
bool operator== (const Location &other) const
 

Data Fields

uint32_t x
 
uint32_t y
 

Constructor & Destructor Documentation

Argus::Location::Location ( )
inline

Definition at line 529 of file Types.h.

Argus::Location::Location ( uint32_t  a,
uint32_t  b 
)
inline

Construct location from x and y.

Definition at line 532 of file Types.h.

Member Function Documentation

bool Argus::Location::operator== ( const Location other) const
inline

Definition at line 534 of file Types.h.

References x, and y.

Field Documentation

uint32_t Argus::Location::x

Definition at line 526 of file Types.h.

Referenced by operator==().

uint32_t Argus::Location::y

Definition at line 527 of file Types.h.

Referenced by operator==().


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