=
"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"