|
Blender V4.5
|
Go to the source code of this file.
Functions | |
| PyDoc_STRVAR (GetOccludeeF0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " ":class:`freestyle.types.UnaryFunction0DViewShape` > :class:`GetOccludeeF0D`\n" "\n" ".. method:: __init__()\n" "\n" " Builds a GetOccludeeF0D object.\n" "\n" ".. method:: __call__(it)\n" "\n" " Returns the :class:`freestyle.types.ViewShape` that the Interface0D\n" " pointed by the Interface0DIterator occludes.\n" "\n" " :arg it: An Interface0DIterator object.\n" " :type it: :class:`freestyle.types.Interface0DIterator`\n" " :return: The ViewShape occluded by the pointed Interface0D.\n" " :rtype: :class:`freestyle.types.ViewShape`\n") | |
| static int | GetOccludeeF0D___init__ (BPy_GetOccludeeF0D *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | GetOccludeeF0D_Type |
|
static |
Definition at line 39 of file BPy_GetOccludeeF0D.cpp.
References GetOccludeeF0D___init__(), Freestyle::UnaryFunction0D< T >::py_uf0D, BPy_GetOccludeeF0D::py_uf0D_viewshape, and BPy_UnaryFunction0DViewShape::uf0D_viewshape.
Referenced by GetOccludeeF0D___init__().
| PyDoc_STRVAR | ( | GetOccludeeF0D___doc__ | , |
| "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` | , | ||
| " ":class:`freestyle.types.UnaryFunction0DViewShape` | , | ||
| :class:`GetOccludeeF0D`\n" "\n" ".. method::__init__()\n" "\n" " Builds a GetOccludeeF0D object.\n" "\n" ".. method::__call__(it)\n" "\n" " Returns the :class:`freestyle.types.ViewShape` that the Interface0D\n" " pointed by the Interface0DIterator occludes.\n" "\n" " :arg it:An Interface0DIterator object.\n" " :type it::class:`freestyle.types.Interface0DIterator`\n" " :return:The ViewShape occluded by the pointed Interface0D.\n" " :rtype::class:`freestyle.types.ViewShape`\n" | ) |
References PyDoc_STRVAR().
| PyTypeObject GetOccludeeF0D_Type |
Definition at line 53 of file BPy_GetOccludeeF0D.cpp.
Referenced by UnaryFunction0DViewShape_Init().