Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/stroke/CurveAdvancedIterators.h
| Context not available. | |||||
| /* */ | /* */ | ||||
| /**********************************/ | /**********************************/ | ||||
| /*! iterator on a curve. Allows an iterating outside initial vertices. A CurvePoint is | /*! iterator on a curve. Allows an iterating outside initial vertices. A CurvePoint is | ||||
| * instanciated an returned when the iterator is dereferenced. | * instantiated and returned when the iterator is dereferenced. | ||||
| */ | */ | ||||
| template<class Traits> | template<class Traits> | ||||
| class __point_iterator : public IteratorBase<Traits, BidirectionalIteratorTag_Traits> { | class __point_iterator : public IteratorBase<Traits, BidirectionalIteratorTag_Traits> { | ||||
| Context not available. | |||||