Main MRPT website > C++ reference
MRPT logo
Public Member Functions | Public Attributes

mrpt::utils::TPixelCoordf Struct Reference


Detailed Description

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

Definition at line 203 of file base/include/mrpt/utils/types.h.

#include <mrpt/utils/types.h>

List of all members.

Public Member Functions

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

Public Attributes

float x
float y

Constructor & Destructor Documentation

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

Default constructor: undefined values of x,y.

Definition at line 208 of file base/include/mrpt/utils/types.h.

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

Constructor from x,y values.

Definition at line 211 of file base/include/mrpt/utils/types.h.


Member Data Documentation




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011