]> SALOME platform Git repositories - plugins/hybridplugin.git/commitdiff
Salome HOME
23586: [EDF] HYDRO: Copy mesh to new geometry
authoreap <eap@opencascade.com>
Tue, 18 Sep 2018 12:15:04 +0000 (15:15 +0300)
committereap <eap@opencascade.com>
Tue, 18 Sep 2018 12:15:04 +0000 (15:15 +0300)
src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis_i.hxx

index 965a7a858ff4d3f9a965028cd1d4bbf25128dccd..8774a2e1063d3c93a5125f42a95b8251e028a66d 100644 (file)
@@ -233,6 +233,11 @@ class HYBRIDPLUGIN_EXPORT HYBRIDPlugin_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