Blender  V3.3
Functions | Variables
BPy_NonTVertex.cpp File Reference
#include "BPy_NonTVertex.h"
#include "../../BPy_Convert.h"
#include "../BPy_SVertex.h"

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 *UNUSED(closure))
 
static int NonTVertex_svertex_set (BPy_NonTVertex *self, PyObject *value, void *UNUSED(closure))
 

Variables

static PyGetSetDef BPy_NonTVertex_getseters []
 
PyTypeObject NonTVertex_Type
 

Function Documentation

◆ NonTVertex_init()

static int NonTVertex_init ( BPy_NonTVertex self,
PyObject *  args,
PyObject *  kwds 
)
static

Definition at line 39 of file BPy_NonTVertex.cpp.

References SVertex_Type.

◆ NonTVertex_svertex_get()

static PyObject* NonTVertex_svertex_get ( BPy_NonTVertex self,
void UNUSEDclosure 
)
static

Definition at line 66 of file BPy_NonTVertex.cpp.

References BPy_SVertex_from_SVertex(), and v.

◆ NonTVertex_svertex_set()

static int NonTVertex_svertex_set ( BPy_NonTVertex self,
PyObject *  value,
void UNUSEDclosure 
)
static

Definition at line 75 of file BPy_NonTVertex.cpp.

References BPy_SVertex_Check.

◆ PyDoc_STRVAR() [1/2]

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`"   
)

◆ PyDoc_STRVAR() [2/2]

PyDoc_STRVAR ( NonTVertex_svertex_doc  ,
"The SVertex on top of which this NonTVertex is built.\n" "\n" ":type: :class:`SVertex`"   
)

Variable Documentation

◆ BPy_NonTVertex_getseters

PyGetSetDef BPy_NonTVertex_getseters[]
static
Initial value:
= {
{"svertex",
NonTVertex_svertex_doc,
nullptr},
{nullptr, nullptr, nullptr, nullptr, nullptr}
}
static int NonTVertex_svertex_set(BPy_NonTVertex *self, PyObject *value, void *UNUSED(closure))
static PyObject * NonTVertex_svertex_get(BPy_NonTVertex *self, void *UNUSED(closure))

Definition at line 85 of file BPy_NonTVertex.cpp.

◆ NonTVertex_Type

PyTypeObject NonTVertex_Type

Definition at line 95 of file BPy_NonTVertex.cpp.

Referenced by BPy_NonTVertex_from_NonTVertex(), and Interface0D_Init().