Blender V4.3
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)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DVectorViewShape_Type))
 

Functions

int UnaryFunction1DVectorViewShape_Init (PyObject *module)
 

Variables

PyTypeObject UnaryFunction1DVectorViewShape_Type
 

Macro Definition Documentation

◆ BPy_UnaryFunction1DVectorViewShape_Check

#define BPy_UnaryFunction1DVectorViewShape_Check ( v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DVectorViewShape_Type))

Function Documentation

◆ UnaryFunction1DVectorViewShape_Init()

int UnaryFunction1DVectorViewShape_Init ( PyObject * module)

Variable Documentation

◆ UnaryFunction1DVectorViewShape_Type

PyTypeObject UnaryFunction1DVectorViewShape_Type
extern