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

Detailed Description

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

Definition at line 39 of file TPixelCoord.h.

#include <mrpt/img/TPixelCoord.h>

Public Types

using pixel_coord_t = int
 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

using mrpt::img::TPixelCoord::pixel_coord_t = int

The type of x and y.

Definition at line 42 of file TPixelCoord.h.

Constructor & Destructor Documentation

◆ TPixelCoord() [1/2]

mrpt::img::TPixelCoord::TPixelCoord ( )
inline

Definition at line 44 of file TPixelCoord.h.

◆ TPixelCoord() [2/2]

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

Definition at line 45 of file TPixelCoord.h.

Member Data Documentation

◆ x

int mrpt::img::TPixelCoord::x

◆ y

int mrpt::img::TPixelCoord::y



Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST