27 IncrementChainingTimeStampF1D___doc__,
28 "Class hierarchy: :class:`freestyle.types.UnaryFunction1D` > "
29 ":class:`freestyle.types.UnaryFunction1DVoid` > :class:`IncrementChainingTimeStampF1D`\n"
31 ".. method:: __init__()\n"
33 " Builds an IncrementChainingTimeStampF1D object.\n"
35 ".. method:: __call__(inter)\n"
37 " Increments the chaining time stamp of the Interface1D.\n"
39 " :arg inter: An Interface1D object.\n"
40 " :type inter: :class:`freestyle.types.Interface1D`\n");
46 static const char *kwlist[] = {
nullptr};
48 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
58 PyVarObject_HEAD_INIT(
nullptr, 0)
59 "IncrementChainingTimeStampF1D",
77 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
78 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.