21 ZDiscontinuityF0D___doc__,
22 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
23 ":class:`freestyle.types.UnaryFunction0DDouble` > :class:`ZDiscontinuityF0D`\n"
25 ".. method:: __init__()\n"
27 " Builds a ZDiscontinuityF0D object.\n"
29 ".. method:: __call__(it)\n"
31 " Returns a real value giving the distance between the\n"
32 " :class:`freestyle.types.Interface0D` pointed by the\n"
33 " Interface0DIterator and the shape that lies behind (occludee). This\n"
34 " distance is evaluated in the camera space and normalized between 0 and\n"
35 " 1. Therefore, if no object is occluded by the shape to which the\n"
36 " Interface0D belongs to, 1 is returned.\n"
38 " :arg it: An Interface0DIterator object.\n"
39 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
40 " :return: The normalized distance between the pointed Interface0D\n"
41 " and the occludee.\n"
46 static const char *kwlist[] = {
nullptr};
48 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
59 PyVarObject_HEAD_INIT(
nullptr, 0)
78 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
79 ZDiscontinuityF0D___doc__,
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 UnaryFunction0DDouble_Type
static int ZDiscontinuityF0D___init__(BPy_ZDiscontinuityF0D *self, PyObject *args, PyObject *kwds)
PyTypeObject ZDiscontinuityF0D_Type
Functions taking 0D input.
Freestyle::UnaryFunction0D< double > * uf0D_double
BPy_UnaryFunction0DDouble py_uf0D_double