Main MRPT website
>
C++ reference
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
mrpt
base/include/mrpt/utils.h
Go to the documentation of this file.
1
/* +---------------------------------------------------------------------------+
2
| The Mobile Robot Programming Toolkit (MRPT) C++ library |
3
| |
4
| http://www.mrpt.org/ |
5
| |
6
| Copyright (C) 2005-2012 University of Malaga |
7
| |
8
| This software was written by the Machine Perception and Intelligent |
9
| Robotics Lab, University of Malaga (Spain). |
10
| Contact: Jose-Luis Blanco <jlblanco@ctima.uma.es> |
11
| |
12
| This file is part of the MRPT project. |
13
| |
14
| MRPT is free software: you can redistribute it and/or modify |
15
| it under the terms of the GNU General Public License as published by |
16
| the Free Software Foundation, either version 3 of the License, or |
17
| (at your option) any later version. |
18
| |
19
| MRPT is distributed in the hope that it will be useful, |
20
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
21
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
22
| GNU General Public License for more details. |
23
| |
24
| You should have received a copy of the GNU General Public License |
25
| along with MRPT. If not, see <http://www.gnu.org/licenses/>. |
26
| |
27
+---------------------------------------------------------------------------+ */
28
#ifndef mrpt_utils_H
29
#define mrpt_utils_H
30
31
#include <
mrpt/utils/utils_defs.h
>
32
33
#include <
mrpt/poses.h
>
// Dependency
34
35
#include <
mrpt/utils/CDebugOutputCapable.h
>
36
#include <
mrpt/utils/CStringList.h
>
37
#include <
mrpt/utils/TEnumType.h
>
38
39
// Smart pointers and RTTI:
40
#include <
mrpt/utils/CObject.h
>
41
#include <
mrpt/utils/CStartUpClassesRegister.h
>
42
43
// CStream related classes:
44
#include <
mrpt/utils/CSerializable.h
>
45
#include <
mrpt/utils/CStream.h
>
46
#include <
mrpt/utils/CMemoryStream.h
>
47
#include <
mrpt/utils/CMemoryChunk.h
>
48
#include <
mrpt/utils/CStdOutStream.h
>
49
#include <
mrpt/utils/CFileStream.h
>
50
51
#include <
mrpt/utils/CFileInputStream.h
>
52
#include <
mrpt/utils/CFileOutputStream.h
>
53
#include <
mrpt/utils/CFileGZInputStream.h
>
54
#include <
mrpt/utils/CFileGZOutputStream.h
>
55
56
// TCP sockets:
57
#include <
mrpt/utils/CServerTCPSocket.h
>
58
#include <
mrpt/utils/CClientTCPSocket.h
>
59
60
#include <
mrpt/utils/CEnhancedMetaFile.h
>
61
#include <
mrpt/utils/CCanvas.h
>
62
#include <
mrpt/utils/CImage.h
>
63
#include <
mrpt/utils/CMappedImage.h
>
64
#include <
mrpt/utils/CTicTac.h
>
65
#include <
mrpt/utils/CTimeLogger.h
>
66
#include <
mrpt/utils/CSimpleDatabase.h
>
67
#include <
mrpt/utils/CPropertiesValuesList.h
>
68
#include <
mrpt/utils/CMHPropertiesValuesList.h
>
69
#include <
mrpt/utils/CTypeSelector.h
>
70
#include <
mrpt/utils/CLoadableOptions.h
>
71
#include <
mrpt/utils/CMessage.h
>
72
73
#include <
mrpt/utils/CConfigFile.h
>
74
#include <
mrpt/utils/CConfigFileMemory.h
>
75
#include <
mrpt/utils/CThreadSafeQueue.h
>
76
#include <
mrpt/utils/CMessageQueue.h
>
77
#include <
mrpt/utils/CDynamicGrid.h
>
78
#include <
mrpt/utils/CProbabilityDensityFunction.h
>
79
80
#include <
mrpt/utils/CConsoleRedirector.h
>
81
#include <
mrpt/utils/stl_extensions.h
>
82
#include <
mrpt/utils/metaprogramming.h
>
83
#include <
mrpt/utils/exceptions.h
>
84
#include <
mrpt/utils/crc.h
>
85
#include <
mrpt/utils/md5.h
>
86
#include <
mrpt/utils/net_utils.h
>
87
#include <
mrpt/utils/CLog.h
>
88
#include <
mrpt/utils/CListOfClasses.h
>
89
#include <
mrpt/utils/CTextFileLinesParser.h
>
90
91
#include <
mrpt/utils/CRobotSimulator.h
>
92
93
#include <
mrpt/utils/TCamera.h
>
94
#include <
mrpt/utils/TStereoCamera.h
>
95
#include <
mrpt/utils/TMatchingPair.h
>
96
#include <
mrpt/utils/PLY_import_export.h
>
97
98
// Observer-Observable pattern:
99
#include <
mrpt/utils/CObservable.h
>
100
#include <
mrpt/utils/CObserver.h
>
101
#include <
mrpt/utils/mrptEvent.h
>
102
103
// Adapter patterns:
104
#include <
mrpt/utils/adapters.h
>
105
106
#endif
107
Page generated by
Doxygen 1.8.3
for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013