ddt
0.1
datavisualisation
graphics
src
include
ddt
ddtGraphicalElements.hpp
Go to the documentation of this file.
1
// @copyright
2
// (c) Copyright ESO 2020
3
// All Rights Reserved
4
// ESO (eso.org) is an Intergovernmental Organization, and therefore special
5
// legal conditions apply.
6
//
7
// @file ddtGraphicalElements.hpp
8
// @brief DDT Graphics. Include file to include all supported graphical element
9
// types
10
//
11
// Include list for the Graphical Elements
12
//
13
// @author Carsten Mannel, CGI
14
// @since 2021/01/14
15
//
16
17
#ifndef DDT_DATAVISUALISATION_DDTGRAPHCIS_GRAPHICALELEMENTS_HPP
18
#define DDT_DATAVISUALISATION_DDTGRAPHCIS_GRAPHICALELEMENTS_HPP
19
20
#include "
ddt/ddtGraphicalElementCross.hpp
"
21
#include "
ddt/ddtGraphicalElementEllipse.hpp
"
22
#include "
ddt/ddtGraphicalElementImage.hpp
"
23
#include "
ddt/ddtGraphicalElementLine.hpp
"
24
#include "
ddt/ddtGraphicalElementRectangle.hpp
"
25
#include "
ddt/ddtGraphicalElementText.hpp
"
26
27
#endif // DDT_DATAVISUALISATION_DDTGRAPHCIS_GRAPHICALELEMENTS_HPP
ddtGraphicalElementText.hpp
ddtGraphicalElementRectangle.hpp
ddtGraphicalElementEllipse.hpp
ddtGraphicalElementLine.hpp
ddtGraphicalElementCross.hpp
ddtGraphicalElementImage.hpp
Generated by
1.8.20