Blender  V3.3
Classes | Macros | Variables
BPy_GetYF0D.h File Reference
#include "../BPy_UnaryFunction0DDouble.h"

Go to the source code of this file.

Classes

struct  BPy_GetYF0D
 

Macros

#define BPy_GetYF0D_Check(v)   (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetYF0D_Type))
 

Variables

PyTypeObject GetYF0D_Type
 

Macro Definition Documentation

◆ BPy_GetYF0D_Check

#define BPy_GetYF0D_Check (   v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetYF0D_Type))

Definition at line 19 of file BPy_GetYF0D.h.

Variable Documentation

◆ GetYF0D_Type

PyTypeObject GetYF0D_Type
extern

Definition at line 53 of file BPy_GetYF0D.cpp.

Referenced by UnaryFunction0DDouble_Init().