Go to the source code of this file.
|
| | PyDoc_STRVAR (TimeStampF1D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction1D` > " ":class:`freestyle.types.UnaryFunction1DVoid` > :class:`TimeStampF1D`\n" "\n" ".. method:: __init__()\n" "\n" " Builds a TimeStampF1D object.\n" "\n" ".. method:: __call__(inter)\n" "\n" " Returns the time stamp of the Interface1D.\n" "\n" " :arg inter: An Interface1D object.\n" " :type inter: :class:`freestyle.types.Interface1D`\n") |
| |
| static int | TimeStampF1D___init__ (BPy_TimeStampF1D *self, PyObject *args, PyObject *kwds) |
| |
◆ PyDoc_STRVAR()
| PyDoc_STRVAR |
( |
TimeStampF1D___doc__ | , |
|
|
"Class hierarchy: :class:`freestyle.types.UnaryFunction1D` | , |
|
|
" ":class:`freestyle.types.UnaryFunction1DVoid` | , |
|
|
:class:`TimeStampF1D`\n" "\n" ".. method::__init__()\n" "\n" " Builds a TimeStampF1D object.\n" "\n" ".. method::__call__(inter)\n" "\n" " Returns the time stamp of the Interface1D.\n" "\n" " :arg inter:An Interface1D object.\n" " :type inter::class:`freestyle.types.Interface1D`\n" | ) |
◆ TimeStampF1D___init__()
◆ TimeStampF1D_Type
| PyTypeObject TimeStampF1D_Type |