Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
MoMeshIsoline.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-2019 BY FEI S.A.S, ***
17 *** BORDEAUX, FRANCE ***
18 *** ALL RIGHTS RESERVED ***
19**=======================================================================*/
20/*=======================================================================
21** Author : VSG (MMM YYYY)
22**=======================================================================*/
23#ifndef _MO_MESHISOLINE_
24#define _MO_MESHISOLINE_
25
26#include <MeshVizXLM/MbVec3.h>
27
29
31
32#ifdef _WIN32
33#pragma warning(push)
34#pragma warning(disable:4251)
35#endif
36
39class MdLineMesh;
40
79
81
82 public:
83
88
93
101
108
114
120
126
128
138
139 /*----------------------------------------------------------------------------*/
140 private:
141 static void initClass() ;
142 static void exitClass() ;
143
144 private:
145 virtual void doExtract(SoAction * action);
146
147 template <typename _MdExtractorT> friend class MdMeshMultiLinesRepresentation;
148} ;
149
150#ifdef _WIN32
151#pragma warning(pop)
152#endif
153
154#endif /* _MO_MESHISOLINE_ */
155
156
157
#define MESHVIZXLM_DMAP_API
#define SO_NODE_HEADER(className)
Definition SoSubNode.h:151
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Isoline extractor for st...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Isoline extractor for un...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Rendering node that disp...
SoSFUShort minorLinePattern
Defines the line pattern for minor contour lines.
const MiIsolineExtractIj * getIjExtractor()
SoMFFloat isovalues
List of isovalues to display.
const MiIsolineExtractUnstructured * getUnstructuredExtractor()
Get extractor for reuse outside this node.
SoSFInt32 isoScalarSetId
Field representing the scalar set node to be used to compute the iso values.
MoMeshIsoline()
Constructor.
SoSFUShort firstMajor
Defines the first major contour lines.
SoSFUShort majorPeriod
Defines the major and the minor contour lines.
SoSFUShort majorLinePattern
Defines the line pattern for major contour lines.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract base class for ...
Abstract base class for all actions.
Definition SoAction.h:132
Multiple-value field containing any number of floating point values.
Definition SoMFFloat.h:90
Field containing a int32_t integer.
Definition SoSFInt32.h:80
Field containing an unsigned short integer.
Definition SoSFUShort.h:79