23 IncrementChainingTimeStampF1D___doc__,
24 "Class hierarchy: :class:`freestyle.types.UnaryFunction1D` > "
25 ":class:`freestyle.types.UnaryFunction1DVoid` > :class:`IncrementChainingTimeStampF1D`\n"
27 ".. method:: __init__()\n"
29 " Builds an IncrementChainingTimeStampF1D object.\n"
31 ".. method:: __call__(inter)\n"
33 " Increments the chaining time stamp of the Interface1D.\n"
35 " :arg inter: An Interface1D object.\n"
36 " :type inter: :class:`freestyle.types.Interface1D`\n");
41 static const char *kwlist[] = {
nullptr};
43 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
53 PyVarObject_HEAD_INIT(
nullptr, 0)
54 "IncrementChainingTimeStampF1D",
72 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
73 IncrementChainingTimeStampF1D___doc__,
PyDoc_STRVAR(IncrementChainingTimeStampF1D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction1D` > " ":class:`freestyle.types.UnaryFunction1DVoid` > :class:`IncrementChainingTimeStampF1D`\n" "\n" ".. method:: __init__()\n" "\n" " Builds an IncrementChainingTimeStampF1D object.\n" "\n" ".. method:: __call__(inter)\n" "\n" " Increments the chaining time stamp of the Interface1D.\n" "\n" " :arg inter: An Interface1D object.\n" " :type inter: :class:`freestyle.types.Interface1D`\n")
PyTypeObject IncrementChainingTimeStampF1D_Type
static int IncrementChainingTimeStampF1D___init__(BPy_IncrementChainingTimeStampF1D *self, PyObject *args, PyObject *kwds)
PyTypeObject UnaryFunction1DVoid_Type
Functions taking 1D input.