Blender V5.0
BPy_UnaryFunction0DUnsigned.cpp File Reference

Go to the source code of this file.

Functions

int UnaryFunction0DUnsigned_Init (PyObject *module)
 PyDoc_STRVAR (UnaryFunction0DUnsigned___doc__, "Class hierarchy: :class:`UnaryFunction0D` > :class:`UnaryFunction0DUnsigned`\n" "\n" "Base class for unary functions (functors) that work on\n" ":class:`Interface0DIterator` and return an int value.\n" "\n" ".. method:: __init__()\n" "\n" " Default constructor.\n")
static int UnaryFunction0DUnsigned___init__ (BPy_UnaryFunction0DUnsigned *self, PyObject *args, PyObject *kwds)
static void UnaryFunction0DUnsigned___dealloc__ (BPy_UnaryFunction0DUnsigned *self)
static PyObject * UnaryFunction0DUnsigned___repr__ (BPy_UnaryFunction0DUnsigned *self)
static PyObject * UnaryFunction0DUnsigned___call__ (BPy_UnaryFunction0DUnsigned *self, PyObject *args, PyObject *kwds)

Variables

PyTypeObject UnaryFunction0DUnsigned_Type

Function Documentation

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( UnaryFunction0DUnsigned___doc__ ,
"Class hierarchy: :class:`UnaryFunction0D` ,
:class:`UnaryFunction0DUnsigned`\n" "\n" "Base class for unary functions(functors) that work on\n" ":class:`Interface0DIterator` and return an int value.\n" "\n" ".. method::__init__()\n" "\n" " Default constructor.\n"  )

◆ UnaryFunction0DUnsigned___call__()

PyObject * UnaryFunction0DUnsigned___call__ ( BPy_UnaryFunction0DUnsigned * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 84 of file BPy_UnaryFunction0DUnsigned.cpp.

References Interface0DIterator_Type, and self.

◆ UnaryFunction0DUnsigned___dealloc__()

void UnaryFunction0DUnsigned___dealloc__ ( BPy_UnaryFunction0DUnsigned * self)
static

Definition at line 72 of file BPy_UnaryFunction0DUnsigned.cpp.

References self, and UnaryFunction0D_Type.

◆ UnaryFunction0DUnsigned___init__()

int UnaryFunction0DUnsigned___init__ ( BPy_UnaryFunction0DUnsigned * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 58 of file BPy_UnaryFunction0DUnsigned.cpp.

References self.

◆ UnaryFunction0DUnsigned___repr__()

PyObject * UnaryFunction0DUnsigned___repr__ ( BPy_UnaryFunction0DUnsigned * self)
static

Definition at line 78 of file BPy_UnaryFunction0DUnsigned.cpp.

References self.

◆ UnaryFunction0DUnsigned_Init()

int UnaryFunction0DUnsigned_Init ( PyObject * module)

Variable Documentation

◆ UnaryFunction0DUnsigned_Type

PyTypeObject UnaryFunction0DUnsigned_Type

Definition at line 113 of file BPy_UnaryFunction0DUnsigned.cpp.

Referenced by UnaryFunction0DUnsigned_Init().