]> SALOME platform Git repositories - plugins/ghs3dprlplugin.git/commitdiff
Salome HOME
23586: [EDF] HYDRO: Copy mesh to new geometry hydro/imps_2018
authoreap <eap@opencascade.com>
Tue, 18 Sep 2018 14:23:12 +0000 (17:23 +0300)
committereap <eap@opencascade.com>
Tue, 18 Sep 2018 14:23:12 +0000 (17:23 +0300)
src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis_i.hxx

index c10e711c13a3a34427c8a3715fbfbc5f5529761b..303b00fecf98041a1d0af889d183461dc431e4ed 100755 (executable)
@@ -85,6 +85,12 @@ class GHS3DPRLPLUGIN_EXPORT GHS3DPRLPlugin_Hypothesis_i:
 
   // Verify whether hypothesis supports given entity type
   CORBA::Boolean IsDimSupported( SMESH::Dimension type );
+
+  // Methods for copying mesh definition to other geometry
+  virtual bool getObjectsDependOn( std::vector< std::string > & entryArray,
+                                   std::vector< int >         & subIDArray ) const { return false; }
+  virtual bool setObjectsDependOn( std::vector< std::string > & entryArray,
+                                   std::vector< int >         & subIDArray ) { return true; }
 };
 
 #endif