22 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
23 ":class:`freestyle.types.UnaryFunction0DDouble` > :class:`GetZF0D`\n"
25 ".. method:: __init__()\n"
27 " Builds a GetZF0D object.\n"
29 ".. method:: __call__(it)\n"
31 " Returns the Z 3D coordinate of the :class:`freestyle.types.Interface0D` pointed by\n"
32 " the Interface0DIterator.\n"
34 " :arg it: An Interface0DIterator object.\n"
35 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
36 " :return: The Z 3D coordinate of the pointed Interface0D.\n"
41 static const char *kwlist[] = {
nullptr};
43 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
54 PyVarObject_HEAD_INIT(
nullptr, 0)
73 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 GetZF0D___init__(BPy_GetZF0D *self, PyObject *args, PyObject *kwds)
PyTypeObject GetZF0D_Type
PyTypeObject UnaryFunction0DDouble_Type
Functions taking 0D input.
BPy_UnaryFunction0DDouble py_uf0D_double
Freestyle::UnaryFunction0D< double > * uf0D_double