artec::sdk::base::Size Struct Reference

#include <artec/sdk/base/Types.h>

Public Member Functions

 Size ()
 
 Size (int width_, int height_)
 

Public Attributes

int width
 
int height
 

Detailed Description

Definition at line 20 of file Types.h.

Constructor & Destructor Documentation

artec::sdk::base::Size::Size ( )
inline

Definition at line 22 of file Types.h.

artec::sdk::base::Size::Size ( int  width_,
int  height_ 
)
inline

Definition at line 23 of file Types.h.

Member Data Documentation

int artec::sdk::base::Size::height

Definition at line 26 of file Types.h.

int artec::sdk::base::Size::width

Definition at line 25 of file Types.h.


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