Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
MoMeshInterpolatedLogicalSlice.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-2018 BY FEI S.A.S, ***
17 *** BORDEAUX, FRANCE ***
18 *** ALL RIGHTS RESERVED ***
19**=======================================================================*/
20/*=======================================================================
21** Author : VSG (MMM YYYY)
22**=======================================================================*/
23#ifndef _MO_MESHINTERPOLATEDLOGICALSLICE_
24#define _MO_MESHINTERPOLATEDLOGICALSLICE_
25
26#include <MeshVizXLM/MbVec3.h>
28
30
31#ifdef _WIN32
32#pragma warning(push)
33#pragma warning(disable:4251)
34#pragma warning(disable:4996)
35#endif
36
39
74
76
77 public:
78
83
88
94
102
103#if 1 SoDEPRECATED
106#endif
108#if 1 class SoDEPRECATED SliceAxis
111 {
112 public:
117 // constructors + operators
118 SliceAxis() : m_axis(MiMesh::DIMENSION_I) {}
119 SliceAxis(MiMesh::Dimension a) : m_axis(a) {}
120 SliceAxis(int a) : m_axis((MiMesh::Dimension)a) {}
121 SliceAxis(size_t a) : m_axis((MiMesh::Dimension)a) {}
122 operator MiMesh::Dimension() const { return m_axis; }
123
124 private:
125 MiMesh::Dimension m_axis;
126 };
127SoDEPRECATED
129 static const MiMesh::Dimension SLICE_I = MiMesh::DIMENSION_I; SoDEPRECATED
132 static const MiMesh::Dimension SLICE_J = MiMesh::DIMENSION_J; SoDEPRECATED
137#endif
139 /*----------------------------------------------------------------------------*/
140 private:
141 static void initClass() ;
142 static void exitClass() ;
143
144 private:
145 virtual void doExtract(SoAction *action);
146
147} ;
148
149#ifdef _WIN32
150#pragma warning(pop)
151#endif
152
153#endif /* _MO_MESHINTERPOLATEDLOGICALSLICE_ */
154
155
156
static SoDEPRECATED const MiMesh::Dimension SLICE_K
Slice at K constant.
static SoDEPRECATED const MiMesh::Dimension SLICE_I
Slice at I constant.
static SoDEPRECATED const MiMesh::Dimension SLICE_J
Slice at J constant.
#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> Interpolated logical sli...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Interpolated logical sli...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract mesh interface.
Definition MiMesh.h:62
Dimension
Defines the dimensions in a one, two, or three-dimensional array.
Definition MiMesh.h:71
@ DIMENSION_I
Definition MiMesh.h:72
@ DIMENSION_K
Definition MiMesh.h:74
@ DIMENSION_J
Definition MiMesh.h:73
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Rendering node that disp...
SoSFEnum sliceAxis
The dimension along which the logical slice will be computed.
MoMeshInterpolatedLogicalSlice()
Constructor.
SoSFFloat sliceValue
Value of the slice to display between 0 and NUM CELL.
const MiInterpolatedLogicalSliceExtract * getIjkExtractor()
SoDEPRECATED const MiInterpolatedLogicalSliceExtractHexahedronIjk * getUnstructuredIjkExtractor()
const MiInterpolatedLogicalSliceExtractHexahedronIjk * getHexahedronIjkExtractor()
Get extractor for reuse outside this node.
<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
Field containing an enumerated value.
Definition SoSFEnum.h:89
Field containing a floating-point value.
Definition SoSFFloat.h:78