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_SOCOMPOSE_H 00021 #define COIN_SOCOMPOSE_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 SbCompose.h in internal library code." 00027 #endif // COIN_INTERNAL 00028 00029 /* 00030 * Note to application programmers: include this header file instead 00031 * of the specific class header files below if you want to be 00032 * sourcecode compatible with the SGI and TGS Inventor 00033 * implementations. 00034 * 00035 * (All the class definitions below are placed in the SoCompose.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/engines/SoComposeVec2f.h> 00041 #include <Inventor/engines/SoComposeVec3f.h> 00042 #include <Inventor/engines/SoComposeVec4f.h> 00043 #include <Inventor/engines/SoDecomposeVec2f.h> 00044 #include <Inventor/engines/SoDecomposeVec3f.h> 00045 #include <Inventor/engines/SoDecomposeVec4f.h> 00046 #include <Inventor/engines/SoComposeRotation.h> 00047 #include <Inventor/engines/SoDecomposeRotation.h> 00048 #include <Inventor/engines/SoComposeMatrix.h> 00049 #include <Inventor/engines/SoDecomposeMatrix.h> 00050 #include <Inventor/engines/SoComposeRotationFromTo.h> 00051 00052 #endif // !COIN_SOCOMPOSE_H