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

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction1DVectorViewShape

Macros

#define BPy_UnaryFunction1DVectorViewShape_Check(v)

Functions

int UnaryFunction1DVectorViewShape_Init (PyObject *module)

Variables

PyTypeObject UnaryFunction1DVectorViewShape_Type

Macro Definition Documentation

◆ BPy_UnaryFunction1DVectorViewShape_Check

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

Definition at line 20 of file BPy_UnaryFunction1DVectorViewShape.h.

Referenced by Director_BPy_UnaryFunction1D___call__().

Function Documentation

◆ UnaryFunction1DVectorViewShape_Init()

int UnaryFunction1DVectorViewShape_Init ( PyObject * module)

Variable Documentation

◆ UnaryFunction1DVectorViewShape_Type

PyTypeObject UnaryFunction1DVectorViewShape_Type
extern