From: eap Date: Wed, 5 Mar 2014 15:47:48 +0000 (+0400) Subject: ILMAB: export GEOM fields to MED file X-Git-Tag: V7_4_0a1~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=98ef49dbbcda3faff175257cc9fef0855c798e4e;p=modules%2Fgeom.git ILMAB: export GEOM fields to MED file --- 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