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

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction1DEdgeNature
 

Macros

#define BPy_UnaryFunction1DEdgeNature_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DEdgeNature_Type))
 

Functions

int UnaryFunction1DEdgeNature_Init (PyObject *module)
 

Variables

PyTypeObject UnaryFunction1DEdgeNature_Type
 

Macro Definition Documentation

◆ BPy_UnaryFunction1DEdgeNature_Check

#define BPy_UnaryFunction1DEdgeNature_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DEdgeNature_Type))

Definition at line 21 of file BPy_UnaryFunction1DEdgeNature.h.

Function Documentation

◆ UnaryFunction1DEdgeNature_Init()

int UnaryFunction1DEdgeNature_Init ( PyObject *  module)

Variable Documentation

◆ UnaryFunction1DEdgeNature_Type

PyTypeObject UnaryFunction1DEdgeNature_Type
extern

Definition at line 161 of file BPy_UnaryFunction1DEdgeNature.cpp.

Referenced by UnaryFunction1DEdgeNature_Init().