From 98ef49dbbcda3faff175257cc9fef0855c798e4e Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 5 Mar 2014 19:47:48 +0400 Subject: [PATCH] ILMAB: export GEOM fields to MED file --- src/GEOM_I/GEOM_wrap.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GEOM_I/GEOM_wrap.hxx b/src/GEOM_I/GEOM_wrap.hxx index 762860eb6..181e7b18f 100644 --- a/src/GEOM_I/GEOM_wrap.hxx +++ b/src/GEOM_I/GEOM_wrap.hxx @@ -61,6 +61,7 @@ namespace GEOM class GEOM_IMeasureOperations; class GEOM_IGroupOperations; class GEOM_IAdvancedOperations; + class GEOM_IFieldOperations; typedef SALOME::GenericObj_wrap< GEOM_IBasicOperations > GEOM_IBasicOperations_wrap; typedef SALOME::GenericObj_wrap< GEOM_ITransformOperations> GEOM_ITransformOperations_wrap; typedef SALOME::GenericObj_wrap< GEOM_I3DPrimOperations > GEOM_I3DPrimOperations_wrap; @@ -74,6 +75,7 @@ namespace GEOM typedef SALOME::GenericObj_wrap< GEOM_IMeasureOperations > GEOM_IMeasureOperations_wrap; typedef SALOME::GenericObj_wrap< GEOM_IGroupOperations > GEOM_IGroupOperations_wrap; typedef SALOME::GenericObj_wrap< GEOM_IAdvancedOperations > GEOM_IAdvancedOperations_wrap; + typedef SALOME::GenericObj_wrap< GEOM_IFieldOperations > GEOM_IFieldOperations_wrap; } #endif -- 2.30.2