23 #include "../../../view_map/Functions1D.h"
24 #include "../../BPy_Convert.h"
25 #include "../../BPy_IntegrationType.h"
38 "Class hierarchy: :class:`freestyle.types.UnaryFunction1D` > "
39 ":class:`freestyle.types.UnaryFunction1DVoid` > :class:`IncrementChainingTimeStampF1D`\n"
41 ".. method:: __init__()\n"
43 " Builds an IncrementChainingTimeStampF1D object.\n"
45 ".. method:: __call__(inter)\n"
47 " Increments the chaining time stamp of the Interface1D.\n"
49 " :arg inter: An Interface1D object.\n"
50 " :type inter: :class:`freestyle.types.Interface1D`\n";
56 static const char *kwlist[] = {
nullptr};
58 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
68 PyVarObject_HEAD_INIT(
nullptr, 0)
"IncrementChainingTimeStampF1D",
86 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
static char IncrementChainingTimeStampF1D___doc__[]
PyTypeObject IncrementChainingTimeStampF1D_Type
static int IncrementChainingTimeStampF1D___init__(BPy_IncrementChainingTimeStampF1D *self, PyObject *args, PyObject *kwds)
PyTypeObject UnaryFunction1DVoid_Type