Blender
V5.0
source
blender
freestyle
intern
python
Interface1D
FEdge
BPy_FEdgeSharp.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_FEdge.h
"
12
13
#include "
../../../view_map/Silhouette.h
"
14
16
17
extern
PyTypeObject
FEdgeSharp_Type
;
18
19
#define BPy_FEdgeSharp_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&FEdgeSharp_Type))
20
21
/*---------------------------Python BPy_FEdgeSharp structure definition----------*/
22
typedef
struct
{
23
BPy_FEdge
py_fe
;
24
Freestyle::FEdgeSharp
*
fes
;
25
}
BPy_FEdgeSharp
;
26
27
/*---------------------------Python BPy_FEdgeSharp visible prototypes-----------*/
28
29
void
FEdgeSharp_mathutils_register_callback
();
30
FEdgeSharp_Type
PyTypeObject FEdgeSharp_Type
Definition
BPy_FEdgeSharp.cpp:402
FEdgeSharp_mathutils_register_callback
void FEdgeSharp_mathutils_register_callback()
Definition
BPy_FEdgeSharp.cpp:187
BPy_FEdge.h
Silhouette.h
Classes to define a silhouette structure.
Freestyle::FEdgeSharp
Definition
Silhouette.h:1124
BPy_FEdgeSharp
Definition
BPy_FEdgeSharp.h:22
BPy_FEdgeSharp::py_fe
BPy_FEdge py_fe
Definition
BPy_FEdgeSharp.h:23
BPy_FEdgeSharp::fes
Freestyle::FEdgeSharp * fes
Definition
BPy_FEdgeSharp.h:24
BPy_FEdge
Definition
BPy_FEdge.h:22
Generated on
for Blender by
doxygen
1.16.1