9 #include "../../../view_map/Functions0D.h"
22 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
23 ":class:`freestyle.types.UnaryFunction0DFloat` > :class:`GetCurvilinearAbscissaF0D`\n"
25 ".. method:: __init__()\n"
27 " Builds a GetCurvilinearAbscissaF0D object.\n"
29 ".. method:: __call__(it)\n"
31 " Returns the curvilinear abscissa of the\n"
32 " :class:`freestyle.types.Interface0D` pointed by the\n"
33 " Interface0DIterator in the context of its 1D element.\n"
35 " :arg it: An Interface0DIterator object.\n"
36 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
37 " :return: The curvilinear abscissa of the pointed Interface0D.\n"
44 static const char *kwlist[] = {
nullptr};
46 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
50 self->py_uf0D_float.uf0D_float->py_uf0D = (PyObject *)
self;
57 PyVarObject_HEAD_INIT(
nullptr, 0)
"GetCurvilinearAbscissaF0D",
75 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
static char GetCurvilinearAbscissaF0D___doc__[]
PyTypeObject GetCurvilinearAbscissaF0D_Type
static int GetCurvilinearAbscissaF0D___init__(BPy_GetCurvilinearAbscissaF0D *self, PyObject *args, PyObject *kwds)
PyTypeObject UnaryFunction0DFloat_Type