Go to the source code of this file.
|
| | PyDoc_STRVAR (LocalAverageDepthF0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " ":class:`freestyle.types.UnaryFunction0DDouble` > :class:`LocalAverageDepthF0D`\n" "\n" ".. method:: __init__(mask_size=5.0)\n" "\n" " Builds a LocalAverageDepthF0D object.\n" "\n" " :arg mask_size: The size of the mask.\n" " :type mask_size: float\n" "\n" ".. method:: __call__(it)\n" "\n" " Returns the average depth around the\n" " :class:`freestyle.types.Interface0D` pointed by the\n" " Interface0DIterator. The result is obtained by querying the depth\n" " buffer on a window around that point.\n" "\n" " :arg it: An Interface0DIterator object.\n" " :type it: :class:`freestyle.types.Interface0DIterator`\n" " :return: The average depth around the pointed Interface0D.\n" " :rtype: float\n") |
| |
| static int | LocalAverageDepthF0D___init__ (BPy_LocalAverageDepthF0D *self, PyObject *args, PyObject *kwds) |
| |
◆ LocalAverageDepthF0D___init__()
◆ PyDoc_STRVAR()
| PyDoc_STRVAR |
( |
LocalAverageDepthF0D___doc__ | , |
|
|
"Class hierarchy: :class:`freestyle.types.UnaryFunction0D` | , |
|
|
" ":class:`freestyle.types.UnaryFunction0DDouble` | , |
|
|
:class:`LocalAverageDepthF0D`\n" "\n" ".. method::__init__(mask_size=5.0)\n" "\n" " Builds a LocalAverageDepthF0D object.\n" "\n" " :arg mask_size:The size of the mask.\n" " :type mask_size:float\n" "\n" ".. method::__call__(it)\n" "\n" " Returns the average depth around the\n" " :class:`freestyle.types.Interface0D` pointed by the\n" " Interface0DIterator. The result is obtained by querying the depth\n" " buffer on a window around that point.\n" "\n" " :arg it:An Interface0DIterator object.\n" " :type it::class:`freestyle.types.Interface0DIterator`\n" " :return:The average depth around the pointed Interface0D.\n" " :rtype:float\n" | ) |
◆ LocalAverageDepthF0D_Type
| PyTypeObject LocalAverageDepthF0D_Type |