Open Inventor Release 2024.2.0
 
Loading...
Searching...
No Matches
PoNodes.h
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#ifndef _PO_NODES_
24#define _PO_NODES_
25
26/*----------------------------------------------------------------------------*/
27
28// Common nodes
29#include <MeshViz/nodes/PoNode.h>
30#include <MeshViz/nodes/PoDomain.h>
31#include <MeshViz/nodes/PoNumericDisplayFormat.h>
32#include <MeshViz/nodes/PoIsovaluesList.h>
33#include <MeshViz/nodes/PoDateFormatMapping.h>
34#include <MeshViz/nodes/PoMiscTextAttr.h>
35#include <MeshViz/nodes/PoDataMapping.h>
36#include <MeshViz/nodes/PoLinearDataMapping.h>
37#include <MeshViz/nodes/PoNonLinearDataMapping.h>
38#include <MeshViz/nodes/PoNonLinearDataMapping2.h>
39
40// 3D data nodes
41#include <MeshViz/nodes/PoMeshProperty.h>
42#include <MeshViz/nodes/PoCartesianGrid3D.h>
43#include <MeshViz/nodes/PoParalCartesianGrid3D.h>
44#include <MeshViz/nodes/PoRegularCartesianGrid3D.h>
45#include <MeshViz/nodes/PoIndexedMesh3D.h>
46#include <MeshViz/nodes/PoHexahedronMesh3D.h>
47#include <MeshViz/nodes/PoTetrahedronMesh3D.h>
48
49#include <MeshViz/nodes/PoCartesianGrid2D.h>
50#include <MeshViz/nodes/PoParalCartesianGrid2D.h>
51#include <MeshViz/nodes/PoRegularCartesianGrid2D.h>
52#include <MeshViz/nodes/PoPolarGrid2D.h>
53#include <MeshViz/nodes/PoIndexedMesh2D.h>
54#include <MeshViz/nodes/PoTriangleMesh2D.h>
55#include <MeshViz/nodes/PoQuadrangleMesh2D.h>
56
57#include <MeshViz/nodes/PoIrregularMesh1D.h>
58#include <MeshViz/nodes/PoRegularMesh1D.h>
59
60#include <MeshViz/nodes/PoBevelEdge.h>
61#include <MeshViz/nodes/PoMesh1DFilter.h>
62#include <MeshViz/nodes/PoPeriodIndexFilter.h>
63#include <MeshViz/nodes/PoIndexListFilter.h>
64#include <MeshViz/nodes/PoPeriodFilter.h>
65#include <MeshViz/nodes/PoCoordinateListFilter.h>
66#include <MeshViz/nodes/PoMesh1DHints.h>
67#include <MeshViz/nodes/PoProfile.h>
68#include <MeshViz/nodes/PoCircularProfile.h>
69#include <MeshViz/nodes/PoEllipticProfile.h>
70#include <MeshViz/nodes/PoSquareProfile.h>
71#include <MeshViz/nodes/PoProfileCoordinate2.h>
72#include <MeshViz/nodes/PoLabelHints.h>
73
74#include <MeshViz/nodes/PoCellFilter.h>
75#include <MeshViz/nodes/PoIntervalCellFilter.h>
76/*----------------------------------------------------------------------------*/
77
78#endif /* _PO_NODES_ */
79