00001 /**************************************************************************\ 00002 * 00003 * This file is part of the Coin 3D visualization library. 00004 * Copyright (C) 1998-2002 by Systems in Motion. All rights reserved. 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU Lesser General Public License 00008 * version 2.1 as published by the Free Software Foundation. See the 00009 * file LICENSE.LGPL at the root directory of the distribution for 00010 * more details. 00011 * 00012 * If you want to use Coin for applications not compatible with the 00013 * LGPL, please contact SIM to acquire a Professional Edition license. 00014 * 00015 * Systems in Motion, Prof Brochs gate 6, 7030 Trondheim, NORWAY 00016 * http://www.sim.no support@sim.no Voice: +47 22114160 Fax: +47 22207097 00017 * 00018 \**************************************************************************/ 00019 00020 #ifndef COIN_SBLINEAR_H 00021 #define COIN_SBLINEAR_H 00022 00023 #ifdef COIN_INTERNAL 00024 /* Detect erroneous include statements in library code. Application 00025 programmers can ignore this. */ 00026 #error "Do not include SbLinear.h in internal library code." 00027 #endif // COIN_INTERNAL 00028 00029 /* 00030 * Note to application programmers: include this header file in your 00031 * application code instead of the specific class header files below 00032 * if you want to be sourcecode compatible with the SGI and TGS 00033 * Inventor implementations. 00034 * 00035 * (All the class definitions below are placed in the SbLinear.h file 00036 * in SGI and TGS Inventor, and the following header files are not 00037 * part of the SDK.) 00038 */ 00039 00040 #include <Inventor/SbVec2f.h> 00041 #include <Inventor/SbVec2s.h> 00042 #include <Inventor/SbVec3f.h> 00043 #include <Inventor/SbVec4f.h> 00044 #include <Inventor/SbSphere.h> 00045 #include <Inventor/SbRotation.h> 00046 #include <Inventor/SbLine.h> 00047 #include <Inventor/SbCylinder.h> 00048 #include <Inventor/SbPlane.h> 00049 #include <Inventor/SbMatrix.h> 00050 #include <Inventor/SbRotation.h> 00051 #include <Inventor/SbPlane.h> 00052 #include <Inventor/SbViewVolume.h> 00053 00054 #endif // !COIN_SBLINEAR_H