24 "Class hierarchy: :class:`freestyle.types.UnaryFunction1D` > "
25 ":class:`freestyle.types.UnaryFunction1DVoid` > :class:`TimeStampF1D`\n"
27 ".. method:: __init__()\n"
29 " Builds a TimeStampF1D object.\n"
31 ".. method:: __call__(inter)\n"
33 " Returns the time stamp of the Interface1D.\n"
35 " :arg inter: An Interface1D object.\n"
36 " :type inter: :class:`freestyle.types.Interface1D`\n");
40 static const char *kwlist[] = {
nullptr};
42 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
52 PyVarObject_HEAD_INIT(
nullptr, 0)
71 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
PyDoc_STRVAR(FalseBP1D___doc__, "Class hierarchy: :class:`freestyle.types.BinaryPredicate1D` > :class:`FalseBP1D`\n" "\n" ".. method:: __call__(inter1, inter2)\n" "\n" " Always returns false.\n" "\n" " :arg inter1: The first Interface1D object.\n" " :type inter1: :class:`freestyle.types.Interface1D`\n" " :arg inter2: The second Interface1D object.\n" " :type inter2: :class:`freestyle.types.Interface1D`\n" " :return: False.\n" " :rtype: bool\n")
static int TimeStampF1D___init__(BPy_TimeStampF1D *self, PyObject *args, PyObject *kwds)
PyTypeObject TimeStampF1D_Type
PyTypeObject UnaryFunction1DVoid_Type
Functions taking 1D input.
BPy_UnaryFunction1DVoid py_uf1D_void
Freestyle::UnaryFunction1D_void * uf1D_void