Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoVolumeTriangleStripSet.h
Go to the documentation of this file.
1/*=======================================================================
2 *** THE CONTENT OF THIS WORK IS PROPRIETARY TO FEI S.A.S, (FEI S.A.S.), ***
3 *** AND IS DISTRIBUTED UNDER A LICENSE AGREEMENT. ***
4 *** ***
5 *** REPRODUCTION, DISCLOSURE, OR USE, IN WHOLE OR IN PART, OTHER THAN AS ***
6 *** SPECIFIED IN THE LICENSE ARE NOT TO BE UNDERTAKEN EXCEPT WITH PRIOR ***
7 *** WRITTEN AUTHORIZATION OF FEI S.A.S. ***
8 *** ***
9 *** RESTRICTED RIGHTS LEGEND ***
10 *** USE, DUPLICATION, OR DISCLOSURE BY THE GOVERNMENT OF THE CONTENT OF THIS ***
11 *** WORK OR RELATED DOCUMENTATION IS SUBJECT TO RESTRICTIONS AS SET FORTH IN ***
12 *** SUBPARAGRAPH (C)(1) OF THE COMMERCIAL COMPUTER SOFTWARE RESTRICTED RIGHT ***
13 *** CLAUSE AT FAR 52.227-19 OR SUBPARAGRAPH (C)(1)(II) OF THE RIGHTS IN ***
14 *** TECHNICAL DATA AND COMPUTER SOFTWARE CLAUSE AT DFARS 52.227-7013. ***
15 *** ***
16 *** COPYRIGHT (C) 1996-2022 BY FEI S.A.S, ***
17 *** BORDEAUX, FRANCE ***
18 *** ALL RIGHTS RESERVED ***
19**=======================================================================*/
20/*=======================================================================
21** Author : Thierry Dufour (Aug 2002)
22** Modified by : Jerome Hummel (MMM yyyy)
23** Modified by : David Beilloin (Apr 2011)
24**=======================================================================*/
25#ifndef __VOLUME_TRIANGLE_STRIP_SET
26#define __VOLUME_TRIANGLE_STRIP_SET
27
29
33#include <Inventor/SbBox.h>
34
35class SoVolumeGeometryVbo;
36
169{
171
172public :
173
176
182
195
200
201#if 1 SoDEPRECATED enum
209 };
210
211#endif
213private:
214
216 static void initClass();
217
219 static void exitClass();
220
222 virtual void GLRender(SoGLRenderAction *action);
223
225 virtual void computeBBox(SoAction *action, SbBox3f &box, SbVec3f &center);
226
228 virtual void computeBBox(SoAction *action, SbXfBox3d &box, SbVec3d &center);
229
230private:
231
233 virtual void notify(SoNotList *list);
234
235#if 1 SoDEPRECATED
239 virtual SoVolumeShape::Interpolation getInteractiveInterpolationValue(SoState* state) const;
240
241#endif
243private:
245 virtual void shapeRender(SoGLRenderAction* action);
246
248 virtual void shapeGeneratePrimitives(SoAction* action);
249
251 virtual void checkShapeStyle(SoState *state,const SoShapeStyleElement *shapeStyle);
252
254 virtual void GLRenderBoundingBox(SoGLRenderAction* action);
255
257 virtual void getBBox(SoAction *action, SbBox3f &box, SbVec3f &center);
258
260 virtual void getBBox(SoAction *action, SbXfBox3d &box, SbVec3d &center);
261
263 virtual int getNumVertices(SoState* state);
264
266 virtual int getIndexCoord(int index) const;
267
270
271 using SoVolumeGeometry::doRendering;
272
273private:
274SoDEPRECATED
276 SoSFBool useVbo;
277
278};
279
280#endif //__VOLUME_TRIANGLE_STRIP_SET
281
#define SO_NODE_HEADER(className)
Definition SoSubNode.h:151
3D box class.
Definition SbBox.h:649
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> 3D vector class ...
Definition SbVec.h:1214
3D vector class.
Definition SbVec.h:932
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> 3D box with an a...
Definition SbBox.h:1513
Abstract base class for all actions.
Definition SoAction.h:132
Renders a scene graph using Open Inventor's Render Engine.
Field containing a single Boolean value.
Definition SoSFBool.h:79
Field containing an enumerated value.
Definition SoSFEnum.h:89
Field containing a floating-point value.
Definition SoSFFloat.h:78
Stores some information used by shapes.
Traversal state.
Definition SoState.h:74
Triangle strip set shape node.
<a href="IconLegend.html"><img src="extVR.gif" alt="VolumeViz" border="0"></a> LDM valuation interfa...
Interpolation
Interpolation mode.
@ LINEAR
OpenGL linear interpolation (Default).
@ NEAREST
OpenGL "nearest neighbor" interpolation.
<a href="IconLegend.html"><img src="extVR.gif" alt="VolumeViz" border="0"></a> Triangle strip set sh...
SoSFBool clipGeometry
Specifies to clip the geometry at the volume boundaries.
@ NEAREST
OpenGL "nearest neighbor" interpolation.
@ LINEAR
OpenGL linear interpolation (Default).
SoSFEnum interpolation
Interpolation mode.
SoVolumeTriangleStripSet()
Constructor.
SoSFFloat offset
Sets an offset value used for computing the texture coordinates.