Main MRPT website > C++ reference for MRPT 1.3.2
obs_frwds.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-2015, 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 #pragma once
10 
11 #include <mrpt/poses/poses_frwds.h>
12 // Forward declarations for the library "mrpt-obs"
13 namespace mrpt
14 {
15  namespace obs
16  {
17  class CObservation; struct CObservationPtr;
18  class CSensoryFrame; struct CSensoryFramePtr;
19  class CObservation2DRangeScan;
20  class CObservation3DRangeScan;
21  class CObservationRange;
22  class CObservationBeaconRanges;
23  class CObservationBearingRange;
24  class CObservationStereoImages;
25  class CObservationGPS;
26  }
27  namespace maps
28  {
29  class CMetricMap; struct CMetricMapPtr;
30  class CPointsMap;
31  class CSimplePointsMap;
32  class CSimpleMap;
33  }
34 }
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.



Page generated by Doxygen 1.8.12 for MRPT 1.3.2 SVN: at Mon Oct 3 19:22:36 UTC 2016