Open Inventor Reference
SoFields.h
Go to the documentation of this file.
1
/*
2
*
3
* Copyright (C) 2000 Silicon Graphics, Inc. All Rights Reserved.
4
*
5
* This library is free software; you can redistribute it and/or
6
* modify it under the terms of the GNU Lesser General Public
7
* License as published by the Free Software Foundation; either
8
* version 2.1 of the License, or (at your option) any later version.
9
*
10
* This library is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
* Lesser General Public License for more details.
14
*
15
* Further, this software is distributed without any warranty that it is
16
* free of the rightful claim of any third person regarding infringement
17
* or the like. Any license provided herein, whether implied or
18
* otherwise, applies only to this software file. Patent licenses, if
19
* any, provided herein do not apply to combinations of this program with
20
* other software, or any other product whatsoever.
21
*
22
* You should have received a copy of the GNU Lesser General Public
23
* License along with this library; if not, write to the Free Software
24
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25
*
26
* Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
27
* Mountain View, CA 94043, or:
28
*
29
* http://www.sgi.com
30
*
31
* For further information regarding this notice, see:
32
*
33
* http://oss.sgi.com/projects/GenInfo/NoticeExplan/
34
*
35
*/
36
37
38
/*
39
* Copyright (C) 1990,91 Silicon Graphics, Inc.
40
*
41
_______________________________________________________________________
42
______________ S I L I C O N G R A P H I C S I N C . ____________
43
|
44
| $Revision: 1.1.1.1 $
45
|
46
| Description:
47
| This file #includes files that define ALL standard Inventor
48
| field classes. It is provided as a convenience.
49
|
50
| Author(s) : Paul S. Strauss
51
|
52
| Notes:
53
| Try not to include this file; use only those specific ones
54
| that you actually need.
55
|
56
______________ S I L I C O N G R A P H I C S I N C . ____________
57
_______________________________________________________________________
58
*/
59
60
#ifndef _SO_FIELDS_
61
#define _SO_FIELDS_
62
63
#include <
Inventor/fields/SoSFBitMask.h
>
64
#include <
Inventor/fields/SoSFBool.h
>
65
#include <
Inventor/fields/SoSFColor.h
>
66
#include <
Inventor/fields/SoSFDouble.h
>
67
#include <
Inventor/fields/SoSFEngine.h
>
68
#include <
Inventor/fields/SoSFEnum.h
>
69
#include <
Inventor/fields/SoSFFloat.h
>
70
#include <
Inventor/fields/SoSFImage.h
>
71
#include <
Inventor/fields/SoSFInt32.h
>
72
#include <
Inventor/fields/SoSFMatrix.h
>
73
#include <
Inventor/fields/SoSFMatrixd.h
>
74
#include <
Inventor/fields/SoSFName.h
>
75
#include <
Inventor/fields/SoSFNode.h
>
76
#include <
Inventor/fields/SoSFPath.h
>
77
#include <
Inventor/fields/SoSFPlane.h
>
78
#include <
Inventor/fields/SoSFPlaned.h
>
79
#include <
Inventor/fields/SoSFRotation.h
>
80
#include <
Inventor/fields/SoSFRotationd.h
>
81
#include <
Inventor/fields/SoSFShort.h
>
82
#include <
Inventor/fields/SoSFString.h
>
83
#include <
Inventor/fields/SoSFTime.h
>
84
#include <
Inventor/fields/SoSFTrigger.h
>
85
#include <
Inventor/fields/SoSFUInt32.h
>
86
#include <
Inventor/fields/SoSFUShort.h
>
87
#include <
Inventor/fields/SoSFVec2f.h
>
88
#include <
Inventor/fields/SoSFVec2d.h
>
89
#include <
Inventor/fields/SoSFVec3f.h
>
90
#include <
Inventor/fields/SoSFVec3d.h
>
91
#include <
Inventor/fields/SoSFVec4f.h
>
92
#include <
Inventor/fields/SoSFVec4d.h
>
93
#include <
Inventor/fields/SoSFVec2s.h
>
94
#include <
Inventor/fields/SoSFVec3s.h
>
95
96
#include <
Inventor/fields/SoMFBitMask.h
>
97
#include <
Inventor/fields/SoMFBool.h
>
98
#include <
Inventor/fields/SoMFColor.h
>
99
#include <
Inventor/fields/SoMFDouble.h
>
100
#include <
Inventor/fields/SoMFEngine.h
>
101
#include <
Inventor/fields/SoMFEnum.h
>
102
#include <
Inventor/fields/SoMFFloat.h
>
103
#include <
Inventor/fields/SoMFInt32.h
>
104
#include <
Inventor/fields/SoMFMatrix.h
>
105
#include <
Inventor/fields/SoMFMatrixd.h
>
106
#include <
Inventor/fields/SoMFName.h
>
107
#include <
Inventor/fields/SoMFNode.h
>
108
#include <
Inventor/fields/SoMFPath.h
>
109
#include <
Inventor/fields/SoMFPlane.h
>
110
#include <
Inventor/fields/SoMFPlaned.h
>
111
#include <
Inventor/fields/SoMFRotation.h
>
112
#include <
Inventor/fields/SoMFRotationd.h
>
113
#include <
Inventor/fields/SoMFShort.h
>
114
#include <
Inventor/fields/SoMFString.h
>
115
#include <
Inventor/fields/SoMFTime.h
>
116
#include <
Inventor/fields/SoMFUInt32.h
>
117
#include <
Inventor/fields/SoMFUShort.h
>
118
#include <
Inventor/fields/SoMFVec2f.h
>
119
#include <
Inventor/fields/SoMFVec2d.h
>
120
#include <
Inventor/fields/SoMFVec3f.h
>
121
#include <
Inventor/fields/SoMFVec3d.h
>
122
#include <
Inventor/fields/SoMFVec4f.h
>
123
#include <
Inventor/fields/SoMFVec4d.h
>
124
125
#endif
/* _SO_FIELDS_ */
SoMFBitMask.h
SoMFBool.h
SoMFColor.h
SoMFDouble.h
SoMFEngine.h
SoMFEnum.h
SoMFFloat.h
SoMFInt32.h
SoMFMatrix.h
SoMFMatrixd.h
SoMFName.h
SoMFNode.h
SoMFPath.h
SoMFPlane.h
SoMFPlaned.h
SoMFRotation.h
SoMFRotationd.h
SoMFShort.h
SoMFString.h
SoMFTime.h
SoMFUInt32.h
SoMFUShort.h
SoMFVec2d.h
SoMFVec2f.h
SoMFVec3d.h
SoMFVec3f.h
SoMFVec4d.h
SoMFVec4f.h
SoSFBitMask.h
SoSFBool.h
SoSFColor.h
SoSFDouble.h
SoSFEngine.h
SoSFEnum.h
SoSFFloat.h
SoSFImage.h
SoSFInt32.h
SoSFMatrix.h
SoSFMatrixd.h
SoSFName.h
SoSFNode.h
SoSFPath.h
SoSFPlane.h
SoSFPlaned.h
SoSFRotation.h
SoSFRotationd.h
SoSFShort.h
SoSFString.h
SoSFTime.h
SoSFTrigger.h
SoSFUInt32.h
SoSFUShort.h
SoSFVec2d.h
SoSFVec2f.h
SoSFVec2s.h
SoSFVec3d.h
SoSFVec3f.h
SoSFVec3s.h
SoSFVec4d.h
SoSFVec4f.h
build
MeVis
ThirdParty
Sources
Inventor
include
Inventor
fields
SoFields.h
Generated by
1.9.7