YARP
Yet Another Robot Platform
all.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3  * SPDX-FileCopyrightText: 2006-2010 RobotCub Consortium
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 // everything for namespace yarp::sig
8 
9 #ifndef YARP_SIG_ALL_H
10 #define YARP_SIG_ALL_H
11 
12 #include <yarp/sig/ImageDraw.h>
13 #include <yarp/sig/ImageFile.h>
14 #include <yarp/sig/Image.h>
15 #include <yarp/sig/Sound.h>
16 #include <yarp/sig/SoundFile.h>
17 #include <yarp/sig/Vector.h>
18 #include <yarp/sig/Matrix.h>
19 #include <yarp/sig/PointCloud.h>
20 
21 #endif // YARP_SIG_ALL_H
contains the definition of a Matrix type
contains the definition of a Vector type