Open Inventor Reference
SoNodes.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
| node classes. It is provided as a convenience.
49
|
50
| Author(s) : Paul S. Strauss, Thad Beier
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_NODES_
61
#define _SO_NODES_
62
63
#include <
Inventor/nodes/SoAnnotation.h
>
64
#include <
Inventor/nodes/SoArray.h
>
65
#include <
Inventor/nodes/SoAsciiText.h
>
66
#include <
Inventor/nodes/SoBaseColor.h
>
67
#include <
Inventor/nodes/SoBlinker.h
>
68
#include <
Inventor/nodes/SoCallback.h
>
69
#include <
Inventor/nodes/SoCamera.h
>
70
#include <
Inventor/nodes/SoClipPlane.h
>
71
#include <
Inventor/nodes/SoComplexity.h
>
72
#include <
Inventor/nodes/SoCone.h
>
73
#include <
Inventor/nodes/SoCoordinate3.h
>
74
#include <
Inventor/nodes/SoCoordinate4.h
>
75
#include <
Inventor/nodes/SoCube.h
>
76
#include <
Inventor/nodes/SoCylinder.h
>
77
#include <
Inventor/nodes/SoDirectionalLight.h
>
78
#include <
Inventor/nodes/SoDrawStyle.h
>
79
#include <
Inventor/nodes/SoEnvironment.h
>
80
#include <
Inventor/nodes/SoEventCallback.h
>
81
#include <
Inventor/nodes/SoFaceSet.h
>
82
#include <
Inventor/nodes/SoFile.h
>
83
#include <
Inventor/nodes/SoFont.h
>
84
#include <
Inventor/nodes/SoFontStyle.h
>
85
#include <
Inventor/nodes/SoGroup.h
>
86
#include <
Inventor/nodes/SoIndexedFaceSet.h
>
87
#include <
Inventor/nodes/SoIndexedTriangleSet.h
>
88
#include <
Inventor/nodes/SoIndexedLineSet.h
>
89
#include <
Inventor/nodes/SoIndexedNurbsCurve.h
>
90
#include <
Inventor/nodes/SoIndexedNurbsSurface.h
>
91
#include <
Inventor/nodes/SoIndexedTriangleStripSet.h
>
92
#include <
Inventor/nodes/SoIndexedShape.h
>
93
#include <
Inventor/nodes/SoInfo.h
>
94
#include <
Inventor/nodes/SoLabel.h
>
95
#include <
Inventor/nodes/SoLevelOfDetail.h
>
96
#include <
Inventor/nodes/SoLOD.h
>
97
#include <
Inventor/nodes/SoLocateHighlight.h
>
98
#include <
Inventor/nodes/SoLight.h
>
99
#include <
Inventor/nodes/SoLightModel.h
>
100
#include <
Inventor/nodes/SoLineSet.h
>
101
#include <
Inventor/nodes/SoLinearProfile.h
>
102
#include <
Inventor/nodes/SoMaterial.h
>
103
#include <
Inventor/nodes/SoMaterialBinding.h
>
104
#include <
Inventor/nodes/SoMatrixTransform.h
>
105
#include <
Inventor/nodes/SoMultipleCopy.h
>
106
#include <
Inventor/nodes/SoNonIndexedShape.h
>
107
#include <
Inventor/nodes/SoNormal.h
>
108
#include <
Inventor/nodes/SoNormalBinding.h
>
109
#include <
Inventor/nodes/SoNurbsCurve.h
>
110
#include <
Inventor/nodes/SoNurbsProfile.h
>
111
#include <
Inventor/nodes/SoNurbsSurface.h
>
112
#include <
Inventor/nodes/SoOrthographicCamera.h
>
113
#include <
Inventor/nodes/SoPackedColor.h
>
114
#include <
Inventor/nodes/SoPathSwitch.h
>
115
#include <
Inventor/nodes/SoPendulum.h
>
116
#include <
Inventor/nodes/SoPerspectiveCamera.h
>
117
#include <
Inventor/nodes/SoPickStyle.h
>
118
#include <
Inventor/nodes/SoPointLight.h
>
119
#include <
Inventor/nodes/SoPointSet.h
>
120
#include <
Inventor/nodes/SoProfile.h
>
121
#include <
Inventor/nodes/SoProfileCoordinate2.h
>
122
#include <
Inventor/nodes/SoProfileCoordinate3.h
>
123
#include <
Inventor/nodes/SoQuadMesh.h
>
124
#include <
Inventor/nodes/SoResetTransform.h
>
125
#include <
Inventor/nodes/SoRotation.h
>
126
#include <
Inventor/nodes/SoRotationXYZ.h
>
127
#include <
Inventor/nodes/SoRotor.h
>
128
#include <
Inventor/nodes/SoScale.h
>
129
#include <
Inventor/nodes/SoSeparator.h
>
130
#include <
Inventor/nodes/SoShape.h
>
131
#include <
Inventor/nodes/SoShapeHints.h
>
132
#include <
Inventor/nodes/SoShuttle.h
>
133
#include <
Inventor/nodes/SoSphere.h
>
134
#include <
Inventor/nodes/SoSpotLight.h
>
135
#include <
Inventor/nodes/SoSwitch.h
>
136
#include <
Inventor/nodes/SoText2.h
>
137
#include <
Inventor/nodes/SoText3.h
>
138
#include <
Inventor/nodes/SoTexture2.h
>
139
#include <
Inventor/nodes/SoTexture2Transform.h
>
140
#include <
Inventor/nodes/SoTextureCoordinate2.h
>
141
#include <
Inventor/nodes/SoTextureCoordinateBinding.h
>
142
#include <
Inventor/nodes/SoTextureCoordinateFunction.h
>
143
#include <
Inventor/nodes/SoTextureCoordinateDefault.h
>
144
#include <
Inventor/nodes/SoTextureCoordinateEnvironment.h
>
145
#include <
Inventor/nodes/SoTextureCoordinatePlane.h
>
146
#include <
Inventor/nodes/SoTransform.h
>
147
#include <
Inventor/nodes/SoTransformSeparator.h
>
148
#include <
Inventor/nodes/SoTransformation.h
>
149
#include <
Inventor/nodes/SoTranslation.h
>
150
#include <
Inventor/nodes/SoTriangleStripSet.h
>
151
#include <
Inventor/nodes/SoUnits.h
>
152
#include <
Inventor/nodes/SoVertexShape.h
>
153
#include <
Inventor/nodes/SoVertexProperty.h
>
154
#include <
Inventor/nodes/SoWWWAnchor.h
>
155
#include <
Inventor/nodes/SoWWWInline.h
>
156
#include <
Inventor/nodes/SoPolygonOffset.h
>
157
158
#endif
/* _SO_NODES_ */
SoAnnotation.h
SoArray.h
SoAsciiText.h
SoBaseColor.h
SoBlinker.h
SoCallback.h
SoCamera.h
SoClipPlane.h
SoComplexity.h
SoCone.h
SoCoordinate3.h
SoCoordinate4.h
SoCube.h
SoCylinder.h
SoDirectionalLight.h
SoDrawStyle.h
SoEnvironment.h
SoEventCallback.h
SoFaceSet.h
SoFile.h
SoFontStyle.h
SoFont.h
SoGroup.h
SoIndexedFaceSet.h
SoIndexedLineSet.h
SoIndexedNurbsCurve.h
SoIndexedNurbsSurface.h
SoIndexedShape.h
SoIndexedTriangleSet.h
SoIndexedTriangleStripSet.h
SoInfo.h
SoLOD.h
SoLabel.h
SoLevelOfDetail.h
SoLightModel.h
SoLight.h
SoLineSet.h
SoLinearProfile.h
SoLocateHighlight.h
SoMaterialBinding.h
SoMaterial.h
SoMatrixTransform.h
SoMultipleCopy.h
SoNonIndexedShape.h
SoNormalBinding.h
SoNormal.h
SoNurbsCurve.h
SoNurbsProfile.h
SoNurbsSurface.h
SoOrthographicCamera.h
SoPackedColor.h
SoPathSwitch.h
SoPendulum.h
SoPerspectiveCamera.h
SoPickStyle.h
SoPointLight.h
SoPointSet.h
SoPolygonOffset.h
SoProfileCoordinate2.h
SoProfileCoordinate3.h
SoProfile.h
SoQuadMesh.h
SoResetTransform.h
SoRotationXYZ.h
SoRotation.h
SoRotor.h
SoScale.h
SoSeparator.h
SoShapeHints.h
SoShape.h
SoShuttle.h
SoSphere.h
SoSpotLight.h
SoSwitch.h
SoText2.h
SoText3.h
SoTexture2Transform.h
SoTexture2.h
SoTextureCoordinate2.h
SoTextureCoordinateBinding.h
SoTextureCoordinateDefault.h
SoTextureCoordinateEnvironment.h
SoTextureCoordinateFunction.h
SoTextureCoordinatePlane.h
SoTransformSeparator.h
SoTransform.h
SoTransformation.h
SoTranslation.h
SoTriangleStripSet.h
SoUnits.h
SoVertexProperty.h
SoVertexShape.h
SoWWWAnchor.h
SoWWWInline.h
build
MeVis
ThirdParty
Sources
Inventor
include
Inventor
nodes
SoNodes.h
Generated by
1.9.7