Blender V4.3
BPy_UnaryFunction0DId.cpp File Reference

Go to the source code of this file.

Functions

int UnaryFunction0DId_Init (PyObject *module)
 
 PyDoc_STRVAR (UnaryFunction0DId___doc__, "Class hierarchy: :class:`UnaryFunction0D` > :class:`UnaryFunction0DId`\n" "\n" "Base class for unary functions (functors) that work on\n" ":class:`Interface0DIterator` and return an :class:`Id` object.\n" "\n" ".. method:: __init__()\n" "\n" " Default constructor.\n")
 
static int UnaryFunction0DId___init__ (BPy_UnaryFunction0DId *self, PyObject *args, PyObject *kwds)
 
static void UnaryFunction0DId___dealloc__ (BPy_UnaryFunction0DId *self)
 
static PyObject * UnaryFunction0DId___repr__ (BPy_UnaryFunction0DId *self)
 
static PyObject * UnaryFunction0DId___call__ (BPy_UnaryFunction0DId *self, PyObject *args, PyObject *kwds)
 

Variables

PyTypeObject UnaryFunction0DId_Type
 

Function Documentation

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( UnaryFunction0DId___doc__ ,
"Class hierarchy: :class:`UnaryFunction0D` ,
:class:`UnaryFunction0DId`\n" "\n" "Base class for unary functions(functors) that work on\n" ":class:`Interface0DIterator` and return an :class:`Id` object.\n" "\n" ".. method::__init__()\n" "\n" " Default constructor.\n"  )

◆ UnaryFunction0DId___call__()

static PyObject * UnaryFunction0DId___call__ ( BPy_UnaryFunction0DId * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 82 of file BPy_UnaryFunction0DId.cpp.

References BPy_Id_from_Id(), Interface0DIterator_Type, and self.

◆ UnaryFunction0DId___dealloc__()

static void UnaryFunction0DId___dealloc__ ( BPy_UnaryFunction0DId * self)
static

Definition at line 71 of file BPy_UnaryFunction0DId.cpp.

References self, and UnaryFunction0D_Type.

◆ UnaryFunction0DId___init__()

static int UnaryFunction0DId___init__ ( BPy_UnaryFunction0DId * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 59 of file BPy_UnaryFunction0DId.cpp.

References self.

◆ UnaryFunction0DId___repr__()

static PyObject * UnaryFunction0DId___repr__ ( BPy_UnaryFunction0DId * self)
static

Definition at line 77 of file BPy_UnaryFunction0DId.cpp.

References self.

◆ UnaryFunction0DId_Init()

int UnaryFunction0DId_Init ( PyObject * module)

Definition at line 26 of file BPy_UnaryFunction0DId.cpp.

References module, ShapeIdF0D_Type, and UnaryFunction0DId_Type.

Referenced by UnaryFunction0D_Init().

Variable Documentation

◆ UnaryFunction0DId_Type

PyTypeObject UnaryFunction0DId_Type

Definition at line 111 of file BPy_UnaryFunction0DId.cpp.

Referenced by UnaryFunction0DId_Init().