Salome HOME
PAL10467. Add "Quadrangle Preference" hypothesis for "Quadrangle(Mapping)" algo
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_i.cxx
index e21d44d3d9398b31a55f32643a5847cb0155bfb5..768d2c4fb0ed174bf6ec2b7496f9cbfb2357788d 100644 (file)
@@ -38,6 +38,7 @@ using namespace std;
 #include "StdMeshers_Deflection1D_i.hxx"
 #include "StdMeshers_Propagation_i.hxx"
 #include "StdMeshers_LengthFromEdges_i.hxx"
+#include "StdMeshers_QuadranglePreference_i.hxx"
 #include "StdMeshers_MaxElementArea_i.hxx"
 #include "StdMeshers_MaxElementVolume_i.hxx"
 #include "StdMeshers_NotConformAllowed_i.hxx"
@@ -84,6 +85,8 @@ extern "C"
       aCreator = new HypothesisCreator_i<StdMeshers_Arithmetic1D_i>;
     else if (strcmp(aHypName, "AutomaticLength") == 0)
       aCreator = new HypothesisCreator_i<StdMeshers_AutomaticLength_i>;
+    else if (strcmp(aHypName, "QuadranglePreference") == 0)
+      aCreator = new HypothesisCreator_i<StdMeshers_QuadranglePreference_i>;
 
     // Algorithms
     else if (strcmp(aHypName, "Regular_1D") == 0)