#include <HypothesisPy.h>
Public Member Functions | |
Py::Object | getFineness (const Py::Tuple &args) |
Py::Object | getLength (const Py::Tuple &args) |
Py::Object | setFineness (const Py::Tuple &args) |
StdMeshers_AutomaticLengthPy (int hypId, int studyId, SMESH_Gen *gen) | |
~StdMeshers_AutomaticLengthPy () | |
Static Public Member Functions | |
static void | init_type (PyObject *) |
Definition at line 97 of file HypothesisPy.h.
StdMeshers_AutomaticLengthPy::StdMeshers_AutomaticLengthPy | ( | int | hypId, | |
int | studyId, | |||
SMESH_Gen * | gen | |||
) |
Definition at line 256 of file HypothesisPy.cpp.
StdMeshers_AutomaticLengthPy::~StdMeshers_AutomaticLengthPy | ( | ) |
Definition at line 261 of file HypothesisPy.cpp.
Py::Object StdMeshers_AutomaticLengthPy::getFineness | ( | const Py::Tuple & | args | ) |
Definition at line 272 of file HypothesisPy.cpp.
Referenced by init_type().
Py::Object StdMeshers_AutomaticLengthPy::getLength | ( | const Py::Tuple & | args | ) |
Definition at line 290 of file HypothesisPy.cpp.
References Py::ExtensionObject< T >::extensionObject(), Fem::FemMesh::getSMesh(), FemExample::m, Mesh2Shape::mesh, and Py::Object::type().
Referenced by init_type().
void StdMeshers_AutomaticLengthPy::init_type | ( | PyObject * | module | ) | [static] |
Reimplemented from Fem::SMESH_HypothesisPy< StdMeshers_AutomaticLengthPy >.
Definition at line 245 of file HypothesisPy.cpp.
References Py::PythonExtension< StdMeshers_AutomaticLengthPy >::add_varargs_method(), Py::PythonExtension< StdMeshers_AutomaticLengthPy >::behaviors(), getFineness(), getLength(), Fem::SMESH_HypothesisPy< StdMeshers_AutomaticLengthPy >::init_type(), and setFineness().
Referenced by initFem().
Py::Object StdMeshers_AutomaticLengthPy::setFineness | ( | const Py::Tuple & | args | ) |
Definition at line 265 of file HypothesisPy.cpp.
References Sketcher::None.
Referenced by init_type().