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:`TimeStampF1D`\n"
41 ".. method:: __init__()\n"
43 " Builds a TimeStampF1D object.\n"
45 ".. method:: __call__(inter)\n"
47 " Returns the time stamp of the Interface1D.\n"
49 " :arg inter: An Interface1D object.\n"
50 " :type inter: :class:`freestyle.types.Interface1D`\n";
54 static const char *kwlist[] = {
nullptr};
56 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
66 PyVarObject_HEAD_INIT(
nullptr, 0)
"TimeStampF1D",
84 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
static int TimeStampF1D___init__(BPy_TimeStampF1D *self, PyObject *args, PyObject *kwds)
PyTypeObject TimeStampF1D_Type
static char TimeStampF1D___doc__[]
PyTypeObject UnaryFunction1DVoid_Type