Main MRPT website > C++ reference for MRPT 1.9.9
T2DScanProperties.h
Go to the documentation of this file.
1 /* +------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | http://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2018, Individual contributors, see AUTHORS file |
6  | See: http://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in http://www.mrpt.org/License |
8  +------------------------------------------------------------------------+ */
9 #ifndef T2DScanProperties_H
10 #define T2DScanProperties_H
11 
12 namespace mrpt
13 {
14 namespace obs
15 {
16 /** Auxiliary struct that holds all the relevant *geometry* information about a
17  * 2D scan.
18  * This class is used in CSinCosLookUpTableFor2DScans
19  * \ingroup mrpt_obs_grp
20  * \sa CObservation2DRangeScan, CObservation2DRangeScan::getScanProperties,
21  * CSinCosLookUpTableFor2DScans
22  */
24 {
25  size_t nRays;
26  double aperture;
27  /** Angles storage order: true=counterclockwise; false=clockwise */
29 };
30 /** Order operator, so T2DScanProperties can appear in associative STL
31  * containers. */
32 bool operator<(const T2DScanProperties& a, const T2DScanProperties& b);
33 
34 } // End of namespace
35 } // End of namespace
36 
37 #endif
mrpt::obs::T2DScanProperties::rightToLeft
bool rightToLeft
Angles storage order: true=counterclockwise; false=clockwise.
Definition: T2DScanProperties.h:28
mrpt::obs::T2DScanProperties
Auxiliary struct that holds all the relevant geometry information about a 2D scan.
Definition: T2DScanProperties.h:23
mrpt
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
Definition: CKalmanFilterCapable.h:30
mrpt::obs::T2DScanProperties::nRays
size_t nRays
Definition: T2DScanProperties.h:25
b
GLubyte GLubyte b
Definition: glext.h:6279
mrpt::obs::operator<
bool operator<(const T2DScanProperties &a, const T2DScanProperties &b)
Order operator, so T2DScanProperties can appear in associative STL containers.
Definition: CObservation2DRangeScan.cpp:451
mrpt::obs::T2DScanProperties::aperture
double aperture
Definition: T2DScanProperties.h:26
a
GLubyte GLubyte GLubyte a
Definition: glext.h:6279



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