9 #include "../../../view_map/Functions1D.h"
10 #include "../../BPy_Convert.h"
11 #include "../../BPy_IntegrationType.h"
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";
42 static const char *kwlist[] = {
nullptr};
44 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
54 PyVarObject_HEAD_INIT(
nullptr, 0)
"IncrementChainingTimeStampF1D",
72 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