Blender V5.0
BPy_UnaryFunction0DVec3f.cpp File Reference

Go to the source code of this file.

Functions

int UnaryFunction0DVec3f_Init (PyObject *module)
 PyDoc_STRVAR (UnaryFunction0DVec3f___doc__, "Class hierarchy: :class:`UnaryFunction0D` > :class:`UnaryFunction0DVec3f`\n" "\n" "Base class for unary functions (functors) that work on\n" ":class:`Interface0DIterator` and return a 3D vector.\n" "\n" ".. method:: __init__()\n" "\n" " Default constructor.\n")
static int UnaryFunction0DVec3f___init__ (BPy_UnaryFunction0DVec3f *self, PyObject *args, PyObject *kwds)
static void UnaryFunction0DVec3f___dealloc__ (BPy_UnaryFunction0DVec3f *self)
static PyObject * UnaryFunction0DVec3f___repr__ (BPy_UnaryFunction0DVec3f *self)
static PyObject * UnaryFunction0DVec3f___call__ (BPy_UnaryFunction0DVec3f *self, PyObject *args, PyObject *kwds)

Variables

PyTypeObject UnaryFunction0DVec3f_Type

Function Documentation

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( UnaryFunction0DVec3f___doc__ ,
"Class hierarchy: :class:`UnaryFunction0D` ,
:class:`UnaryFunction0DVec3f`\n" "\n" "Base class for unary functions(functors) that work on\n" ":class:`Interface0DIterator` and return a 3D vector.\n" "\n" ".. method::__init__()\n" "\n" " Default constructor.\n"  )

◆ UnaryFunction0DVec3f___call__()

PyObject * UnaryFunction0DVec3f___call__ ( BPy_UnaryFunction0DVec3f * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 80 of file BPy_UnaryFunction0DVec3f.cpp.

References Interface0DIterator_Type, self, and Vector_from_Vec3f().

◆ UnaryFunction0DVec3f___dealloc__()

void UnaryFunction0DVec3f___dealloc__ ( BPy_UnaryFunction0DVec3f * self)
static

Definition at line 69 of file BPy_UnaryFunction0DVec3f.cpp.

References self, and UnaryFunction0D_Type.

◆ UnaryFunction0DVec3f___init__()

int UnaryFunction0DVec3f___init__ ( BPy_UnaryFunction0DVec3f * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 55 of file BPy_UnaryFunction0DVec3f.cpp.

References self.

◆ UnaryFunction0DVec3f___repr__()

PyObject * UnaryFunction0DVec3f___repr__ ( BPy_UnaryFunction0DVec3f * self)
static

Definition at line 75 of file BPy_UnaryFunction0DVec3f.cpp.

References self.

◆ UnaryFunction0DVec3f_Init()

int UnaryFunction0DVec3f_Init ( PyObject * module)

Variable Documentation

◆ UnaryFunction0DVec3f_Type

PyTypeObject UnaryFunction0DVec3f_Type

Definition at line 109 of file BPy_UnaryFunction0DVec3f.cpp.

Referenced by UnaryFunction0DVec3f_Init().