Blender  V3.3
Classes | Macros | Functions | Variables
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)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DVectorViewShape_Type))
 

Functions

int UnaryFunction0DVectorViewShape_Init (PyObject *module)
 

Variables

PyTypeObject UnaryFunction0DVectorViewShape_Type
 

Macro Definition Documentation

◆ BPy_UnaryFunction0DVectorViewShape_Check

#define BPy_UnaryFunction0DVectorViewShape_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DVectorViewShape_Type))

Definition at line 22 of file BPy_UnaryFunction0DVectorViewShape.h.

Function Documentation

◆ UnaryFunction0DVectorViewShape_Init()

int UnaryFunction0DVectorViewShape_Init ( PyObject *  module)

Variable Documentation

◆ UnaryFunction0DVectorViewShape_Type

PyTypeObject UnaryFunction0DVectorViewShape_Type
extern