Blender V4.3
BPy_UnaryFunction0DFloat.cpp File Reference

Go to the source code of this file.

Functions

int UnaryFunction0DFloat_Init (PyObject *module)
 
 PyDoc_STRVAR (UnaryFunction0DFloat___doc__, "Class hierarchy: :class:`UnaryFunction0D` > :class:`UnaryFunction0DFloat`\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 UnaryFunction0DFloat___init__ (BPy_UnaryFunction0DFloat *self, PyObject *args, PyObject *kwds)
 
static void UnaryFunction0DFloat___dealloc__ (BPy_UnaryFunction0DFloat *self)
 
static PyObject * UnaryFunction0DFloat___repr__ (BPy_UnaryFunction0DFloat *self)
 
static PyObject * UnaryFunction0DFloat___call__ (BPy_UnaryFunction0DFloat *self, PyObject *args, PyObject *kwds)
 

Variables

PyTypeObject UnaryFunction0DFloat_Type
 

Function Documentation

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( UnaryFunction0DFloat___doc__ ,
"Class hierarchy: :class:`UnaryFunction0D` ,
:class:`UnaryFunction0DFloat`\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"  )

◆ UnaryFunction0DFloat___call__()

static PyObject * UnaryFunction0DFloat___call__ ( BPy_UnaryFunction0DFloat * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 118 of file BPy_UnaryFunction0DFloat.cpp.

References Interface0DIterator_Type, and self.

◆ UnaryFunction0DFloat___dealloc__()

static void UnaryFunction0DFloat___dealloc__ ( BPy_UnaryFunction0DFloat * self)
static

Definition at line 107 of file BPy_UnaryFunction0DFloat.cpp.

References self, and UnaryFunction0D_Type.

◆ UnaryFunction0DFloat___init__()

static int UnaryFunction0DFloat___init__ ( BPy_UnaryFunction0DFloat * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 93 of file BPy_UnaryFunction0DFloat.cpp.

References self.

◆ UnaryFunction0DFloat___repr__()

static PyObject * UnaryFunction0DFloat___repr__ ( BPy_UnaryFunction0DFloat * self)
static

Definition at line 113 of file BPy_UnaryFunction0DFloat.cpp.

References self.

◆ UnaryFunction0DFloat_Init()

Variable Documentation

◆ UnaryFunction0DFloat_Type

PyTypeObject UnaryFunction0DFloat_Type

Definition at line 147 of file BPy_UnaryFunction0DFloat.cpp.

Referenced by UnaryFunction0DFloat_Init().