Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoDataSetId.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-2014 BY FEI S.A.S, ***
17 *** BORDEAUX, FRANCE ***
18 *** ALL RIGHTS RESERVED ***
19**=======================================================================*/
20/*=======================================================================
21** Author : VSG (MMM YYYY)
22**=======================================================================*/
23
24
25#ifndef _SO_DATASET_ID_
26#define _SO_DATASET_ID_
27
29
31
32class SoAction ;
33class SoSearchAction ;
34class SoGLRenderAction ;
35class SoCallbackAction ;
36
37/*----------------------------------------------------------------------------*/
38
141class SoDataSetId : public SoNode
142{
144
145 public:
146
157
162
163 private:
164 virtual void doAction(SoAction *action);
165 virtual void callback(SoCallbackAction *action) ;
166 virtual void GLRender(SoGLRenderAction *action) ;
167 virtual void search(SoSearchAction *action);
168
169
170 /*----------------------------------------------------------------------------*/
171
172 private:
173 static void initClass() ;
174 static void exitClass() ;
175
176 private:
177 // Destructor
178 virtual ~SoDataSetId() ;
179} ;
180/*----------------------------------------------------------------------------*/
181
182#endif /* _SO_DATASET_ID_ */
183
#define SO_NODE_HEADER(className)
Definition SoSubNode.h:151
Abstract base class for all actions.
Definition SoAction.h:132
Performs a generic traversal of a scene graph or path.
<a href="IconLegend.html"><img src="extLDM.gif" alt="Large Data Management" border="0"></a> Property...
SoSFInt32 id
Data set id.
SoDataSetId()
Constructor.
Renders a scene graph using Open Inventor's Render Engine.
Abstract base class for all database nodes.
Definition SoNode.h:145
Field containing a int32_t integer.
Definition SoSFInt32.h:80
Searches for nodes in a scene graph.