23 #include "../../../view_map/Functions0D.h"
36 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
37 ":class:`freestyle.types.UnaryFunction0DDouble` > :class:`GetProjectedZF0D`\n"
39 ".. method:: __init__()\n"
41 " Builds a GetProjectedZF0D object.\n"
43 ".. method:: __call__(it)\n"
45 " Returns the Z 3D projected coordinate of the :class:`freestyle.types.Interface0D`\n"
46 " pointed by the Interface0DIterator.\n"
48 " :arg it: An Interface0DIterator object.\n"
49 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
50 " :return: The Z 3D projected coordinate of the pointed Interface0D.\n"
55 static const char *kwlist[] = {
nullptr};
57 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
61 self->py_uf0D_double.uf0D_double->py_uf0D = (PyObject *)
self;
68 PyVarObject_HEAD_INIT(
nullptr, 0)
"GetProjectedZF0D",
86 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
static char GetProjectedZF0D___doc__[]
PyTypeObject GetProjectedZF0D_Type
static int GetProjectedZF0D___init__(BPy_GetProjectedZF0D *self, PyObject *args, PyObject *kwds)
PyTypeObject UnaryFunction0DDouble_Type