MRPT logo

mrpt::utils::TPixelCoordf Struct Reference

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

#include <mrpt/utils/types.h>

List of all members.

Public Member Functions

 TPixelCoordf ()
 Default constructor: undefined values of x,y.
 TPixelCoordf (const double _x, const double _y)
 Constructor from x,y values.

Public Attributes

double x
double y

Detailed Description

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

Definition at line 192 of file types.h.


Constructor & Destructor Documentation

mrpt::utils::TPixelCoordf::TPixelCoordf (  )  [inline]

Default constructor: undefined values of x,y.

Definition at line 197 of file types.h.

mrpt::utils::TPixelCoordf::TPixelCoordf ( const double  _x,
const double  _y 
) [inline]

Constructor from x,y values.

Definition at line 200 of file types.h.


Member Data Documentation

Definition at line 194 of file types.h.

Definition at line 194 of file types.h.




Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010