Blender V4.3
BPy_GetShapeF0D.cpp File Reference

Go to the source code of this file.

Functions

 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")
 
static int GetShapeF0D___init__ (BPy_GetShapeF0D *self, PyObject *args, PyObject *kwds)
 

Variables

PyTypeObject GetShapeF0D_Type
 

Function Documentation

◆ GetShapeF0D___init__()

static int GetShapeF0D___init__ ( BPy_GetShapeF0D * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 43 of file BPy_GetShapeF0D.cpp.

References self.

◆ PyDoc_STRVAR()

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

Variable Documentation

◆ GetShapeF0D_Type

PyTypeObject GetShapeF0D_Type

Definition at line 57 of file BPy_GetShapeF0D.cpp.

Referenced by UnaryFunction0DViewShape_Init().