|
Blender
V2.93
|
#include <StrokeAdvancedIterators.h>
Inherits Freestyle::Nonconst_traits< StrokeVertex * >.
Public Types | |
| typedef std::deque< StrokeVertex * > | vertex_container |
| typedef vertex_container::iterator | vertex_container_iterator |
| the vertices container More... | |
Public Types inherited from Freestyle::Nonconst_traits< StrokeVertex * > | |
| typedef StrokeVertex * | value_type |
| typedef StrokeVertex * & | reference |
| typedef StrokeVertex * * | pointer |
| typedef ptrdiff_t | difference_type |
| typedef Nonconst_traits< StrokeVertex * > | Non_const_traits |
Definition at line 37 of file StrokeAdvancedIterators.h.
| typedef std::deque<StrokeVertex *> Freestyle::StrokeInternal::vertex_nonconst_traits::vertex_container |
Definition at line 39 of file StrokeAdvancedIterators.h.
| typedef vertex_container::iterator Freestyle::StrokeInternal::vertex_nonconst_traits::vertex_container_iterator |
the vertices container
Definition at line 40 of file StrokeAdvancedIterators.h.