00001 //============================================================================= 00002 // 00003 // OpenFlipper 00004 // Copyright (C) 2008 by Computer Graphics Group, RWTH Aachen 00005 // www.openflipper.org 00006 // 00007 //----------------------------------------------------------------------------- 00008 // 00009 // License 00010 // 00011 // OpenFlipper is free software: you can redistribute it and/or modify 00012 // it under the terms of the GNU Lesser General Public License as published by 00013 // the Free Software Foundation, either version 3 of the License, or 00014 // (at your option) any later version. 00015 // 00016 // OpenFlipper is distributed in the hope that it will be useful, 00017 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00018 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00019 // GNU Lesser General Public License for more details. 00020 // 00021 // You should have received a copy of the GNU Lesser General Public License 00022 // along with OpenFlipper. If not, see <http://www.gnu.org/licenses/>. 00023 // 00024 //----------------------------------------------------------------------------- 00025 // 00026 // $Revision: 6281 $ 00027 // $Author: moebius $ 00028 // $Date: 2009-06-03 13:04:29 +0200 (Wed, 03 Jun 2009) $ 00029 // 00030 //============================================================================= 00031 00032 00038 #ifndef PLANE_INCLUDE_HH 00039 #define PLANE_INCLUDE_HH 00040 00041 //== INCLUDES ================================================================= 00042 00043 #define DATA_PLANE typeId("Plane") 00044 00045 #include <ObjectTypes/Plane/PlaneObject.hh> 00046 00047 #include <ObjectTypes/Plane/PluginFunctionsPlane.hh> 00048 00049 #include <ObjectTypes/Plane/PlaneTypes.hh> 00050 00051 //============================================================================= 00052 #endif // PLANE_INCLUDE_HH defined 00053 //============================================================================= 00054