Blender  V3.3
BPy_IncrementChainingTimeStampF1D.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 #include "../BPy_UnaryFunction1DVoid.h"
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
16 
17 extern PyTypeObject IncrementChainingTimeStampF1D_Type;
18 
19 #define BPy_IncrementChainingTimeStampF1D_Check(v) \
20  (PyObject_IsInstance((PyObject *)v, (PyObject *)&IncrementChainingTimeStampF1D_Type))
21 
22 /*---------------------------Python BPy_IncrementChainingTimeStampF1D structure
23  * definition----------*/
24 typedef struct {
27 
29 
30 #ifdef __cplusplus
31 }
32 #endif
PyTypeObject IncrementChainingTimeStampF1D_Type