Main MRPT website > C++ reference
MRPT logo
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-2014, 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 
13 // Forward declarations for the library "mrpt-obs"
14 namespace mrpt
15 {
16  namespace slam
17  {
18  class CObservation; struct CObservationPtr;
19  class CSensoryFrame; struct CSensoryFramePtr;
20  class CMetricMap; struct CMetricMapPtr;
21  class CPointsMap;
22  class CSimplePointsMap;
23  class CSimpleMap;
24 
25  }
26 }
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.



Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014