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

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction1DFloat
 

Macros

#define BPy_UnaryFunction1DFloat_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DFloat_Type))
 

Functions

int UnaryFunction1DFloat_Init (PyObject *module)
 

Variables

PyTypeObject UnaryFunction1DFloat_Type
 

Macro Definition Documentation

◆ BPy_UnaryFunction1DFloat_Check

#define BPy_UnaryFunction1DFloat_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DFloat_Type))

Definition at line 19 of file BPy_UnaryFunction1DFloat.h.

Function Documentation

◆ UnaryFunction1DFloat_Init()

int UnaryFunction1DFloat_Init ( PyObject *  module)

Definition at line 23 of file BPy_UnaryFunction1DFloat.cpp.

References module, and UnaryFunction1DFloat_Type.

Referenced by UnaryFunction1D_Init().

Variable Documentation

◆ UnaryFunction1DFloat_Type

PyTypeObject UnaryFunction1DFloat_Type
extern

Definition at line 150 of file BPy_UnaryFunction1DFloat.cpp.

Referenced by UnaryFunction1DFloat_Init().