Main MRPT website > C++ reference for MRPT 1.5.6
List of all members | Public Types | Public Member Functions | Public Attributes
mrpt::utils::TPixelCoord Struct Reference

Detailed Description

A pair (x,y) of pixel coordinates (integer resolution).

Definition at line 37 of file TPixelCoord.h.

#include <mrpt/utils/TPixelCoord.h>

Public Types

typedef int pixel_coord_t
 The type of x and y. More...
 

Public Member Functions

 TPixelCoord ()
 
 TPixelCoord (const int _x, const int _y)
 

Public Attributes

int x
 
int y
 

Member Typedef Documentation

◆ pixel_coord_t

The type of x and y.

Definition at line 39 of file TPixelCoord.h.

Constructor & Destructor Documentation

◆ TPixelCoord() [1/2]

mrpt::utils::TPixelCoord::TPixelCoord ( )
inline

Definition at line 41 of file TPixelCoord.h.

◆ TPixelCoord() [2/2]

mrpt::utils::TPixelCoord::TPixelCoord ( const int  _x,
const int  _y 
)
inline

Definition at line 42 of file TPixelCoord.h.

Member Data Documentation

◆ x

int mrpt::utils::TPixelCoord::x

◆ y

int mrpt::utils::TPixelCoord::y



Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019