Open Inventor
Release 2024.1.3
Loading...
Searching...
No Matches
SoFields.h
1
/*=======================================================================
2
* Copyright 1991-1996, Silicon Graphics, Inc.
3
* ALL RIGHTS RESERVED
4
*
5
* UNPUBLISHED -- Rights reserved under the copyright laws of the United
6
* States. Use of a copyright notice is precautionary only and does not
7
* imply publication or disclosure.
8
*
9
* U.S. GOVERNMENT RESTRICTED RIGHTS LEGEND:
10
* Use, duplication or disclosure by the Government is subject to restrictions
11
* as set forth in FAR 52.227.19(c)(2) or subparagraph (c)(1)(ii) of the Rights
12
* in Technical Data and Computer Software clause at DFARS 252.227-7013 and/or
13
* in similar or successor clauses in the FAR, or the DOD or NASA FAR
14
* Supplement. Contractor/manufacturer is Silicon Graphics, Inc.,
15
* 2011 N. Shoreline Blvd. Mountain View, CA 94039-7311.
16
*
17
* THE CONTENT OF THIS WORK CONTAINS CONFIDENTIAL AND PROPRIETARY
18
* INFORMATION OF SILICON GRAPHICS, INC. ANY DUPLICATION, MODIFICATION,
19
* DISTRIBUTION, OR DISCLOSURE IN ANY FORM, IN WHOLE, OR IN PART, IS STRICTLY
20
* PROHIBITED WITHOUT THE PRIOR EXPRESS WRITTEN PERMISSION OF SILICON
21
* GRAPHICS, INC.
22
**=======================================================================*/
23
/*=======================================================================
24
** Author : Paul S. Strauss (MMM yyyy)
25
**=======================================================================*/
26
/*=======================================================================
27
*** THE CONTENT OF THIS WORK IS PROPRIETARY TO FEI S.A.S, (FEI S.A.S.), ***
28
*** AND IS DISTRIBUTED UNDER A LICENSE AGREEMENT. ***
29
*** ***
30
*** REPRODUCTION, DISCLOSURE, OR USE, IN WHOLE OR IN PART, OTHER THAN AS ***
31
*** SPECIFIED IN THE LICENSE ARE NOT TO BE UNDERTAKEN EXCEPT WITH PRIOR ***
32
*** WRITTEN AUTHORIZATION OF FEI S.A.S. ***
33
*** ***
34
*** RESTRICTED RIGHTS LEGEND ***
35
*** USE, DUPLICATION, OR DISCLOSURE BY THE GOVERNMENT OF THE CONTENT OF THIS ***
36
*** WORK OR RELATED DOCUMENTATION IS SUBJECT TO RESTRICTIONS AS SET FORTH IN ***
37
*** SUBPARAGRAPH (C)(1) OF THE COMMERCIAL COMPUTER SOFTWARE RESTRICTED RIGHT ***
38
*** CLAUSE AT FAR 52.227-19 OR SUBPARAGRAPH (C)(1)(II) OF THE RIGHTS IN ***
39
*** TECHNICAL DATA AND COMPUTER SOFTWARE CLAUSE AT DFARS 52.227-7013. ***
40
*** ***
41
*** COPYRIGHT (C) 1996-2017 BY FEI S.A.S, ***
42
*** BORDEAUX, FRANCE ***
43
*** ALL RIGHTS RESERVED ***
44
**=======================================================================*/
45
/*=======================================================================
46
** Modified by : VSG (MMM YYYY)
47
**=======================================================================*/
48
49
50
#ifndef _SO_FIELDS_
51
#define _SO_FIELDS_
52
53
#include <Inventor/fields/SoSFArray2D.h>
54
#include <Inventor/fields/SoSFArray3D.h>
55
#include <Inventor/fields/SoSFBitMask.h>
56
#include <Inventor/fields/SoSFBox3i32.h>
57
#include <Inventor/fields/SoSFBox2f.h>
58
#include <Inventor/fields/SoSFBox3s.h>
59
#include <Inventor/fields/SoSFBox3f.h>
60
#include <Inventor/fields/SoSFBox4i32.h>
61
#include <Inventor/fields/SoSFBool.h>
62
#include <Inventor/fields/SoSFColor.h>
63
#include <Inventor/fields/SoSFColorRGBA.h>
64
#include <Inventor/fields/SoSFDouble.h>
65
#include <Inventor/fields/SoSFEngine.h>
66
#include <Inventor/fields/SoSFEnum.h>
67
#include <Inventor/fields/SoSFFieldContainer.h>
68
#include <Inventor/fields/SoSFFilePathString.h>
69
#include <Inventor/fields/SoSFFloat.h>
70
#include <Inventor/fields/SoSFImage.h>
71
#include <Inventor/fields/SoSFImage3.h>
72
#include <Inventor/fields/SoSFInt32.h>
73
#include <Inventor/fields/SoSFInt64.h>
74
#include <Inventor/fields/SoSFMatrix.h>
75
#include <Inventor/fields/SoSFMatrix3.h>
76
#include <Inventor/fields/SoSFMemObj.h>
77
#include <Inventor/fields/SoSFName.h>
78
#include <Inventor/fields/SoSFNode.h>
79
#include <Inventor/fields/SoSFPath.h>
80
#include <Inventor/fields/SoSFPlane.h>
81
#include <Inventor/fields/SoSFRotation.h>
82
#include <Inventor/fields/SoSFShort.h>
83
#include <Inventor/fields/SoSFString.h>
84
#include <Inventor/fields/SoSFTime.h>
85
#include <Inventor/fields/SoSFTrigger.h>
86
#include <Inventor/fields/SoSFUByte.h>
87
#include <Inventor/fields/SoSFUInt32.h>
88
#include <Inventor/fields/SoSFUShort.h>
89
#include <Inventor/fields/SoSFVec2f.h>
90
#include <Inventor/fields/SoSFVec2d.h>
91
#include <Inventor/fields/SoSFVec2i32.h>
92
#include <Inventor/fields/SoSFVec2s.h>
93
#include <Inventor/fields/SoSFVec3f.h>
94
#include <Inventor/fields/SoSFVec3d.h>
95
#include <Inventor/fields/SoSFVec3i32.h>
96
#include <Inventor/fields/SoSFVec4f.h>
97
#include <Inventor/fields/SoSFVec4i32.h>
98
#include <Inventor/fields/SoSFBufferObject.h>
99
#include <Inventor/fields/SoSFMaterial.h>
100
101
#include <Inventor/fields/SoMFBitMask.h>
102
#include <Inventor/fields/SoMFBool.h>
103
#include <Inventor/fields/SoMFColor.h>
104
#include <Inventor/fields/SoMFColorRGBA.h>
105
#include <Inventor/fields/SoMFDouble.h>
106
#include <Inventor/fields/SoMFEngine.h>
107
#include <Inventor/fields/SoMFEnum.h>
108
#include <Inventor/fields/SoMFFieldContainer.h>
109
#include <Inventor/fields/SoMFFilePathString.h>
110
#include <Inventor/fields/SoMFFloat.h>
111
#include <Inventor/fields/SoMFInt32.h>
112
#include <Inventor/fields/SoMFInt64.h>
113
#include <Inventor/fields/SoMFInstanceParameter.h>
114
//#include <Inventor/fields/SoMFImage.h>
115
#include <Inventor/fields/SoMFMatrix.h>
116
#include <Inventor/fields/SoMFName.h>
117
#include <Inventor/fields/SoMFNode.h>
118
#include <Inventor/fields/SoMFPath.h>
119
#include <Inventor/fields/SoMFPlane.h>
120
#include <Inventor/fields/SoMFRotation.h>
121
#include <Inventor/fields/SoMFUniformShaderParameter.h>
122
#include <Inventor/fields/SoMFShort.h>
123
#include <Inventor/fields/SoMFString.h>
124
#include <Inventor/fields/SoMFTime.h>
125
#include <Inventor/fields/SoMFUByte.h>
126
#include <Inventor/fields/SoMFUInt32.h>
127
#include <Inventor/fields/SoMFUShort.h>
128
#include <Inventor/fields/SoMFVec2f.h>
129
#include <Inventor/fields/SoMFVec2d.h>
130
#include <Inventor/fields/SoMFVec2i32.h>
131
#include <Inventor/fields/SoMFVec2s.h>
132
#include <Inventor/fields/SoMFVec3f.h>
133
#include <Inventor/fields/SoMFVec3d.h>
134
#include <Inventor/fields/SoMFVec3i32.h>
135
#include <Inventor/fields/SoMFVec3s.h>
136
#include <Inventor/fields/SoMFVec4f.h>
137
#include <Inventor/fields/SoMFVec4i32.h>
138
#include <Inventor/fields/SoMFVec4s.h>
139
#include <Inventor/fields/SoMFVec4b.h>
140
#include <Inventor/fields/SoMFVec4ui32.h>
141
#include <Inventor/fields/SoMFVec4us.h>
142
#include <Inventor/fields/SoMFVec4ub.h>
143
#include <Inventor/fields/SoMFVec2String.h>
144
#include <Inventor/fields/SoMFVec2FilePathString.h>
145
#include <Inventor/fields/SoMFBufferObject.h>
146
147
#endif
/* _SO_FIELDS_ */
148
149
Inventor
fields
SoFields.h
Generated by
1.9.8