Blender  V3.3
Functions | Variables
BPy_UnaryFunction0DVectorViewShape.cpp File Reference
#include "BPy_UnaryFunction0DVectorViewShape.h"
#include "../BPy_Convert.h"
#include "../Iterator/BPy_Interface0DIterator.h"
#include "UnaryFunction0D_vector_ViewShape/BPy_GetOccludersF0D.h"

Go to the source code of this file.

Functions

int UnaryFunction0DVectorViewShape_Init (PyObject *module)
 
static int UnaryFunction0DVectorViewShape___init__ (BPy_UnaryFunction0DVectorViewShape *self, PyObject *args, PyObject *kwds)
 
static void UnaryFunction0DVectorViewShape___dealloc__ (BPy_UnaryFunction0DVectorViewShape *self)
 
static PyObject * UnaryFunction0DVectorViewShape___repr__ (BPy_UnaryFunction0DVectorViewShape *self)
 
static PyObject * UnaryFunction0DVectorViewShape___call__ (BPy_UnaryFunction0DVectorViewShape *self, PyObject *args, PyObject *kwds)
 

Variables

static char UnaryFunction0DVectorViewShape___doc__ []
 
PyTypeObject UnaryFunction0DVectorViewShape_Type
 

Function Documentation

◆ UnaryFunction0DVectorViewShape___call__()

static PyObject* UnaryFunction0DVectorViewShape___call__ ( BPy_UnaryFunction0DVectorViewShape self,
PyObject *  args,
PyObject *  kwds 
)
static

◆ UnaryFunction0DVectorViewShape___dealloc__()

static void UnaryFunction0DVectorViewShape___dealloc__ ( BPy_UnaryFunction0DVectorViewShape self)
static

Definition at line 73 of file BPy_UnaryFunction0DVectorViewShape.cpp.

References UnaryFunction0D_Type.

◆ UnaryFunction0DVectorViewShape___init__()

static int UnaryFunction0DVectorViewShape___init__ ( BPy_UnaryFunction0DVectorViewShape self,
PyObject *  args,
PyObject *  kwds 
)
static

◆ UnaryFunction0DVectorViewShape___repr__()

static PyObject* UnaryFunction0DVectorViewShape___repr__ ( BPy_UnaryFunction0DVectorViewShape self)
static

Definition at line 79 of file BPy_UnaryFunction0DVectorViewShape.cpp.

References self.

◆ UnaryFunction0DVectorViewShape_Init()

int UnaryFunction0DVectorViewShape_Init ( PyObject *  module)

Variable Documentation

◆ UnaryFunction0DVectorViewShape___doc__

char UnaryFunction0DVectorViewShape___doc__[]
static
Initial value:
=
"Class hierarchy: :class:`UnaryFunction0D` > :class:`UnaryFunction0DVectorViewShape`\n"
"\n"
"Base class for unary functions (functors) that work on\n"
":class:`Interface0DIterator` and return a list of :class:`ViewShape`\n"
"objects.\n"
"\n"
".. method:: __init__()\n"
"\n"
" Default constructor.\n"

Definition at line 48 of file BPy_UnaryFunction0DVectorViewShape.cpp.

◆ UnaryFunction0DVectorViewShape_Type

PyTypeObject UnaryFunction0DVectorViewShape_Type