_onlyUnaryInput = false; // Compute() will be called on a compound of solids
_iShape=0;
_nbShape=0;
- _compatibleHypothesis.push_back("GHS3D_Parameters");
+ _compatibleHypothesis.push_back( GHS3DPlugin_Hypothesis::GetHypType());
_compatibleHypothesis.push_back( StdMeshers_ViscousLayers::GetHypType() );
_requireShape = false; // can work without shape_studyId
typedef std::map<const SMDS_MeshElement*, std::string, TIDCompare > TIDSortedElemGroupMap;
typedef std::map<const SMDS_MeshNode*, std::string, TIDCompare > TIDSortedNodeGroupMap;
typedef std::set<std::string> TSetStrings;
-
+
+ static const char* GetHypType() { return "GHS3D_Parameters"; }
/*!
* To mesh "holes" in a solid or not. Default is to mesh.
*/