#include <HypothesisPy.h>
Public Member Functions | |
Py::Object | getLength (const Py::Tuple &args) |
Py::Object | getPreestimatedLength (const Py::Tuple &args) |
Py::Object | getUsePreestimatedLength (const Py::Tuple &args) |
Py::Object | havePreestimatedLength (const Py::Tuple &args) |
Py::Object | setLength (const Py::Tuple &args) |
Py::Object | setPreestimatedLength (const Py::Tuple &args) |
Py::Object | setUsePreestimatedLength (const Py::Tuple &args) |
StdMeshers_MaxLengthPy (int hypId, int studyId, SMESH_Gen *gen) | |
~StdMeshers_MaxLengthPy () | |
Static Public Member Functions | |
static void | init_type (PyObject *) |
Definition at line 117 of file HypothesisPy.h.
StdMeshers_MaxLengthPy::StdMeshers_MaxLengthPy | ( | int | hypId, | |
int | studyId, | |||
SMESH_Gen * | gen | |||
) |
Definition at line 344 of file HypothesisPy.cpp.
StdMeshers_MaxLengthPy::~StdMeshers_MaxLengthPy | ( | ) |
Definition at line 349 of file HypothesisPy.cpp.
Py::Object StdMeshers_MaxLengthPy::getLength | ( | const Py::Tuple & | args | ) |
Definition at line 359 of file HypothesisPy.cpp.
Referenced by init_type().
Py::Object StdMeshers_MaxLengthPy::getPreestimatedLength | ( | const Py::Tuple & | args | ) |
Definition at line 369 of file HypothesisPy.cpp.
Referenced by init_type().
Py::Object StdMeshers_MaxLengthPy::getUsePreestimatedLength | ( | const Py::Tuple & | args | ) |
Definition at line 386 of file HypothesisPy.cpp.
Referenced by init_type().
Py::Object StdMeshers_MaxLengthPy::havePreestimatedLength | ( | const Py::Tuple & | args | ) |
Definition at line 364 of file HypothesisPy.cpp.
Referenced by init_type().
void StdMeshers_MaxLengthPy::init_type | ( | PyObject * | module | ) | [static] |
Reimplemented from Fem::SMESH_HypothesisPy< StdMeshers_MaxLengthPy >.
Definition at line 329 of file HypothesisPy.cpp.
References Py::PythonExtension< StdMeshers_MaxLengthPy >::add_varargs_method(), Py::PythonExtension< StdMeshers_MaxLengthPy >::behaviors(), getLength(), getPreestimatedLength(), getUsePreestimatedLength(), havePreestimatedLength(), Fem::SMESH_HypothesisPy< StdMeshers_MaxLengthPy >::init_type(), setLength(), setPreestimatedLength(), and setUsePreestimatedLength().
Referenced by initFem().
Py::Object StdMeshers_MaxLengthPy::setLength | ( | const Py::Tuple & | args | ) |
Definition at line 353 of file HypothesisPy.cpp.
References Sketcher::None.
Referenced by init_type().
Py::Object StdMeshers_MaxLengthPy::setPreestimatedLength | ( | const Py::Tuple & | args | ) |
Definition at line 374 of file HypothesisPy.cpp.
References Sketcher::None.
Referenced by init_type().
Py::Object StdMeshers_MaxLengthPy::setUsePreestimatedLength | ( | const Py::Tuple & | args | ) |
Definition at line 380 of file HypothesisPy.cpp.
References Sketcher::None.
Referenced by init_type().