Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > f47dd5efd3dc40a2e1c5fcb907706fb9 > files > 172

libtulip-devel-3.1.1-1mdv2009.1.i586.rpm

//-*-c++-*-
/**
 Authors: David Auber, Patrick Mary, Morgan Mathiaut
 from the LaBRI Visualization Team
 Email : auber@tulip-software.org
 Last modification : 22/01/2009 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by  
 the Free Software Foundation; either version 2 of the License, or     
 (at your option) any later version.
*/
#ifndef __TULIPPLUGININCLUDE_H
#define __TULIPPLUGININCLUDE_H

#include "tulip/AbstractProperty.h"
#include "tulip/DoubleProperty.h"
#include "tulip/LayoutProperty.h"
#include "tulip/BooleanProperty.h"
#include "tulip/StringProperty.h"
#include "tulip/Algorithm.h"
#include "tulip/ImportModule.h"
#include "tulip/SizeProperty.h"
#include "tulip/ColorProperty.h"
#include "tulip/IntegerProperty.h"
#include "tulip/GraphProperty.h"
#include "tulip/MethodFactory.h"
#include "tulip/GraphMeasure.h"
#include "tulip/GraphTools.h"
#include "tulip/AcyclicTest.h"
#include "tulip/BiconnectedTest.h"
#include "tulip/ConnectedTest.h"
#include "tulip/PlanarityTest.h"
#include "tulip/SimpleTest.h"
#include "tulip/TreeTest.h"
#include "tulip/ExtendedClusterOperation.h"
#include "tulip/ForEach.h"
#endif