Blender  V3.3
Functions | Variables
BPy_UnaryFunction0DVec3f.cpp File Reference
#include "BPy_UnaryFunction0DVec3f.h"
#include "../BPy_Convert.h"
#include "../Iterator/BPy_Interface0DIterator.h"
#include "UnaryFunction0D_Vec3f/BPy_VertexOrientation3DF0D.h"

Go to the source code of this file.

Functions

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

static char UnaryFunction0DVec3f___doc__ []
 
PyTypeObject UnaryFunction0DVec3f_Type
 

Function Documentation

◆ UnaryFunction0DVec3f___call__()

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

Definition at line 82 of file BPy_UnaryFunction0DVec3f.cpp.

References Interface0DIterator_Type, self, and Vector_from_Vec3f().

◆ UnaryFunction0DVec3f___dealloc__()

static void UnaryFunction0DVec3f___dealloc__ ( BPy_UnaryFunction0DVec3f self)
static

Definition at line 71 of file BPy_UnaryFunction0DVec3f.cpp.

References UnaryFunction0D_Type.

◆ UnaryFunction0DVec3f___init__()

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

Definition at line 57 of file BPy_UnaryFunction0DVec3f.cpp.

◆ UnaryFunction0DVec3f___repr__()

static PyObject* UnaryFunction0DVec3f___repr__ ( BPy_UnaryFunction0DVec3f self)
static

Definition at line 77 of file BPy_UnaryFunction0DVec3f.cpp.

References self.

◆ UnaryFunction0DVec3f_Init()

int UnaryFunction0DVec3f_Init ( PyObject *  module)

Variable Documentation

◆ UnaryFunction0DVec3f___doc__

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

Definition at line 47 of file BPy_UnaryFunction0DVec3f.cpp.

◆ UnaryFunction0DVec3f_Type

PyTypeObject UnaryFunction0DVec3f_Type

Definition at line 110 of file BPy_UnaryFunction0DVec3f.cpp.

Referenced by UnaryFunction0DVec3f_Init().