Blender  V3.3
Functions | Variables
BPy_UnaryFunction0DFloat.cpp File Reference
#include "BPy_UnaryFunction0DFloat.h"
#include "../BPy_Convert.h"
#include "../Iterator/BPy_Interface0DIterator.h"
#include "UnaryFunction0D_float/BPy_GetCurvilinearAbscissaF0D.h"
#include "UnaryFunction0D_float/BPy_GetParameterF0D.h"
#include "UnaryFunction0D_float/BPy_GetViewMapGradientNormF0D.h"
#include "UnaryFunction0D_float/BPy_ReadCompleteViewMapPixelF0D.h"
#include "UnaryFunction0D_float/BPy_ReadMapPixelF0D.h"
#include "UnaryFunction0D_float/BPy_ReadSteerableViewMapPixelF0D.h"

Go to the source code of this file.

Functions

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

static char UnaryFunction0DFloat___doc__ []
 
PyTypeObject UnaryFunction0DFloat_Type
 

Function Documentation

◆ UnaryFunction0DFloat___call__()

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

Definition at line 121 of file BPy_UnaryFunction0DFloat.cpp.

References Interface0DIterator_Type, and self.

◆ UnaryFunction0DFloat___dealloc__()

static void UnaryFunction0DFloat___dealloc__ ( BPy_UnaryFunction0DFloat self)
static

Definition at line 110 of file BPy_UnaryFunction0DFloat.cpp.

References UnaryFunction0D_Type.

◆ UnaryFunction0DFloat___init__()

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

Definition at line 96 of file BPy_UnaryFunction0DFloat.cpp.

◆ UnaryFunction0DFloat___repr__()

static PyObject* UnaryFunction0DFloat___repr__ ( BPy_UnaryFunction0DFloat self)
static

Definition at line 116 of file BPy_UnaryFunction0DFloat.cpp.

References self.

◆ UnaryFunction0DFloat_Init()

int UnaryFunction0DFloat_Init ( PyObject *  module)

Variable Documentation

◆ UnaryFunction0DFloat___doc__

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

Definition at line 86 of file BPy_UnaryFunction0DFloat.cpp.

◆ UnaryFunction0DFloat_Type

PyTypeObject UnaryFunction0DFloat_Type

Definition at line 149 of file BPy_UnaryFunction0DFloat.cpp.

Referenced by UnaryFunction0DFloat_Init().