MEPP2 Project
Public Member Functions | Public Attributes | List of all members
ScreenParam Struct Reference

The parameters of the screen. More...

#include <types.h>

Collaboration diagram for ScreenParam:
Collaboration graph

Public Member Functions

 ScreenParam (int h=0, int v=0, double d=0.)
 

Public Attributes

int hres
 
int vres
 
double diag
 

Detailed Description

The parameters of the screen.

Definition at line 26 of file types.h.

Constructor & Destructor Documentation

◆ ScreenParam()

ScreenParam::ScreenParam ( int  h = 0,
int  v = 0,
double  d = 0. 
)
inline

Definition at line 28 of file types.h.

Member Data Documentation

◆ diag

double ScreenParam::diag

< Vertical resolution in pixel

Definition at line 34 of file types.h.

◆ hres

int ScreenParam::hres

Definition at line 32 of file types.h.

◆ vres

int ScreenParam::vres

< Horizontal resolution in pixel

Definition at line 33 of file types.h.


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