|
Blender V4.5
|
Go to the source code of this file.
Functions | |
| 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") | |
| static int | GetCurvilinearAbscissaF0D___init__ (BPy_GetCurvilinearAbscissaF0D *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | GetCurvilinearAbscissaF0D_Type |
|
static |
Definition at line 40 of file BPy_GetCurvilinearAbscissaF0D.cpp.
References GetCurvilinearAbscissaF0D___init__(), Freestyle::UnaryFunction0D< T >::py_uf0D, BPy_GetCurvilinearAbscissaF0D::py_uf0D_float, and BPy_UnaryFunction0DFloat::uf0D_float.
Referenced by GetCurvilinearAbscissaF0D___init__().
| 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" | ) |
References PyDoc_STRVAR().
| PyTypeObject GetCurvilinearAbscissaF0D_Type |
Definition at line 56 of file BPy_GetCurvilinearAbscissaF0D.cpp.
Referenced by UnaryFunction0DFloat_Init().