Artec 3D Scanning SDK  2.0
Public Member Functions | Public Attributes | List of all members
artec::sdk::base::Size Struct Reference

Image size defined by width and height. More...

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

Public Member Functions

 Size ()
 
 Size (int width_, int height_)
 

Public Attributes

int width
 
int height
 

Detailed Description

Image size defined by width and height.

Definition at line 24 of file Types.h.

Constructor & Destructor Documentation

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

Definition at line 26 of file Types.h.

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

Definition at line 27 of file Types.h.

Member Data Documentation

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

Definition at line 30 of file Types.h.

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

Definition at line 29 of file Types.h.


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