
Go to the source code of this file.
Functions | |
| SMESHGUI_GenericHypothesisCreator * | GetHypothesisCreator (const QString &aHypType) |
| GetHypothesisCreator. | |
| SMESHGUI_GenericHypothesisCreator* GetHypothesisCreator | ( | const QString & | aHypType | ) |
GetHypothesisCreator.
Definition at line 38 of file StdMeshersGUI.cxx.
{
if( aHypType=="NumberOfSegments" )
return new StdMeshersGUI_NbSegmentsCreator();
else
return new StdMeshersGUI_StdHypothesisCreator( aHypType );
}