#include <HypothesisPy.h>
Public Member Functions | |
Py::Object | getLength (const Py::Tuple &args) |
Py::Object | setLength (const Py::Tuple &args) |
StdMeshers_SegmentLengthAroundVertexPy (int hypId, int studyId, SMESH_Gen *gen) | |
~StdMeshers_SegmentLengthAroundVertexPy () | |
Static Public Member Functions | |
static void | init_type (PyObject *) |
Definition at line 239 of file HypothesisPy.h.
StdMeshers_SegmentLengthAroundVertexPy::StdMeshers_SegmentLengthAroundVertexPy | ( | int | hypId, | |
int | studyId, | |||
SMESH_Gen * | gen | |||
) |
Definition at line 672 of file HypothesisPy.cpp.
StdMeshers_SegmentLengthAroundVertexPy::~StdMeshers_SegmentLengthAroundVertexPy | ( | ) |
Definition at line 677 of file HypothesisPy.cpp.
Py::Object StdMeshers_SegmentLengthAroundVertexPy::getLength | ( | const Py::Tuple & | args | ) |
Definition at line 687 of file HypothesisPy.cpp.
Referenced by init_type().
void StdMeshers_SegmentLengthAroundVertexPy::init_type | ( | PyObject * | module | ) | [static] |
Reimplemented from Fem::SMESH_HypothesisPy< StdMeshers_SegmentLengthAroundVertexPy >.
Definition at line 663 of file HypothesisPy.cpp.
References Py::PythonExtension< StdMeshers_SegmentLengthAroundVertexPy >::add_varargs_method(), Py::PythonExtension< StdMeshers_SegmentLengthAroundVertexPy >::behaviors(), getLength(), Fem::SMESH_HypothesisPy< StdMeshers_SegmentLengthAroundVertexPy >::init_type(), and setLength().
Referenced by initFem().
Py::Object StdMeshers_SegmentLengthAroundVertexPy::setLength | ( | const Py::Tuple & | args | ) |
Definition at line 681 of file HypothesisPy.cpp.
References Sketcher::None.
Referenced by init_type().