X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_i.cxx;h=f045bbe72f260de99c5a995d2a77eee8646e9163;hp=c24606d6b8c7cdcbc9853ab479d76b6f2f86ab4b;hb=f488d851d8497603ad57ba50438f6423c5f24993;hpb=c3bf92bd87b770fd81631a3853f7f5bb1ac6a4e8 diff --git a/src/StdMeshers_I/StdMeshers_i.cxx b/src/StdMeshers_I/StdMeshers_i.cxx index c24606d6b..f045bbe72 100644 --- a/src/StdMeshers_I/StdMeshers_i.cxx +++ b/src/StdMeshers_I/StdMeshers_i.cxx @@ -31,11 +31,15 @@ using namespace std; #include "utilities.h" #include "StdMeshers_LocalLength_i.hxx" -#include "StdMeshers_LengthFromEdges_i.hxx" -#include "StdMeshers_NotConformAllowed_i.hxx" +#include "StdMeshers_StartEndLength_i.hxx" +#include "StdMeshers_Arithmetic1D_i.hxx" #include "StdMeshers_NumberOfSegments_i.hxx" +#include "StdMeshers_Deflection1D_i.hxx" +#include "StdMeshers_Propagation_i.hxx" +#include "StdMeshers_LengthFromEdges_i.hxx" #include "StdMeshers_MaxElementArea_i.hxx" #include "StdMeshers_MaxElementVolume_i.hxx" +#include "StdMeshers_NotConformAllowed_i.hxx" #include "StdMeshers_Regular_1D_i.hxx" #include "StdMeshers_MEFISTO_2D_i.hxx" @@ -65,10 +69,18 @@ extern "C" aCreator = new HypothesisCreator_i; else if (strcmp(aHypName, "NotConformAllowed") == 0) aCreator = new HypothesisCreator_i; + else if (strcmp(aHypName, "Propagation") == 0) + aCreator = new HypothesisCreator_i; else if (strcmp(aHypName, "MaxElementArea") == 0) aCreator = new HypothesisCreator_i; else if (strcmp(aHypName, "MaxElementVolume") == 0) aCreator = new HypothesisCreator_i; + else if (strcmp(aHypName, "StartEndLength") == 0) + aCreator = new HypothesisCreator_i; + else if (strcmp(aHypName, "Deflection1D") == 0) + aCreator = new HypothesisCreator_i; + else if (strcmp(aHypName, "Arithmetic1D") == 0) + aCreator = new HypothesisCreator_i; // Algorithms else if (strcmp(aHypName, "Regular_1D") == 0)