|
Blender V4.5
|
Go to the source code of this file.
Functions | |
| PyDoc_STRVAR (NonTVertex_doc, "Class hierarchy: :class:`Interface0D` > :class:`ViewVertex` > :class:`NonTVertex`\n" "\n" "View vertex for corners, cusps, etc. associated to a single SVertex.\n" "Can be associated to 2 or more view edges.\n" "\n" ".. method:: __init__()\n" " __init__(svertex)\n" "\n" " Builds a :class:`NonTVertex` using the default constructor or a :class:`SVertex`.\n" "\n" " :arg svertex: An SVertex object.\n" " :type svertex: :class:`SVertex`") | |
| static int | NonTVertex_init (BPy_NonTVertex *self, PyObject *args, PyObject *kwds) |
| PyDoc_STRVAR (NonTVertex_svertex_doc, "The SVertex on top of which this NonTVertex is built.\n" "\n" ":type: :class:`SVertex`") | |
| static PyObject * | NonTVertex_svertex_get (BPy_NonTVertex *self, void *) |
| static int | NonTVertex_svertex_set (BPy_NonTVertex *self, PyObject *value, void *) |
Variables | |
| static PyGetSetDef | BPy_NonTVertex_getseters [] |
| PyTypeObject | NonTVertex_Type |
|
static |
Definition at line 38 of file BPy_NonTVertex.cpp.
References BPy_Interface0D::borrowed, BPy_Interface0D::if0D, Freestyle::NonTVertex::NonTVertex(), NonTVertex_init(), BPy_NonTVertex::ntv, BPy_ViewVertex::py_if0D, BPy_NonTVertex::py_vv, SVertex_Type, and BPy_ViewVertex::vv.
Referenced by NonTVertex_init().
|
static |
Definition at line 67 of file BPy_NonTVertex.cpp.
References BPy_SVertex_from_SVertex(), NonTVertex_svertex_get(), BPy_NonTVertex::ntv, Freestyle::NonTVertex::svertex(), and v.
Referenced by NonTVertex_svertex_get().
|
static |
Definition at line 76 of file BPy_NonTVertex.cpp.
References BPy_SVertex_Check, NonTVertex_svertex_set(), BPy_NonTVertex::ntv, and Freestyle::NonTVertex::setSVertex().
Referenced by NonTVertex_svertex_set().
| PyDoc_STRVAR | ( | NonTVertex_doc | , |
| "Class hierarchy: :class:`Interface0D` | , | ||
| :class:`ViewVertex` | , | ||
| :class:`NonTVertex`\n" "\n" "View vertex for | corners, | ||
| cusps | , | ||
| etc. associated to a single SVertex.\n" "Can be associated to 2 or more view edges.\n" "\n" ".. method::__init__()\n" " __init__(svertex)\n" "\n" " Builds a :class:`NonTVertex` using the default constructor or a :class:`SVertex`.\n" "\n" " :arg svertex:An SVertex object.\n" " :type svertex::class:`SVertex`" | ) |
References PyDoc_STRVAR().
| PyDoc_STRVAR | ( | NonTVertex_svertex_doc | , |
| "The SVertex on top of which this NonTVertex is built.\n" "\n" ":type: :class:`SVertex`" | ) |
References PyDoc_STRVAR().
|
static |
Definition at line 86 of file BPy_NonTVertex.cpp.
| PyTypeObject NonTVertex_Type |
Definition at line 97 of file BPy_NonTVertex.cpp.
Referenced by BPy_NonTVertex_from_NonTVertex(), and Interface0D_Init().