|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| PyDoc_STRVAR (orientedViewEdgeIterator_doc, "Class hierarchy: :class:`Iterator` > :class:`orientedViewEdgeIterator`\n" "\n" "Class representing an iterator over oriented ViewEdges around a\n" ":class:`ViewVertex`. This iterator allows a CCW iteration (in the image\n" "plane). An instance of an orientedViewEdgeIterator can only be\n" "obtained from a ViewVertex by calling edges_begin() or edges_end().\n" "\n" ".. method:: __init__()\n" " __init__(iBrother)\n" "\n" " Creates an :class:`orientedViewEdgeIterator` using either the\n" " default constructor or the copy constructor.\n" "\n" " :arg iBrother: An orientedViewEdgeIterator object.\n" " :type iBrother: :class:`orientedViewEdgeIterator`") | |
| static int | orientedViewEdgeIterator_init (BPy_orientedViewEdgeIterator *self, PyObject *args, PyObject *kwds) |
| static PyObject * | orientedViewEdgeIterator_iter (BPy_orientedViewEdgeIterator *self) |
| static PyObject * | orientedViewEdgeIterator_iternext (BPy_orientedViewEdgeIterator *self) |
| PyDoc_STRVAR (orientedViewEdgeIterator_object_doc, "The oriented ViewEdge (i.e., a tuple of the pointed ViewEdge and a boolean\n" "value) currently pointed to by this iterator. If the boolean value is true,\n" "the ViewEdge is incoming.\n" "\n" ":type: (:class:`ViewEdge`, bool)") | |
| static PyObject * | orientedViewEdgeIterator_object_get (BPy_orientedViewEdgeIterator *self, void *) |
Variables | |
| static PyGetSetDef | BPy_orientedViewEdgeIterator_getseters [] |
| PyTypeObject | orientedViewEdgeIterator_Type |
|
static |
Definition at line 42 of file BPy_orientedViewEdgeIterator.cpp.
References orientedViewEdgeIterator_Type, and self.
|
static |
Definition at line 69 of file BPy_orientedViewEdgeIterator.cpp.
References self.
|
static |
Definition at line 76 of file BPy_orientedViewEdgeIterator.cpp.
References BPy_directedViewEdge_from_directedViewEdge(), and self.
|
static |
Definition at line 116 of file BPy_orientedViewEdgeIterator.cpp.
References BPy_directedViewEdge_from_directedViewEdge(), and self.
| PyDoc_STRVAR | ( | orientedViewEdgeIterator_doc | , |
| "Class hierarchy: :class:`Iterator` | , | ||
| :class:`orientedViewEdgeIterator`\n" "\n" "Class representing an iterator over oriented ViewEdges around a\n" ":class:`ViewVertex`. This iterator allows a CCW iteration(in the image\n" "plane). An instance of an orientedViewEdgeIterator can only be\n" "obtained from a ViewVertex by calling edges_begin() or edges_end().\n" "\n" ".. method::__init__()\n" " __init__(iBrother)\n" "\n" " Creates an :class:`orientedViewEdgeIterator` using either the\n" " default constructor or the copy constructor.\n" "\n" " :arg iBrother:An orientedViewEdgeIterator object.\n" " :type iBrother::class:`orientedViewEdgeIterator`" | ) |
| PyDoc_STRVAR | ( | orientedViewEdgeIterator_object_doc | , |
| "The oriented ViewEdge (i.e., a tuple of the pointed ViewEdge and a boolean\n" "value) currently pointed to by this iterator. If the boolean value is | true, | ||
| \n" "the ViewEdge is incoming.\n" "\n" ":type:(:class:`ViewEdge`, bool)" | ) |
|
static |
Definition at line 126 of file BPy_orientedViewEdgeIterator.cpp.
| PyTypeObject orientedViewEdgeIterator_Type |
Definition at line 137 of file BPy_orientedViewEdgeIterator.cpp.
Referenced by BPy_orientedViewEdgeIterator_from_orientedViewEdgeIterator(), Iterator_Init(), and orientedViewEdgeIterator_init().