Blender  V3.3
Functions | Variables
BPy_UnaryFunction0DId.cpp File Reference
#include "BPy_UnaryFunction0DId.h"
#include "../BPy_Convert.h"
#include "../Iterator/BPy_Interface0DIterator.h"
#include "UnaryFunction0D_Id/BPy_ShapeIdF0D.h"

Go to the source code of this file.

Functions

int UnaryFunction0DId_Init (PyObject *module)
 
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

static char UnaryFunction0DId___doc__ []
 
PyTypeObject UnaryFunction0DId_Type
 

Function Documentation

◆ UnaryFunction0DId___call__()

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

Definition at line 80 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 69 of file BPy_UnaryFunction0DId.cpp.

References UnaryFunction0D_Type.

◆ UnaryFunction0DId___init__()

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

Definition at line 57 of file BPy_UnaryFunction0DId.cpp.

◆ UnaryFunction0DId___repr__()

static PyObject* UnaryFunction0DId___repr__ ( BPy_UnaryFunction0DId self)
static

Definition at line 75 of file BPy_UnaryFunction0DId.cpp.

References self.

◆ UnaryFunction0DId_Init()

int UnaryFunction0DId_Init ( PyObject *  module)

Definition at line 24 of file BPy_UnaryFunction0DId.cpp.

References module, ShapeIdF0D_Type, and UnaryFunction0DId_Type.

Referenced by UnaryFunction0D_Init().

Variable Documentation

◆ UnaryFunction0DId___doc__

char UnaryFunction0DId___doc__[]
static
Initial value:
=
"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"

Definition at line 47 of file BPy_UnaryFunction0DId.cpp.

◆ UnaryFunction0DId_Type

PyTypeObject UnaryFunction0DId_Type

Definition at line 108 of file BPy_UnaryFunction0DId.cpp.

Referenced by UnaryFunction0DId_Init().