Blender V4.3
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__()

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

Definition at line 89 of file BPy_UnaryFunction0DUnsigned.cpp.

References Interface0DIterator_Type, and self.

◆ UnaryFunction0DUnsigned___dealloc__()

static void UnaryFunction0DUnsigned___dealloc__ ( BPy_UnaryFunction0DUnsigned * self)
static

Definition at line 77 of file BPy_UnaryFunction0DUnsigned.cpp.

References self, and UnaryFunction0D_Type.

◆ UnaryFunction0DUnsigned___init__()

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

Definition at line 63 of file BPy_UnaryFunction0DUnsigned.cpp.

References self.

◆ UnaryFunction0DUnsigned___repr__()

static PyObject * UnaryFunction0DUnsigned___repr__ ( BPy_UnaryFunction0DUnsigned * self)
static

Definition at line 83 of file BPy_UnaryFunction0DUnsigned.cpp.

References self.

◆ UnaryFunction0DUnsigned_Init()

int UnaryFunction0DUnsigned_Init ( PyObject * module)

Variable Documentation

◆ UnaryFunction0DUnsigned_Type

PyTypeObject UnaryFunction0DUnsigned_Type

Definition at line 118 of file BPy_UnaryFunction0DUnsigned.cpp.

Referenced by UnaryFunction0DUnsigned_Init().