25 GetCurvilinearAbscissaF0D___doc__,
26 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
27 ":class:`freestyle.types.UnaryFunction0DFloat` > :class:`GetCurvilinearAbscissaF0D`\n"
29 ".. method:: __init__()\n"
31 " Builds a GetCurvilinearAbscissaF0D object.\n"
33 ".. method:: __call__(it)\n"
35 " Returns the curvilinear abscissa of the\n"
36 " :class:`freestyle.types.Interface0D` pointed by the\n"
37 " Interface0DIterator in the context of its 1D element.\n"
39 " :arg it: An Interface0DIterator object.\n"
40 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
41 " :return: The curvilinear abscissa of the pointed Interface0D.\n"
48 static const char *kwlist[] = {
nullptr};
50 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
54 self->py_uf0D_float.uf0D_float->py_uf0D = (PyObject *)
self;
61 PyVarObject_HEAD_INIT(
nullptr, 0)
62 "GetCurvilinearAbscissaF0D",
80 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
81 GetCurvilinearAbscissaF0D___doc__,
PyDoc_STRVAR(GetCurvilinearAbscissaF0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " ":class:`freestyle.types.UnaryFunction0DFloat` > :class:`GetCurvilinearAbscissaF0D`\n" "\n" ".. method:: __init__()\n" "\n" " Builds a GetCurvilinearAbscissaF0D object.\n" "\n" ".. method:: __call__(it)\n" "\n" " Returns the curvilinear abscissa of the\n" " :class:`freestyle.types.Interface0D` pointed by the\n" " Interface0DIterator in the context of its 1D element.\n" "\n" " :arg it: An Interface0DIterator object.\n" " :type it: :class:`freestyle.types.Interface0DIterator`\n" " :return: The curvilinear abscissa of the pointed Interface0D.\n" " :rtype: float\n")
PyTypeObject GetCurvilinearAbscissaF0D_Type
static int GetCurvilinearAbscissaF0D___init__(BPy_GetCurvilinearAbscissaF0D *self, PyObject *args, PyObject *kwds)
PyTypeObject UnaryFunction0DFloat_Type
Functions taking 0D input.