Version: 6.3.1
Functions

src/StdMeshersGUI/StdMeshersGUI.cxx File Reference

#include "StdMeshersGUI_StdHypothesisCreator.h"
#include "StdMeshersGUI_NbSegmentsCreator.h"
Include dependency graph for StdMeshersGUI.cxx:

Go to the source code of this file.

Functions

SMESHGUI_GenericHypothesisCreatorGetHypothesisCreator (const QString &aHypType)
 GetHypothesisCreator.

Function Documentation

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 );
  }
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS