Tulip 5.7.1
Large graphs analysis and drawing
Loading...
Searching...
No Matches
TulipPluginHeaders.h
1/*
2 *
3 * This file is part of Tulip (https://tulip.labri.fr)
4 *
5 * Authors: David Auber and the Tulip development Team
6 * from LaBRI, University of Bordeaux
7 *
8 * Tulip is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU Lesser General Public License
10 * as published by the Free Software Foundation, either version 3
11 * of the License, or (at your option) any later version.
12 *
13 * Tulip is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16 * See the GNU General Public License for more details.
17 *
18 */
19
20///@cond DOXYGEN_HIDDEN
21
22#ifndef TULIP_PLUGIN_HEADERS_H
23#define TULIP_PLUGIN_HEADERS_H
24
25#include <tulip/DoubleProperty.h>
26#include <tulip/LayoutProperty.h>
27#include <tulip/BooleanProperty.h>
28#include <tulip/StringProperty.h>
29#include <tulip/Algorithm.h>
30#include <tulip/PropertyAlgorithm.h>
31#include <tulip/ImportModule.h>
32#include <tulip/ExportModule.h>
33#include <tulip/SizeProperty.h>
34#include <tulip/ColorProperty.h>
35#include <tulip/IntegerProperty.h>
36#include <tulip/GraphMeasure.h>
37#include <tulip/GraphTools.h>
38#include <tulip/AcyclicTest.h>
39#include <tulip/BiconnectedTest.h>
40#include <tulip/ConnectedTest.h>
41#include <tulip/PlanarityTest.h>
42#include <tulip/SimpleTest.h>
43#include <tulip/TreeTest.h>
44#include <tulip/StringCollection.h>
45#include <tulip/TlpTools.h>
46#include <tulip/StaticProperty.h>
47#include <tulip/PluginLister.h>
48
49#endif // TULIP_PLUGIN_HEADERS_H
50
51///@endcond