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

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction1DDouble
 

Macros

#define BPy_UnaryFunction1DDouble_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DDouble_Type))
 

Functions

int UnaryFunction1DDouble_Init (PyObject *module)
 

Variables

PyTypeObject UnaryFunction1DDouble_Type
 

Macro Definition Documentation

◆ BPy_UnaryFunction1DDouble_Check

#define BPy_UnaryFunction1DDouble_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DDouble_Type))

Definition at line 19 of file BPy_UnaryFunction1DDouble.h.

Function Documentation

◆ UnaryFunction1DDouble_Init()

int UnaryFunction1DDouble_Init ( PyObject *  module)

Variable Documentation

◆ UnaryFunction1DDouble_Type

PyTypeObject UnaryFunction1DDouble_Type
extern

Definition at line 254 of file BPy_UnaryFunction1DDouble.cpp.

Referenced by UnaryFunction1DDouble_Init().