Blender
V5.0
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
8
9
#pragma once
10
11
#include "
../BPy_CurvePoint.h
"
12
13
#include "
../../../stroke/Stroke.h
"
14
16
17
extern
PyTypeObject
StrokeVertex_Type
;
18
19
#define BPy_StrokeVertex_Check(v) \
20
(PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeVertex_Type))
21
22
/*---------------------------Python BPy_StrokeVertex structure definition----------*/
23
typedef
struct
{
24
BPy_CurvePoint
py_cp
;
25
Freestyle::StrokeVertex
*
sv
;
26
}
BPy_StrokeVertex
;
27
28
/*---------------------------Python BPy_StrokeVertex visible prototypes-----------*/
29
30
void
StrokeVertex_mathutils_register_callback
();
31
BPy_CurvePoint.h
StrokeVertex_Type
PyTypeObject StrokeVertex_Type
Definition
BPy_StrokeVertex.cpp:351
StrokeVertex_mathutils_register_callback
void StrokeVertex_mathutils_register_callback()
Definition
BPy_StrokeVertex.cpp:212
Stroke.h
Classes to define a stroke.
Freestyle::StrokeVertex
Definition
Stroke.h:310
BPy_CurvePoint
Definition
BPy_CurvePoint.h:22
BPy_StrokeVertex
Definition
BPy_StrokeVertex.h:23
BPy_StrokeVertex::py_cp
BPy_CurvePoint py_cp
Definition
BPy_StrokeVertex.h:24
BPy_StrokeVertex::sv
Freestyle::StrokeVertex * sv
Definition
BPy_StrokeVertex.h:25
Generated on
for Blender by
doxygen
1.16.1