YARP
Yet Another Robot Platform
all.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT)
3  * Copyright (C) 2006-2010 RobotCub Consortium
4  * All rights reserved.
5  *
6  * This software may be modified and distributed under the terms of the
7  * BSD-3-Clause license. See the accompanying LICENSE file for details.
8  */
9 
10 // everything for namespace yarp::sig
11 
12 #ifndef YARP_SIG_ALL_H
13 #define YARP_SIG_ALL_H
14 
15 #include <yarp/sig/ImageDraw.h>
16 #include <yarp/sig/ImageFile.h>
17 #include <yarp/sig/Image.h>
18 #include <yarp/sig/Sound.h>
19 #include <yarp/sig/SoundFile.h>
20 #include <yarp/sig/Vector.h>
21 #include <yarp/sig/Matrix.h>
22 #include <yarp/sig/PointCloud.h>
23 
24 #endif // YARP_SIG_ALL_H
Vector.h
contains the definition of a Vector type
PointCloud.h
Matrix.h
contains the definition of a Matrix type
ImageDraw.h
ImageFile.h
Image.h
SoundFile.h
Sound.h