00001 /*---------------------------------------------------------------------------*\ 00002 00003 * OpenSG * 00004 00005 * * 00006 00007 * * 00008 00009 * Copyright 2000-2002 by OpenSG Forum * 00010 00011 * * 00012 00013 * contact: dirk@opensg.org, gerrit.voss@vossg.org, jbehr@zgdv.de * 00014 00015 * * 00016 00017 \*---------------------------------------------------------------------------*/ 00018 00019 /*---------------------------------------------------------------------------*\ 00020 00021 * License * 00022 00023 * * 00024 00025 * This library is free software; you can redistribute it and/or modify it * 00026 00027 * under the terms of the GNU Library General Public License as published * 00028 00029 * by the Free Software Foundation, version 2. * 00030 00031 * * 00032 00033 * This library is distributed in the hope that it will be useful, but * 00034 00035 * WITHOUT ANY WARRANTY; without even the implied warranty of * 00036 00037 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * 00038 00039 * Library General Public License for more details. * 00040 00041 * * 00042 00043 * You should have received a copy of the GNU Library General Public * 00044 00045 * License along with this library; if not, write to the Free Software * 00046 00047 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * 00048 00049 * * 00050 00051 \*---------------------------------------------------------------------------*/ 00052 00053 /*---------------------------------------------------------------------------*\ 00054 00055 * Changes * 00056 00057 * * 00058 00059 * * 00060 00061 * * 00062 00063 * * 00064 00065 * * 00066 00067 * * 00068 00069 \*---------------------------------------------------------------------------*/ 00070 00071 00072 00073 //--------------------------------------------------------------------------- 00074 00075 // Includes 00076 00077 //--------------------------------------------------------------------------- 00078 00079 00080 00081 00082 00083 #include <stdlib.h> 00084 00085 #include <stdio.h> 00086 00087 00088 00089 #include <OSGConfig.h> 00090 00091 00092 00093 OSG_BEGIN_NAMESPACE 00094 00095 00096 00097 OSG_END_NAMESPACE 00098 00099 00100 00101 #define OSGMATRIXCAMERA_INLINE_CVSID "@(#)$Id: FCTemplate_inl.h,v 1.7 2001/09/17 14:15:07 vossg Exp $" 00102 00103 00104
1.5.5