List of all members |
Public Types |
Public Member Functions |
Static Public Member Functions |
Protected Member Functions
Fem::SMESH_HypothesisPy< T > Class Template Reference
#include <HypothesisPy.h>
Public Types | |
typedef SMESH_HypothesisPy< T > | SMESH_HypothesisPyBase |
Public Member Functions | |
Py::Object | clearParameters (const Py::Tuple &args) |
Py::Object | getattr (const char *name) |
boost::shared_ptr< SMESH_Hypothesis > | getHypothesis () const |
Py::Object | getLastParameters (const Py::Tuple &args) |
Py::Object | getLibName (const Py::Tuple &args) |
Py::Object | getParameters (const Py::Tuple &args) |
Py::Object | isAuxiliary (const Py::Tuple &args) |
Py::Object | repr () |
Py::Object | setLastParameters (const Py::Tuple &args) |
Py::Object | setLibName (const Py::Tuple &args) |
Py::Object | setParameters (const Py::Tuple &args) |
Py::Object | setParametersByMesh (const Py::Tuple &args) |
SMESH_HypothesisPy (SMESH_Hypothesis *) | |
virtual | ~SMESH_HypothesisPy () |
Static Public Member Functions | |
static void | init_type (PyObject *) |
Protected Member Functions | |
template<typename type > | |
type * | hypothesis () const |
Member Typedef Documentation
◆ SMESH_HypothesisPyBase
template<class T >
typedef SMESH_HypothesisPy<T> Fem::SMESH_HypothesisPy< T >::SMESH_HypothesisPyBase |
Constructor & Destructor Documentation
◆ SMESH_HypothesisPy()
template<class T >
SMESH_HypothesisPy::SMESH_HypothesisPy | ( | SMESH_Hypothesis * | h | ) |
◆ ~SMESH_HypothesisPy()
template<class T >
|
virtual |
Member Function Documentation
◆ clearParameters()
template<class T >
Py::Object SMESH_HypothesisPy::clearParameters | ( | const Py::Tuple & | args | ) |
◆ getattr()
template<class T >
Py::Object SMESH_HypothesisPy::getattr | ( | const char * | name | ) |
◆ getHypothesis()
template<class T >
boost::shared_ptr<SMESH_Hypothesis> Fem::SMESH_HypothesisPy< T >::getHypothesis | ( | ) | const |
◆ getLastParameters()
template<class T >
Py::Object SMESH_HypothesisPy::getLastParameters | ( | const Py::Tuple & | args | ) |
◆ getLibName()
template<class T >
Py::Object SMESH_HypothesisPy::getLibName | ( | const Py::Tuple & | args | ) |
◆ getParameters()
template<class T >
Py::Object SMESH_HypothesisPy::getParameters | ( | const Py::Tuple & | args | ) |
◆ hypothesis()
template<class T >
template<typename type >
|
protected |
◆ init_type()
template<class T >
|
static |
◆ isAuxiliary()
template<class T >
Py::Object SMESH_HypothesisPy::isAuxiliary | ( | const Py::Tuple & | args | ) |
◆ repr()
template<class T >
Py::Object SMESH_HypothesisPy::repr |
◆ setLastParameters()
template<class T >
Py::Object SMESH_HypothesisPy::setLastParameters | ( | const Py::Tuple & | args | ) |
◆ setLibName()
template<class T >
Py::Object SMESH_HypothesisPy::setLibName | ( | const Py::Tuple & | args | ) |
◆ setParameters()
template<class T >
Py::Object SMESH_HypothesisPy::setParameters | ( | const Py::Tuple & | args | ) |
◆ setParametersByMesh()
template<class T >
Py::Object SMESH_HypothesisPy::setParametersByMesh | ( | const Py::Tuple & | args | ) |
The documentation for this class was generated from the following files:
- src/Mod/Fem/App/HypothesisPy.h
- src/Mod/Fem/App/HypothesisPy.cpp