Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

OSGSFSysTypes.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------------*\
00002  *                                OpenSG                                     *
00003  *                                                                           *
00004  *                                                                           *
00005  *             Copyright (C) 2000-2002 by the OpenSG Forum                   *
00006  *                                                                           *
00007  *                            www.opensg.org                                 *
00008  *                                                                           *
00009  *   contact: dirk@opensg.org, gerrit.voss@vossg.org, jbehr@zgdv.de          *
00010  *                                                                           *
00011 \*---------------------------------------------------------------------------*/
00012 /*---------------------------------------------------------------------------*\
00013  *                                License                                    *
00014  *                                                                           *
00015  * This library is free software; you can redistribute it and/or modify it   *
00016  * under the terms of the GNU Library General Public License as published    *
00017  * by the Free Software Foundation, version 2.                               *
00018  *                                                                           *
00019  * This library is distributed in the hope that it will be useful, but       *
00020  * WITHOUT ANY WARRANTY; without even the implied warranty of                *
00021  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU         *
00022  * Library General Public License for more details.                          *
00023  *                                                                           *
00024  * You should have received a copy of the GNU Library General Public         *
00025  * License along with this library; if not, write to the Free Software       *
00026  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.                 *
00027  *                                                                           *
00028 \*---------------------------------------------------------------------------*/
00029 /*---------------------------------------------------------------------------*\
00030  *                                Changes                                    *
00031  *                                                                           *
00032  *                                                                           *
00033  *                                                                           *
00034  *                                                                           *
00035  *                                                                           *
00036  *                                                                           *
00037 \*---------------------------------------------------------------------------*/
00038 
00039 
00040 #ifndef _OSGSFSYSTYPES_H_
00041 #define _OSGSFSYSTYPES_H_
00042 #ifdef __sgi
00043 #pragma once
00044 #endif
00045 
00046 #include <OSGBase.h>
00047 #include <OSGSField.h>
00048 #include <OSGSysFieldDataType.h>
00049 
00050 #ifdef OSG_DOC_FILES_IN_MODULE
00051 
00055 #endif
00056 
00057 OSG_BEGIN_NAMESPACE
00058 
00059 
00060 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_FIELD_TYPEDEFS) 
00061 
00063 typedef SField<bool, 2>   SFBool;
00064 #endif
00065 
00066 #ifndef OSG_COMPILEFIELDINST
00067 OSG_DLLEXPORT_DECL2(SField, bool, 2, OSG_BASE_DLLTMPLMAPPING)
00068 #endif
00069 
00070 
00071 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_FIELD_TYPEDEFS) 
00072 
00074 typedef SField<Int8>   SFInt8;
00075 #endif
00076 
00077 #ifndef OSG_COMPILEFIELDINST
00078 OSG_DLLEXPORT_DECL1(SField, Int8, OSG_BASE_DLLTMPLMAPPING)
00079 #endif
00080 
00081 
00082 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_FIELD_TYPEDEFS) 
00083 
00085 typedef SField<UInt8>  SFUInt8;
00086 #endif
00087 
00088 #ifndef OSG_COMPILEFIELDINST
00089 OSG_DLLEXPORT_DECL1(SField, UInt8, OSG_BASE_DLLTMPLMAPPING)
00090 #endif
00091 
00092 
00093 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_FIELD_TYPEDEFS) 
00094 
00096 typedef SField<Int16>  SFInt16;
00097 #endif
00098 
00099 #ifndef OSG_COMPILEFIELDINST
00100 OSG_DLLEXPORT_DECL1(SField, Int16, OSG_BASE_DLLTMPLMAPPING)
00101 #endif
00102 
00103 
00104 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_FIELD_TYPEDEFS) 
00105 
00107 typedef SField<UInt16> SFUInt16;
00108 #endif
00109 
00110 #ifndef OSG_COMPILEFIELDINST
00111 OSG_DLLEXPORT_DECL1(SField, UInt16, OSG_BASE_DLLTMPLMAPPING)
00112 #endif
00113 
00114 
00115 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_FIELD_TYPEDEFS) 
00116 
00118 typedef SField<Int32>  SFInt32;
00119 #endif
00120 
00121 #ifndef OSG_COMPILEFIELDINST
00122 OSG_DLLEXPORT_DECL1(SField, Int32, OSG_BASE_DLLTMPLMAPPING)
00123 #endif
00124 
00125 
00126 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_FIELD_TYPEDEFS) 
00127 
00129 typedef SField<UInt32> SFUInt32;
00130 #endif
00131 
00132 #ifndef OSG_COMPILEFIELDINST
00133 OSG_DLLEXPORT_DECL1(SField, UInt32, OSG_BASE_DLLTMPLMAPPING)
00134 #endif
00135 
00136 
00137 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_FIELD_TYPEDEFS) 
00138 
00140 typedef SField<Int64>  SFInt64;
00141 #endif
00142 
00143 #ifndef OSG_COMPILEFIELDINST
00144 OSG_DLLEXPORT_DECL1(SField, Int64, OSG_BASE_DLLTMPLMAPPING)
00145 #endif
00146 
00147 
00148 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_FIELD_TYPEDEFS) 
00149 
00151 typedef SField<UInt64> SFUInt64;
00152 #endif
00153 
00154 #ifndef OSG_COMPILEFIELDINST
00155 OSG_DLLEXPORT_DECL1(SField, UInt64, OSG_BASE_DLLTMPLMAPPING)
00156 #endif
00157 
00158 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_FIELD_TYPEDEFS) 
00159 
00161 typedef SField<Real16> SFReal16;
00162 #endif
00163 
00164 #ifndef OSG_COMPILEFIELDINST
00165 OSG_DLLEXPORT_DECL1(SField, Real16, OSG_BASE_DLLTMPLMAPPING)
00166 #endif
00167 
00168 
00169 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_FIELD_TYPEDEFS) 
00170 
00172 typedef SField<Real32> SFReal32;
00173 #endif
00174 
00175 #ifndef OSG_COMPILEFIELDINST
00176 OSG_DLLEXPORT_DECL1(SField, Real32, OSG_BASE_DLLTMPLMAPPING)
00177 #endif
00178 
00179 
00180 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_FIELD_TYPEDEFS) 
00181 
00183 typedef SField<Real64> SFReal64;
00184 #endif
00185 
00186 #ifndef OSG_COMPILEFIELDINST
00187 OSG_DLLEXPORT_DECL1(SField, Real64, OSG_BASE_DLLTMPLMAPPING)
00188 #endif
00189 
00190 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_FIELD_TYPEDEFS) 
00191 
00193 typedef SField<void *>   SFVoidP;
00194 #endif
00195 
00196 #ifndef OSG_COMPILEFIELDINST
00197 OSG_DLLEXPORT_DECL1(SField, void *, OSG_BASE_DLLTMPLMAPPING)
00198 #endif
00199 
00200 OSG_END_NAMESPACE
00201 
00202 #define OSGSFSYSTYPES_HEADER_CVSID "@(#)$Id: $"
00203 
00204 #endif /* _OSGSFSYSTYPES_H_ */
00205 
00206 
00207 
00208 
00209 
00210 
00211 
00212 
00213 
00214 
00215 
00216 
00217 
00218 
00219 
00220 
00221 

Generated on Thu Aug 25 04:09:09 2005 for OpenSG by  doxygen 1.4.3