20 "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > :class:`ContourUP1D`\n"
22 ".. method:: __call__(inter)\n"
24 " Returns true if the Interface1D is a contour. An Interface1D is a\n"
25 " contour if it is bordered by a different shape on each of its sides.\n"
27 " :arg inter: An Interface1D object.\n"
28 " :type inter: :class:`freestyle.types.Interface1D`\n"
29 " :return: True if the Interface1D is a contour, false otherwise.\n"
34 static const char *kwlist[] = {
nullptr};
36 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
46 PyVarObject_HEAD_INIT(
nullptr, 0)
65 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
PyTypeObject ContourUP1D_Type
static int ContourUP1D___init__(BPy_ContourUP1D *self, PyObject *args, PyObject *kwds)
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")
PyTypeObject UnaryPredicate1D_Type
BPy_UnaryPredicate1D py_up1D
PyObject_HEAD Freestyle::UnaryPredicate1D * up1D