Blender V4.3
Freestyle::StrokeInternal::vertex_iterator_base< Traits > Class Template Reference

#include <StrokeAdvancedIterators.h>

Inherits Freestyle::IteratorBase< Traits, BidirectionalIteratorTag_Traits >.

Public Types

typedef vertex_iterator_base< TraitsSelf
 
- Public Types inherited from Freestyle::IteratorBase< Traits, BidirectionalIteratorTag_Traits >
typedef BidirectionalIteratorTag_Traits::iterator_category iterator_category
 
typedef Traits::value_type value_type
 
typedef Traits::difference_type difference_type
 
typedef Traits::pointer pointer
 
typedef Traits::reference reference
 

Public Member Functions

 vertex_iterator_base ()
 
 vertex_iterator_base (const iterator &iBrother)
 
 vertex_iterator_base (const const_iterator &iBrother)
 
 vertex_iterator_base (vertex_container_iterator it, vertex_container_iterator begin, vertex_container_iterator end)
 
virtual ~vertex_iterator_base ()
 
virtual bool begin () const
 
virtual bool end () const
 
Selfoperator++ ()
 
Self operator++ (int)
 
Selfoperator-- ()
 
Self operator-- (int)
 
virtual bool operator!= (const Self &b) const
 
virtual bool operator== (const Self &b) const
 
virtual Traits::reference operator* () const
 
virtual Traits::pointer operator-> () const
 
vertex_container_iterator it () const
 
vertex_container_iterator getBegin () const
 
vertex_container_iterator getEnd () const
 
- Public Member Functions inherited from Freestyle::IteratorBase< Traits, BidirectionalIteratorTag_Traits >
virtual ~IteratorBase ()
 

Public Attributes

vertex_container_iterator _it
 
vertex_container_iterator _begin
 
vertex_container_iterator _end
 

Protected Types

typedef IteratorBase< Traits, BidirectionalIteratorTag_Traitsparent_class
 
typedef Traits::vertex_container_iterator vertex_container_iterator
 
typedef vertex_iterator_base< vertex_nonconst_traitsiterator
 
typedef vertex_iterator_base< vertex_const_traitsconst_iterator
 

Friends

class Stroke
 

Additional Inherited Members

- Protected Member Functions inherited from Freestyle::IteratorBase< Traits, BidirectionalIteratorTag_Traits >
 IteratorBase ()
 

Detailed Description

template<class Traits>
class Freestyle::StrokeInternal::vertex_iterator_base< Traits >

Definition at line 32 of file StrokeAdvancedIterators.h.

Member Typedef Documentation

◆ const_iterator

Definition at line 40 of file StrokeAdvancedIterators.h.

◆ iterator

◆ parent_class

Definition at line 37 of file StrokeAdvancedIterators.h.

◆ Self

◆ vertex_container_iterator

template<class Traits >
typedef Traits::vertex_container_iterator Freestyle::StrokeInternal::vertex_iterator_base< Traits >::vertex_container_iterator
protected

Definition at line 38 of file StrokeAdvancedIterators.h.

Constructor & Destructor Documentation

◆ vertex_iterator_base() [1/4]

template<class Traits >
Freestyle::StrokeInternal::vertex_iterator_base< Traits >::vertex_iterator_base ( )
inline

Definition at line 52 of file StrokeAdvancedIterators.h.

◆ vertex_iterator_base() [2/4]

◆ vertex_iterator_base() [3/4]

◆ vertex_iterator_base() [4/4]

◆ ~vertex_iterator_base()

template<class Traits >
virtual Freestyle::StrokeInternal::vertex_iterator_base< Traits >::~vertex_iterator_base ( )
inlinevirtual

Definition at line 81 of file StrokeAdvancedIterators.h.

Member Function Documentation

◆ begin()

◆ end()

◆ getBegin()

◆ getEnd()

◆ it()

◆ operator!=()

template<class Traits >
virtual bool Freestyle::StrokeInternal::vertex_iterator_base< Traits >::operator!= ( const Self & b) const
inlinevirtual

◆ operator*()

◆ operator++() [1/2]

◆ operator++() [2/2]

◆ operator--() [1/2]

◆ operator--() [2/2]

◆ operator->()

template<class Traits >
virtual Traits::pointer Freestyle::StrokeInternal::vertex_iterator_base< Traits >::operator-> ( ) const
inlinevirtual

◆ operator==()

template<class Traits >
virtual bool Freestyle::StrokeInternal::vertex_iterator_base< Traits >::operator== ( const Self & b) const
inlinevirtual

Definition at line 129 of file StrokeAdvancedIterators.h.

References b.

Friends And Related Symbol Documentation

◆ Stroke

template<class Traits >
friend class Stroke
friend

Definition at line 49 of file StrokeAdvancedIterators.h.

Member Data Documentation

◆ _begin

◆ _end

◆ _it


The documentation for this class was generated from the following files: