Salome HOME
ILMAB: export GEOM fields to MED file
authoreap <eap@opencascade.com>
Wed, 5 Mar 2014 15:47:48 +0000 (19:47 +0400)
committereap <eap@opencascade.com>
Wed, 5 Mar 2014 15:47:48 +0000 (19:47 +0400)
src/GEOM_I/GEOM_wrap.hxx

index 762860eb6d229bda84e23934de5c1a94a9a70c15..181e7b18f4062b542b6db1f51b28c735874b7937 100644 (file)
@@ -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