Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
PoMesh1DHintsElement.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-2024 BY FEI S.A.S, ***
17 *** BORDEAUX, FRANCE ***
18 *** ALL RIGHTS RESERVED ***
19**=======================================================================*/
20/*=======================================================================
21** Author : R. ALBOU (Mar 1999)
22**=======================================================================*/
23
24 /* include files */
25#ifndef _PO_MESH1D_HINTS_ELEMENT_
26#define _PO_MESH1D_HINTS_ELEMENT_
27
28
31
32
37
39
40 public:
41 // Set the current mesh 1D hints attributes
42 static void set(SoState *state, SoNode *node,
43 PoMesh1DHints::GeomInterpretation geomInterpretation);
44
45 // Return the current mesh 1D hints attributes from the state
47
48 // Default values
51
52 private:
53 // Initializes the class
54 static void initClass();
55 static void exitClass() ;
56
57 private:
58 virtual ~PoMesh1DHintsElement();
59
61 virtual void init(SoState *state);
62
63 private:
64 PoMesh1DHints::GeomInterpretation m_geomInterpretation;
65};
66/*----------------------------------------------------------------------------*/
67
68#endif // _PO_MESH1D_HINTS_ELEMENT_
69
70
static void init()
#define SO_ELEMENT_HEADER(className)
static PoMesh1DHints::GeomInterpretation getDefault()
static void set(SoState *state, SoNode *node, PoMesh1DHints::GeomInterpretation geomInterpretation)
static PoMesh1DHints::GeomInterpretation get(SoState *state)
GeomInterpretation
Interpretation Type.
@ AS_IS
The geometry of the current mesh 1D is "as is" interpreted.
Abstract base class for all database nodes.
Definition SoNode.h:145
Abstract base class for each state element whose value is replaced whenever it is set.
Traversal state.
Definition SoState.h:74