#include <HypothesisPy.h>
Public Member Functions | |
Py::Object | getLength (const Py::Tuple &args) |
Py::Object | getPrecision (const Py::Tuple &args) |
Py::Object | setLength (const Py::Tuple &args) |
Py::Object | setPrecision (const Py::Tuple &args) |
StdMeshers_LocalLengthPy (int hypId, int studyId, SMESH_Gen *gen) | |
~StdMeshers_LocalLengthPy () | |
Static Public Member Functions | |
static void | init_type (PyObject *) |
Definition at line 133 of file HypothesisPy.h.
StdMeshers_LocalLengthPy::StdMeshers_LocalLengthPy | ( | int | hypId, | |
int | studyId, | |||
SMESH_Gen * | gen | |||
) |
Definition at line 405 of file HypothesisPy.cpp.
StdMeshers_LocalLengthPy::~StdMeshers_LocalLengthPy | ( | ) |
Definition at line 410 of file HypothesisPy.cpp.
Py::Object StdMeshers_LocalLengthPy::getLength | ( | const Py::Tuple & | args | ) |
Definition at line 420 of file HypothesisPy.cpp.
Referenced by init_type().
Py::Object StdMeshers_LocalLengthPy::getPrecision | ( | const Py::Tuple & | args | ) |
Definition at line 431 of file HypothesisPy.cpp.
Referenced by init_type().
void StdMeshers_LocalLengthPy::init_type | ( | PyObject * | module | ) | [static] |
Reimplemented from Fem::SMESH_HypothesisPy< StdMeshers_LocalLengthPy >.
Definition at line 393 of file HypothesisPy.cpp.
References Py::PythonExtension< StdMeshers_LocalLengthPy >::add_varargs_method(), Py::PythonExtension< StdMeshers_LocalLengthPy >::behaviors(), getLength(), getPrecision(), Fem::SMESH_HypothesisPy< StdMeshers_LocalLengthPy >::init_type(), setLength(), and setPrecision().
Referenced by initFem().
Py::Object StdMeshers_LocalLengthPy::setLength | ( | const Py::Tuple & | args | ) |
Definition at line 414 of file HypothesisPy.cpp.
References Sketcher::None.
Referenced by init_type().
Py::Object StdMeshers_LocalLengthPy::setPrecision | ( | const Py::Tuple & | args | ) |
Definition at line 425 of file HypothesisPy.cpp.
References Sketcher::None.
Referenced by init_type().