#include <HypothesisPy.h>
Public Types | |
typedef Py::PythonExtension < HypothesisPy > | HypothesisPyBase |
Public Member Functions | |
boost::shared_ptr < SMESH_Hypothesis > | getHypothesis () const |
HypothesisPy (boost::shared_ptr< SMESH_Hypothesis >) | |
virtual | ~HypothesisPy () |
Definition at line 34 of file HypothesisPy.h.
Definition at line 37 of file HypothesisPy.h.
HypothesisPy::HypothesisPy | ( | boost::shared_ptr< SMESH_Hypothesis > | h | ) |
Definition at line 68 of file HypothesisPy.cpp.
HypothesisPy::~HypothesisPy | ( | ) | [virtual] |
Definition at line 73 of file HypothesisPy.cpp.
boost::shared_ptr<SMESH_Hypothesis> Fem::HypothesisPy::getHypothesis | ( | ) | const [inline] |
Definition at line 40 of file HypothesisPy.h.