22 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
23 ":class:`freestyle.types.UnaryFunction0DViewShape` > :class:`GetShapeF0D`\n"
25 ".. method:: __init__()\n"
27 " Builds a GetShapeF0D object.\n"
29 ".. method:: __call__(it)\n"
31 " Returns the :class:`freestyle.types.ViewShape` containing the\n"
32 " Interface0D pointed by the Interface0DIterator.\n"
34 " :arg it: An Interface0DIterator object.\n"
35 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
36 " :return: The ViewShape containing the pointed Interface0D.\n"
37 " :rtype: :class:`freestyle.types.ViewShape`\n");
40 static const char *kwlist[] = {
nullptr};
42 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
46 self->py_uf0D_viewshape.uf0D_viewshape->py_uf0D = (PyObject *)
self;
53 PyVarObject_HEAD_INIT(
nullptr, 0)
72 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
static int GetShapeF0D___init__(BPy_GetShapeF0D *self, PyObject *args, PyObject *kwds)
PyTypeObject GetShapeF0D_Type
PyDoc_STRVAR(GetShapeF0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " ":class:`freestyle.types.UnaryFunction0DViewShape` > :class:`GetShapeF0D`\n" "\n" ".. method:: __init__()\n" "\n" " Builds a GetShapeF0D object.\n" "\n" ".. method:: __call__(it)\n" "\n" " Returns the :class:`freestyle.types.ViewShape` containing the\n" " Interface0D pointed by the Interface0DIterator.\n" "\n" " :arg it: An Interface0DIterator object.\n" " :type it: :class:`freestyle.types.Interface0DIterator`\n" " :return: The ViewShape containing the pointed Interface0D.\n" " :rtype: :class:`freestyle.types.ViewShape`\n")
PyTypeObject UnaryFunction0DViewShape_Type
Functions taking 0D input.