Blender V5.0
BPy_UnaryFunction0DVectorViewShape.h File Reference
#include "../BPy_UnaryFunction0D.h"
#include "../../view_map/ViewMap.h"
#include <vector>

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction0DVectorViewShape

Macros

#define BPy_UnaryFunction0DVectorViewShape_Check(v)

Functions

int UnaryFunction0DVectorViewShape_Init (PyObject *module)

Variables

PyTypeObject UnaryFunction0DVectorViewShape_Type

Macro Definition Documentation

◆ BPy_UnaryFunction0DVectorViewShape_Check

#define BPy_UnaryFunction0DVectorViewShape_Check ( v)
Value:
(PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DVectorViewShape_Type))
PyTypeObject UnaryFunction0DVectorViewShape_Type
ATTR_WARN_UNUSED_RESULT const BMVert * v

Definition at line 20 of file BPy_UnaryFunction0DVectorViewShape.h.

Referenced by Director_BPy_UnaryFunction0D___call__().

Function Documentation

◆ UnaryFunction0DVectorViewShape_Init()

int UnaryFunction0DVectorViewShape_Init ( PyObject * module)

Variable Documentation

◆ UnaryFunction0DVectorViewShape_Type

PyTypeObject UnaryFunction0DVectorViewShape_Type
extern