Blender  V3.3
Classes | Macros | Functions | Variables
BPy_UnaryFunction1D.h File Reference
#include <Python.h>
#include "../view_map/Functions1D.h"

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction1D
 

Macros

#define BPy_UnaryFunction1D_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1D_Type))
 

Functions

int UnaryFunction1D_Init (PyObject *module)
 

Variables

PyTypeObject UnaryFunction1D_Type
 

Macro Definition Documentation

◆ BPy_UnaryFunction1D_Check

#define BPy_UnaryFunction1D_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1D_Type))

Definition at line 23 of file BPy_UnaryFunction1D.h.

Function Documentation

◆ UnaryFunction1D_Init()

int UnaryFunction1D_Init ( PyObject *  module)

Variable Documentation

◆ UnaryFunction1D_Type

PyTypeObject UnaryFunction1D_Type
extern