Blender V4.3
BPy_UnaryFunction0DDouble.cpp File Reference

Go to the source code of this file.

Functions

int UnaryFunction0DDouble_Init (PyObject *module)
 
 PyDoc_STRVAR (UnaryFunction0DDouble___doc__, "Class hierarchy: :class:`UnaryFunction0D` > :class:`UnaryFunction0DDouble`\n" "\n" "Base class for unary functions (functors) that work on\n" ":class:`Interface0DIterator` and return a float value.\n" "\n" ".. method:: __init__()\n" "\n" " Default constructor.\n")
 
static int UnaryFunction0DDouble___init__ (BPy_UnaryFunction0DDouble *self, PyObject *args, PyObject *kwds)
 
static void UnaryFunction0DDouble___dealloc__ (BPy_UnaryFunction0DDouble *self)
 
static PyObject * UnaryFunction0DDouble___repr__ (BPy_UnaryFunction0DDouble *self)
 
static PyObject * UnaryFunction0DDouble___call__ (BPy_UnaryFunction0DDouble *self, PyObject *args, PyObject *kwds)
 

Variables

PyTypeObject UnaryFunction0DDouble_Type
 

Function Documentation

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( UnaryFunction0DDouble___doc__ ,
"Class hierarchy: :class:`UnaryFunction0D` ,
:class:`UnaryFunction0DDouble`\n" "\n" "Base class for unary functions(functors) that work on\n" ":class:`Interface0DIterator` and return a float value.\n" "\n" ".. method::__init__()\n" "\n" " Default constructor.\n"  )

◆ UnaryFunction0DDouble___call__()

static PyObject * UnaryFunction0DDouble___call__ ( BPy_UnaryFunction0DDouble * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 138 of file BPy_UnaryFunction0DDouble.cpp.

References Interface0DIterator_Type, and self.

◆ UnaryFunction0DDouble___dealloc__()

static void UnaryFunction0DDouble___dealloc__ ( BPy_UnaryFunction0DDouble * self)
static

Definition at line 127 of file BPy_UnaryFunction0DDouble.cpp.

References self, and UnaryFunction0D_Type.

◆ UnaryFunction0DDouble___init__()

static int UnaryFunction0DDouble___init__ ( BPy_UnaryFunction0DDouble * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 113 of file BPy_UnaryFunction0DDouble.cpp.

References self.

◆ UnaryFunction0DDouble___repr__()

static PyObject * UnaryFunction0DDouble___repr__ ( BPy_UnaryFunction0DDouble * self)
static

Definition at line 133 of file BPy_UnaryFunction0DDouble.cpp.

References self.

◆ UnaryFunction0DDouble_Init()

Variable Documentation

◆ UnaryFunction0DDouble_Type

PyTypeObject UnaryFunction0DDouble_Type