Blender V5.0
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

◆ iterator

◆ parent_class

◆ 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]

template<class Traits>
Freestyle::StrokeInternal::vertex_iterator_base< Traits >::vertex_iterator_base ( const iterator & iBrother)
inline

Definition at line 54 of file StrokeAdvancedIterators.h.

◆ vertex_iterator_base() [3/4]

template<class Traits>
Freestyle::StrokeInternal::vertex_iterator_base< Traits >::vertex_iterator_base ( const const_iterator & iBrother)
inline

Definition at line 61 of file StrokeAdvancedIterators.h.

◆ vertex_iterator_base() [4/4]

◆ ~vertex_iterator_base()

Definition at line 81 of file StrokeAdvancedIterators.h.

Member Function Documentation

◆ begin()

template<class Traits>
virtual bool Freestyle::StrokeInternal::vertex_iterator_base< Traits >::begin ( ) const
inlinevirtual

◆ end()

template<class Traits>
virtual bool Freestyle::StrokeInternal::vertex_iterator_base< Traits >::end ( ) const
inlinevirtual

◆ getBegin()

Definition at line 151 of file StrokeAdvancedIterators.h.

◆ getEnd()

Definition at line 156 of file StrokeAdvancedIterators.h.

◆ it()

accessors

Definition at line 146 of file StrokeAdvancedIterators.h.

◆ operator!=()

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

Definition at line 124 of file StrokeAdvancedIterators.h.

◆ operator*()

template<class Traits>
virtual Traits::reference Freestyle::StrokeInternal::vertex_iterator_base< Traits >::operator* ( ) const
inlinevirtual

◆ operator++() [1/2]

template<class Traits>
Self & Freestyle::StrokeInternal::vertex_iterator_base< Traits >::operator++ ( )
inline

Definition at line 94 of file StrokeAdvancedIterators.h.

◆ operator++() [2/2]

template<class Traits>
Self Freestyle::StrokeInternal::vertex_iterator_base< Traits >::operator++ ( int )
inline

Definition at line 103 of file StrokeAdvancedIterators.h.

◆ operator--() [1/2]

template<class Traits>
Self & Freestyle::StrokeInternal::vertex_iterator_base< Traits >::operator-- ( )
inline

Definition at line 110 of file StrokeAdvancedIterators.h.

◆ operator--() [2/2]

template<class Traits>
Self Freestyle::StrokeInternal::vertex_iterator_base< Traits >::operator-- ( int )
inline

Definition at line 116 of file StrokeAdvancedIterators.h.

◆ operator->()

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

Definition at line 140 of file StrokeAdvancedIterators.h.

◆ 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.

◆ 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: