#include <SMESH_Hypothesis_i.hxx>

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