Coin Logo http://www.sim.no/
http://www.coin3d.org/

SoVRMLNodes.h
1/**************************************************************************\
2 *
3 * This file is part of the Coin 3D visualization library.
4 * Copyright (C) by Kongsberg Oil & Gas Technologies.
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * ("GPL") version 2 as published by the Free Software Foundation.
9 * See the file LICENSE.GPL at the root directory of this source
10 * distribution for additional information about the GNU GPL.
11 *
12 * For using Coin with software that can not be combined with the GNU
13 * GPL, and for taking advantage of the additional benefits of our
14 * support services, please contact Kongsberg Oil & Gas Technologies
15 * about acquiring a Coin Professional Edition License.
16 *
17 * See http://www.coin3d.org/ for more information.
18 *
19 * Kongsberg Oil & Gas Technologies, Bygdoy Alle 5, 0257 Oslo, NORWAY.
20 * http://www.sim.no/ sales@sim.no coin-support@coin3d.org
21 *
22\**************************************************************************/
23
24#ifndef COIN_SOVRMLNODES_H
25#define COIN_SOVRMLNODES_H
26
27#include <Inventor/VRMLnodes/SoVRMLAnchor.h>
28#include <Inventor/VRMLnodes/SoVRMLAppearance.h>
29#include <Inventor/VRMLnodes/SoVRMLAudioClip.h>
30#include <Inventor/VRMLnodes/SoVRMLBackground.h>
31#include <Inventor/VRMLnodes/SoVRMLBillboard.h>
32#include <Inventor/VRMLnodes/SoVRMLBox.h>
33#include <Inventor/VRMLnodes/SoVRMLCollision.h>
34#include <Inventor/VRMLnodes/SoVRMLColor.h>
35#include <Inventor/VRMLnodes/SoVRMLColorInterpolator.h>
36#include <Inventor/VRMLnodes/SoVRMLCone.h>
37#include <Inventor/VRMLnodes/SoVRMLCoordinate.h>
38#include <Inventor/VRMLnodes/SoVRMLCoordinateInterpolator.h>
39#include <Inventor/VRMLnodes/SoVRMLCylinder.h>
40#include <Inventor/VRMLnodes/SoVRMLCylinderSensor.h>
41#include <Inventor/VRMLnodes/SoVRMLDirectionalLight.h>
42#include <Inventor/VRMLnodes/SoVRMLElevationGrid.h>
43#include <Inventor/VRMLnodes/SoVRMLExtrusion.h>
44#include <Inventor/VRMLnodes/SoVRMLFog.h>
45#include <Inventor/VRMLnodes/SoVRMLFontStyle.h>
46#include <Inventor/VRMLnodes/SoVRMLGeometry.h>
47#include <Inventor/VRMLnodes/SoVRMLGroup.h>
48#include <Inventor/VRMLnodes/SoVRMLImageTexture.h>
49#include <Inventor/VRMLnodes/SoVRMLIndexedFaceSet.h>
50#include <Inventor/VRMLnodes/SoVRMLIndexedLine.h>
51#include <Inventor/VRMLnodes/SoVRMLIndexedLineSet.h>
52#include <Inventor/VRMLnodes/SoVRMLIndexedShape.h>
53#include <Inventor/VRMLnodes/SoVRMLInline.h>
54//#include <Inventor/VRMLnodes/SoVRMLInterpOutput.h>
55//#include <Inventor/VRMLnodes/SoVRMLInterpOutputData.h>
56#include <Inventor/VRMLnodes/SoVRMLInterpolator.h>
57#include <Inventor/VRMLnodes/SoVRMLLOD.h>
58#include <Inventor/VRMLnodes/SoVRMLLight.h>
59#include <Inventor/VRMLnodes/SoVRMLMaterial.h>
60#include <Inventor/VRMLnodes/SoVRMLMovieTexture.h>
61#include <Inventor/VRMLnodes/SoVRMLNavigationInfo.h>
62#include <Inventor/VRMLnodes/SoVRMLNormal.h>
63#include <Inventor/VRMLnodes/SoVRMLNormalInterpolator.h>
64#include <Inventor/VRMLnodes/SoVRMLOrientationInterpolator.h>
65// #include <Inventor/VRMLnodes/SoVRMLOutputData.h>
66#include <Inventor/VRMLnodes/SoVRMLParent.h>
67#include <Inventor/VRMLnodes/SoVRMLPixelTexture.h>
68#include <Inventor/VRMLnodes/SoVRMLPlaneSensor.h>
69#include <Inventor/VRMLnodes/SoVRMLPointLight.h>
70#include <Inventor/VRMLnodes/SoVRMLPointSet.h>
71#include <Inventor/VRMLnodes/SoVRMLPositionInterpolator.h>
72#include <Inventor/VRMLnodes/SoVRMLProximitySensor.h>
73#include <Inventor/VRMLnodes/SoVRMLScalarInterpolator.h>
74#include <Inventor/VRMLnodes/SoVRMLScript.h>
75#include <Inventor/VRMLnodes/SoVRMLShape.h>
76#include <Inventor/VRMLnodes/SoVRMLSound.h>
77#include <Inventor/VRMLnodes/SoVRMLSphere.h>
78#include <Inventor/VRMLnodes/SoVRMLSphereSensor.h>
79#include <Inventor/VRMLnodes/SoVRMLSpotLight.h>
80#include <Inventor/VRMLnodes/SoVRMLSwitch.h>
81#include <Inventor/VRMLnodes/SoVRMLText.h>
82#include <Inventor/VRMLnodes/SoVRMLTexture.h>
83#include <Inventor/VRMLnodes/SoVRMLTextureCoordinate.h>
84#include <Inventor/VRMLnodes/SoVRMLTextureTransform.h>
85#include <Inventor/VRMLnodes/SoVRMLTimeSensor.h>
86#include <Inventor/VRMLnodes/SoVRMLTouchSensor.h>
87#include <Inventor/VRMLnodes/SoVRMLTransform.h>
88#include <Inventor/VRMLnodes/SoVRMLVertexLine.h>
89#include <Inventor/VRMLnodes/SoVRMLVertexPoint.h>
90#include <Inventor/VRMLnodes/SoVRMLVertexShape.h>
91#include <Inventor/VRMLnodes/SoVRMLViewpoint.h>
92#include <Inventor/VRMLnodes/SoVRMLVisibilitySensor.h>
93#include <Inventor/VRMLnodes/SoVRMLWorldInfo.h>
94
95#endif // COIN_SOVRMLNODES

Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.

Generated on Wed Jul 17 2024 for Coin by Doxygen 1.12.0.