Blender
V4.3
source
blender
freestyle
intern
python
Interface0D
CurvePoint
BPy_StrokeVertex.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
9
#pragma once
10
11
#include "
../BPy_CurvePoint.h
"
12
13
#include "
../../../stroke/Stroke.h
"
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
20
21
extern
PyTypeObject
StrokeVertex_Type
;
22
23
#define BPy_StrokeVertex_Check(v) \
24
(PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeVertex_Type))
25
26
/*---------------------------Python BPy_StrokeVertex structure definition----------*/
27
typedef
struct
{
28
BPy_CurvePoint
py_cp
;
29
Freestyle::StrokeVertex
*
sv
;
30
}
BPy_StrokeVertex
;
31
32
/*---------------------------Python BPy_StrokeVertex visible prototypes-----------*/
33
34
void
StrokeVertex_mathutils_register_callback
();
35
37
38
#ifdef __cplusplus
39
}
40
#endif
BPy_CurvePoint.h
StrokeVertex_mathutils_register_callback
void StrokeVertex_mathutils_register_callback()
Definition
BPy_StrokeVertex.cpp:217
StrokeVertex_Type
PyTypeObject StrokeVertex_Type
Definition
BPy_StrokeVertex.cpp:361
Stroke.h
Classes to define a stroke.
Freestyle::StrokeVertex
Definition
Stroke.h:314
BPy_CurvePoint
Definition
BPy_CurvePoint.h:26
BPy_StrokeVertex
Definition
BPy_StrokeVertex.h:27
BPy_StrokeVertex::py_cp
BPy_CurvePoint py_cp
Definition
BPy_StrokeVertex.h:28
BPy_StrokeVertex::sv
Freestyle::StrokeVertex * sv
Definition
BPy_StrokeVertex.h:29
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0