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:`ChainingTimeStampF1D`\n"
41 ".. method:: __init__()\n"
43 " Builds a ChainingTimeStampF1D object.\n"
45 ".. method:: __call__(inter)\n"
47 " Sets 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)
"ChainingTimeStampF1D",
86 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
static char ChainingTimeStampF1D___doc__[]
PyTypeObject ChainingTimeStampF1D_Type
static int ChainingTimeStampF1D___init__(BPy_ChainingTimeStampF1D *self, PyObject *args, PyObject *kwds)
PyTypeObject UnaryFunction1DVoid_Type