#include <HypothesisPy.h>
Public Member Functions | |
Py::Object | getLayerDistribution (const Py::Tuple &args) |
Py::Object | setLayerDistribution (const Py::Tuple &args) |
StdMeshers_LayerDistributionPy (int hypId, int studyId, SMESH_Gen *gen) | |
~StdMeshers_LayerDistributionPy () | |
Static Public Member Functions | |
static void | init_type (PyObject *) |
Definition at line 409 of file HypothesisPy.h.
StdMeshers_LayerDistributionPy::StdMeshers_LayerDistributionPy | ( | int | hypId, | |
int | studyId, | |||
SMESH_Gen * | gen | |||
) |
Definition at line 1029 of file HypothesisPy.cpp.
StdMeshers_LayerDistributionPy::~StdMeshers_LayerDistributionPy | ( | ) |
Definition at line 1034 of file HypothesisPy.cpp.
Py::Object StdMeshers_LayerDistributionPy::getLayerDistribution | ( | const Py::Tuple & | args | ) |
Definition at line 1043 of file HypothesisPy.cpp.
References Sketcher::None.
Referenced by init_type().
void StdMeshers_LayerDistributionPy::init_type | ( | PyObject * | module | ) | [static] |
Reimplemented from Fem::SMESH_HypothesisPy< StdMeshers_LayerDistributionPy >.
Definition at line 1016 of file HypothesisPy.cpp.
References Py::PythonExtension< StdMeshers_LayerDistributionPy >::add_varargs_method(), Py::PythonExtension< StdMeshers_LayerDistributionPy >::behaviors(), getLayerDistribution(), Fem::SMESH_HypothesisPy< StdMeshers_LayerDistributionPy >::init_type(), and setLayerDistribution().
Referenced by initFem().
Py::Object StdMeshers_LayerDistributionPy::setLayerDistribution | ( | const Py::Tuple & | args | ) |
Definition at line 1038 of file HypothesisPy.cpp.
References Sketcher::None.
Referenced by init_type().