Blender  V3.3
Classes | Macros | Functions | Variables
BPy_UnaryFunction0DEdgeNature.h File Reference
#include "../BPy_UnaryFunction0D.h"
#include "../../winged_edge/Nature.h"

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction0DEdgeNature
 

Macros

#define BPy_UnaryFunction0DEdgeNature_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DEdgeNature_Type))
 

Functions

int UnaryFunction0DEdgeNature_Init (PyObject *module)
 

Variables

PyTypeObject UnaryFunction0DEdgeNature_Type
 

Macro Definition Documentation

◆ BPy_UnaryFunction0DEdgeNature_Check

#define BPy_UnaryFunction0DEdgeNature_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DEdgeNature_Type))

Definition at line 21 of file BPy_UnaryFunction0DEdgeNature.h.

Function Documentation

◆ UnaryFunction0DEdgeNature_Init()

int UnaryFunction0DEdgeNature_Init ( PyObject *  module)

Variable Documentation

◆ UnaryFunction0DEdgeNature_Type

PyTypeObject UnaryFunction0DEdgeNature_Type
extern

Definition at line 112 of file BPy_UnaryFunction0DEdgeNature.cpp.

Referenced by UnaryFunction0DEdgeNature_Init().