#include <SMESH_Hypothesis_i.hxx>

Public Member Functions | |
| virtual SMESH_Hypothesis_i * | Create (PortableServer::POA_ptr thePOA, int theStudyId,::SMESH_Gen *theGenImpl)=0 |
| virtual std::string | GetModuleName ()=0 |
Definition at line 103 of file SMESH_Hypothesis_i.hxx.
| virtual SMESH_Hypothesis_i* GenericHypothesisCreator_i.Create | ( | PortableServer::POA_ptr | thePOA, |
| int | theStudyId, | ||
| ::SMESH_Gen * | theGenImpl | ||
| ) | [pure virtual] |
Implemented in HypothesisCreator_i< T >.
| virtual std::string GenericHypothesisCreator_i.GetModuleName | ( | ) | [pure virtual] |
Implemented in StdHypothesisCreator_i< T >.