![]() |
Tulip
4.6.0
Better Visualization Through Research
|
00001 /* 00002 * 00003 * This file is part of Tulip (www.tulip-software.org) 00004 * 00005 * Authors: David Auber and the Tulip development Team 00006 * from LaBRI, University of Bordeaux 00007 * 00008 * Tulip is free software; you can redistribute it and/or modify 00009 * it under the terms of the GNU Lesser General Public License 00010 * as published by the Free Software Foundation, either version 3 00011 * of the License, or (at your option) any later version. 00012 * 00013 * Tulip is distributed in the hope that it will be useful, 00014 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00016 * See the GNU General Public License for more details. 00017 * 00018 */ 00019 ///@cond DOXYGEN_HIDDEN 00020 00021 #ifndef __TULIPPLUGININCLUDE_H 00022 #define __TULIPPLUGININCLUDE_H 00023 00024 #include <tulip/DoubleProperty.h> 00025 #include <tulip/LayoutProperty.h> 00026 #include <tulip/BooleanProperty.h> 00027 #include <tulip/StringProperty.h> 00028 #include <tulip/Algorithm.h> 00029 #include <tulip/ImportModule.h> 00030 #include <tulip/ExportModule.h> 00031 #include <tulip/SizeProperty.h> 00032 #include <tulip/ColorProperty.h> 00033 #include <tulip/IntegerProperty.h> 00034 #include <tulip/GraphMeasure.h> 00035 #include <tulip/GraphTools.h> 00036 #include <tulip/AcyclicTest.h> 00037 #include <tulip/BiconnectedTest.h> 00038 #include <tulip/ConnectedTest.h> 00039 #include <tulip/PlanarityTest.h> 00040 #include <tulip/SimpleTest.h> 00041 #include <tulip/TreeTest.h> 00042 #include <tulip/ForEach.h> 00043 #include <tulip/StringCollection.h> 00044 #include <tulip/TlpTools.h> 00045 #endif 00046 ///@endcond