Blender  V3.3
Classes | Macros | Functions | Variables
BPy_UnaryFunction1DVec2f.h File Reference
#include "../BPy_UnaryFunction1D.h"
#include "../../geometry/Geom.h"

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction1DVec2f
 

Macros

#define BPy_UnaryFunction1DVec2f_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DVec2f_Type))
 

Functions

int UnaryFunction1DVec2f_Init (PyObject *module)
 

Variables

PyTypeObject UnaryFunction1DVec2f_Type
 

Macro Definition Documentation

◆ BPy_UnaryFunction1DVec2f_Check

#define BPy_UnaryFunction1DVec2f_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DVec2f_Type))

Definition at line 21 of file BPy_UnaryFunction1DVec2f.h.

Function Documentation

◆ UnaryFunction1DVec2f_Init()

int UnaryFunction1DVec2f_Init ( PyObject *  module)

Variable Documentation

◆ UnaryFunction1DVec2f_Type

PyTypeObject UnaryFunction1DVec2f_Type
extern

Definition at line 165 of file BPy_UnaryFunction1DVec2f.cpp.

Referenced by UnaryFunction1DVec2f_Init().