|
Blender V4.5
|
Go to the source code of this file.
Functions | |
| PyDoc_STRVAR (ShapeIdF0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " ":class:`freestyle.types.UnaryFunction0DId` > :class:`ShapeIdF0D`\n" "\n" ".. method:: __init__()\n" "\n" " Builds a ShapeIdF0D object.\n" "\n" ".. method:: __call__(it)\n" "\n" " Returns the :class:`freestyle.types.Id` of the Shape the\n" " :class:`freestyle.types.Interface0D` pointed by the\n" " Interface0DIterator belongs to. This evaluation can be ambiguous (in\n" " the case of a :class:`freestyle.types.TVertex` for example). This\n" " functor tries to remove this ambiguity using the context offered by\n" " the 1D element to which the Interface0DIterator belongs to. However,\n" " there still can be problematic cases, and the user willing to deal\n" " with this cases in a specific way should implement its own\n" " getShapeIdF0D functor.\n" "\n" " :arg it: An Interface0DIterator object.\n" " :type it: :class:`freestyle.types.Interface0DIterator`\n" " :return: The Id of the Shape the pointed Interface0D belongs to.\n" " :rtype: :class:`freestyle.types.Id`\n") | |
| static int | ShapeIdF0D___init__ (BPy_ShapeIdF0D *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | ShapeIdF0D_Type |
| PyDoc_STRVAR | ( | ShapeIdF0D___doc__ | , |
| "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` | , | ||
| " ":class:`freestyle.types.UnaryFunction0DId` | , | ||
| :class:`ShapeIdF0D`\n" "\n" ".. method::__init__()\n" "\n" " Builds a ShapeIdF0D object.\n" "\n" ".. method::__call__(it)\n" "\n" " Returns the :class:`freestyle.types.Id` of the Shape the\n" " :class:`freestyle.types.Interface0D` pointed by the\n" " Interface0DIterator belongs to. This evaluation can be ambiguous(in\n" " the case of a :class:`freestyle.types.TVertex` for example). This\n" " functor tries to remove this ambiguity using the context offered by\n" " the 1D element to which the Interface0DIterator belongs to. | However, | ||
| \n" " there still can be problematic | cases, | ||
| and the user willing to deal\n" " with this cases in a specific way should implement its own\n" " getShapeIdF0D functor.\n" "\n" " :arg it:An Interface0DIterator object.\n" " :type it::class:`freestyle.types.Interface0DIterator`\n" " :return:The Id of the Shape the pointed Interface0D belongs to.\n" " :rtype::class:`freestyle.types.Id`\n" | ) |
References PyDoc_STRVAR().
|
static |
Definition at line 46 of file BPy_ShapeIdF0D.cpp.
References Freestyle::UnaryFunction0D< T >::py_uf0D, BPy_ShapeIdF0D::py_uf0D_id, ShapeIdF0D___init__(), and BPy_UnaryFunction0DId::uf0D_id.
Referenced by ShapeIdF0D___init__().
| PyTypeObject ShapeIdF0D_Type |
Definition at line 60 of file BPy_ShapeIdF0D.cpp.
Referenced by UnaryFunction0DId_Init().