Blender  V3.3
Classes | Macros | Functions | Variables
BPy_UnaryFunction0DViewShape.h File Reference
#include "../BPy_UnaryFunction0D.h"
#include "../../view_map/ViewMap.h"

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction0DViewShape
 

Macros

#define BPy_UnaryFunction0DViewShape_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DViewShape_Type))
 

Functions

int UnaryFunction0DViewShape_Init (PyObject *module)
 

Variables

PyTypeObject UnaryFunction0DViewShape_Type
 

Macro Definition Documentation

◆ BPy_UnaryFunction0DViewShape_Check

#define BPy_UnaryFunction0DViewShape_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DViewShape_Type))

Definition at line 21 of file BPy_UnaryFunction0DViewShape.h.

Function Documentation

◆ UnaryFunction0DViewShape_Init()

int UnaryFunction0DViewShape_Init ( PyObject *  module)

Variable Documentation

◆ UnaryFunction0DViewShape_Type

PyTypeObject UnaryFunction0DViewShape_Type
extern

Definition at line 119 of file BPy_UnaryFunction0DViewShape.cpp.

Referenced by UnaryFunction0DViewShape_Init().