Salome HOME
23586: [EDF] HYDRO: Copy mesh to new geometry
authoreap <eap@opencascade.com>
Tue, 18 Sep 2018 11:55:52 +0000 (14:55 +0300)
committereap <eap@opencascade.com>
Tue, 18 Sep 2018 11:55:52 +0000 (14:55 +0300)
src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis_i.hxx

index 630c53d3e15c623bda8016f2d07bf3d0b520490f..792a472f5c963949a7cbbc0f8165251476071a59 100755 (executable)
@@ -84,6 +84,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