|
Blender V4.5
|
#include <BPy_StrokeVertexIterator.h>
Public Attributes | |
| BPy_Iterator | py_it |
| Freestyle::StrokeInternal::StrokeVertexIterator * | sv_it |
| bool | reversed |
| bool | at_start |
Definition at line 23 of file BPy_StrokeVertexIterator.h.
| bool BPy_StrokeVertexIterator::at_start |
Definition at line 28 of file BPy_StrokeVertexIterator.h.
Referenced by StrokeVertexIterator_init(), StrokeVertexIterator_iter(), and StrokeVertexIterator_iternext().
| BPy_Iterator BPy_StrokeVertexIterator::py_it |
Definition at line 24 of file BPy_StrokeVertexIterator.h.
Referenced by StrokeVertexIterator_init().
| bool BPy_StrokeVertexIterator::reversed |
Definition at line 26 of file BPy_StrokeVertexIterator.h.
Referenced by StrokeVertexIterator_decremented(), StrokeVertexIterator_incremented(), StrokeVertexIterator_init(), StrokeVertexIterator_iternext(), and StrokeVertexIterator_reversed().
| Freestyle::StrokeInternal::StrokeVertexIterator* BPy_StrokeVertexIterator::sv_it |
Definition at line 25 of file BPy_StrokeVertexIterator.h.
Referenced by StrokeVertexIterator_at_last_get(), StrokeVertexIterator_decremented(), StrokeVertexIterator_incremented(), StrokeVertexIterator_init(), StrokeVertexIterator_iternext(), StrokeVertexIterator_object_get(), StrokeVertexIterator_reversed(), StrokeVertexIterator_t_get(), and StrokeVertexIterator_u_get().