00001 /*======================================================================= 00002 * Copyright 1991-1996, Silicon Graphics, Inc. 00003 * ALL RIGHTS RESERVED 00004 * 00005 * UNPUBLISHED -- Rights reserved under the copyright laws of the United 00006 * States. Use of a copyright notice is precautionary only and does not 00007 * imply publication or disclosure. 00008 * 00009 * U.S. GOVERNMENT RESTRICTED RIGHTS LEGEND: 00010 * Use, duplication or disclosure by the Government is subject to restrictions 00011 * as set forth in FAR 52.227.19(c)(2) or subparagraph (c)(1)(ii) of the Rights 00012 * in Technical Data and Computer Software clause at DFARS 252.227-7013 and/or 00013 * in similar or successor clauses in the FAR, or the DOD or NASA FAR 00014 * Supplement. Contractor/manufacturer is Silicon Graphics, Inc., 00015 * 2011 N. Shoreline Blvd. Mountain View, CA 94039-7311. 00016 * 00017 * THE CONTENT OF THIS WORK CONTAINS CONFIDENTIAL AND PROPRIETARY 00018 * INFORMATION OF SILICON GRAPHICS, INC. ANY DUPLICATION, MODIFICATION, 00019 * DISTRIBUTION, OR DISCLOSURE IN ANY FORM, IN WHOLE, OR IN PART, IS STRICTLY 00020 * PROHIBITED WITHOUT THE PRIOR EXPRESS WRITTEN PERMISSION OF SILICON 00021 * GRAPHICS, INC. 00022 **=======================================================================*/ 00023 /*======================================================================= 00024 ** Author : Paul S. Strauss (MMM yyyy) 00025 **=======================================================================*/ 00026 /*======================================================================= 00027 *** THE CONTENT OF THIS WORK IS PROPRIETARY TO FEI S.A.S, (FEI S.A.S.), *** 00028 *** AND IS DISTRIBUTED UNDER A LICENSE AGREEMENT. *** 00029 *** *** 00030 *** REPRODUCTION, DISCLOSURE, OR USE, IN WHOLE OR IN PART, OTHER THAN AS *** 00031 *** SPECIFIED IN THE LICENSE ARE NOT TO BE UNDERTAKEN EXCEPT WITH PRIOR *** 00032 *** WRITTEN AUTHORIZATION OF FEI S.A.S. *** 00033 *** *** 00034 *** RESTRICTED RIGHTS LEGEND *** 00035 *** USE, DUPLICATION, OR DISCLOSURE BY THE GOVERNMENT OF THE CONTENT OF THIS *** 00036 *** WORK OR RELATED DOCUMENTATION IS SUBJECT TO RESTRICTIONS AS SET FORTH IN *** 00037 *** SUBPARAGRAPH (C)(1) OF THE COMMERCIAL COMPUTER SOFTWARE RESTRICTED RIGHT *** 00038 *** CLAUSE AT FAR 52.227-19 OR SUBPARAGRAPH (C)(1)(II) OF THE RIGHTS IN *** 00039 *** TECHNICAL DATA AND COMPUTER SOFTWARE CLAUSE AT DFARS 52.227-7013. *** 00040 *** *** 00041 *** COPYRIGHT (C) 1996-2017 BY FEI S.A.S, *** 00042 *** BORDEAUX, FRANCE *** 00043 *** ALL RIGHTS RESERVED *** 00044 **=======================================================================*/ 00045 /*======================================================================= 00046 ** Modified by : VSG (MMM YYYY) 00047 **=======================================================================*/ 00048 00049 00050 #ifndef _SO_FIELDS_ 00051 #define _SO_FIELDS_ 00052 00053 #include <Inventor/fields/SoSFArray2D.h> 00054 #include <Inventor/fields/SoSFArray3D.h> 00055 #include <Inventor/fields/SoSFBitMask.h> 00056 #include <Inventor/fields/SoSFBox3i32.h> 00057 #include <Inventor/fields/SoSFBox2f.h> 00058 #include <Inventor/fields/SoSFBox3s.h> 00059 #include <Inventor/fields/SoSFBox3f.h> 00060 #include <Inventor/fields/SoSFBox4i32.h> 00061 #include <Inventor/fields/SoSFBool.h> 00062 #include <Inventor/fields/SoSFColor.h> 00063 #include <Inventor/fields/SoSFColorRGBA.h> 00064 #include <Inventor/fields/SoSFDouble.h> 00065 #include <Inventor/fields/SoSFEngine.h> 00066 #include <Inventor/fields/SoSFEnum.h> 00067 #include <Inventor/fields/SoSFFieldContainer.h> 00068 #include <Inventor/fields/SoSFFilePathString.h> 00069 #include <Inventor/fields/SoSFFloat.h> 00070 #include <Inventor/fields/SoSFImage.h> 00071 #include <Inventor/fields/SoSFImage3.h> 00072 #include <Inventor/fields/SoSFInt32.h> 00073 #include <Inventor/fields/SoSFInt64.h> 00074 #include <Inventor/fields/SoSFMatrix.h> 00075 #include <Inventor/fields/SoSFMatrix3.h> 00076 #include <Inventor/fields/SoSFMemObj.h> 00077 #include <Inventor/fields/SoSFName.h> 00078 #include <Inventor/fields/SoSFNode.h> 00079 #include <Inventor/fields/SoSFPath.h> 00080 #include <Inventor/fields/SoSFPlane.h> 00081 #include <Inventor/fields/SoSFRotation.h> 00082 #include <Inventor/fields/SoSFShort.h> 00083 #include <Inventor/fields/SoSFString.h> 00084 #include <Inventor/fields/SoSFTime.h> 00085 #include <Inventor/fields/SoSFTrigger.h> 00086 #include <Inventor/fields/SoSFUByte.h> 00087 #include <Inventor/fields/SoSFUInt32.h> 00088 #include <Inventor/fields/SoSFUShort.h> 00089 #include <Inventor/fields/SoSFVec2f.h> 00090 #include <Inventor/fields/SoSFVec2d.h> 00091 #include <Inventor/fields/SoSFVec2i32.h> 00092 #include <Inventor/fields/SoSFVec2s.h> 00093 #include <Inventor/fields/SoSFVec3f.h> 00094 #include <Inventor/fields/SoSFVec3d.h> 00095 #include <Inventor/fields/SoSFVec3i32.h> 00096 #include <Inventor/fields/SoSFVec4f.h> 00097 #include <Inventor/fields/SoSFVec4i32.h> 00098 #include <Inventor/fields/SoSFBufferObject.h> 00099 #include <Inventor/fields/SoSFMaterial.h> 00100 00101 #include <Inventor/fields/SoMFBitMask.h> 00102 #include <Inventor/fields/SoMFBool.h> 00103 #include <Inventor/fields/SoMFColor.h> 00104 #include <Inventor/fields/SoMFColorRGBA.h> 00105 #include <Inventor/fields/SoMFDouble.h> 00106 #include <Inventor/fields/SoMFEngine.h> 00107 #include <Inventor/fields/SoMFEnum.h> 00108 #include <Inventor/fields/SoMFFieldContainer.h> 00109 #include <Inventor/fields/SoMFFilePathString.h> 00110 #include <Inventor/fields/SoMFFloat.h> 00111 #include <Inventor/fields/SoMFInt32.h> 00112 #include <Inventor/fields/SoMFInt64.h> 00113 #include <Inventor/fields/SoMFInstanceParameter.h> 00114 //#include <Inventor/fields/SoMFImage.h> 00115 #include <Inventor/fields/SoMFMatrix.h> 00116 #include <Inventor/fields/SoMFName.h> 00117 #include <Inventor/fields/SoMFNode.h> 00118 #include <Inventor/fields/SoMFPath.h> 00119 #include <Inventor/fields/SoMFPlane.h> 00120 #include <Inventor/fields/SoMFRotation.h> 00121 #include <Inventor/fields/SoMFUniformShaderParameter.h> 00122 #include <Inventor/fields/SoMFShort.h> 00123 #include <Inventor/fields/SoMFString.h> 00124 #include <Inventor/fields/SoMFTime.h> 00125 #include <Inventor/fields/SoMFUByte.h> 00126 #include <Inventor/fields/SoMFUInt32.h> 00127 #include <Inventor/fields/SoMFUShort.h> 00128 #include <Inventor/fields/SoMFVec2f.h> 00129 #include <Inventor/fields/SoMFVec2d.h> 00130 #include <Inventor/fields/SoMFVec2i32.h> 00131 #include <Inventor/fields/SoMFVec2s.h> 00132 #include <Inventor/fields/SoMFVec3f.h> 00133 #include <Inventor/fields/SoMFVec3d.h> 00134 #include <Inventor/fields/SoMFVec3i32.h> 00135 #include <Inventor/fields/SoMFVec3s.h> 00136 #include <Inventor/fields/SoMFVec4f.h> 00137 #include <Inventor/fields/SoMFVec4i32.h> 00138 #include <Inventor/fields/SoMFVec4s.h> 00139 #include <Inventor/fields/SoMFVec4b.h> 00140 #include <Inventor/fields/SoMFVec4ui32.h> 00141 #include <Inventor/fields/SoMFVec4us.h> 00142 #include <Inventor/fields/SoMFVec4ub.h> 00143 #include <Inventor/fields/SoMFVec2String.h> 00144 #include <Inventor/fields/SoMFVec2FilePathString.h> 00145 #include <Inventor/fields/SoMFBufferObject.h> 00146 00147 #endif /* _SO_FIELDS_ */ 00148 00149 00150