From f93825901c79d34aa58d8d12e828cba06186b377 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 18 Sep 2018 17:23:12 +0300 Subject: [PATCH] 23586: [EDF] HYDRO: Copy mesh to new geometry --- src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis_i.hxx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis_i.hxx b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis_i.hxx index c10e711..303b00f 100755 --- a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis_i.hxx +++ b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis_i.hxx @@ -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 -- 2.39.2