| h o m e | d o c u m e n t a t i o n | c l a s s h i e r a r c h y |
#include <StrokeIterators.h>
it2 = StrokeVertexIterator(it1)
it2 = it1
Public Member Functions | |
| StrokeVertexIterator () | |
| StrokeVertexIterator (const StrokeVertexIterator &vi) | |
| Interface0DIterator | castToInterface0DIterator () const |
| StrokeVertexIterator & | operator= (const StrokeVertexIterator &vi) |
| virtual string | getExactTypeName () const |
| virtual StrokeVertex & | operator * () |
| virtual StrokeVertex * | operator-> () |
| virtual StrokeVertexIterator & | operator++ () |
| virtual StrokeVertexIterator | operator++ (int) |
| virtual StrokeVertexIterator & | operator-- () |
| virtual StrokeVertexIterator | operator-- (int) |
| virtual void | increment () |
| virtual void | decrement () |
| bool | isBegin () const |
| bool | isEnd () const |
| virtual bool | operator== (const Interface0DIteratorNested &it) const |
| virtual float | t () const |
| virtual float | u () const |
| virtual StrokeVertexIterator * | copy () const |
|
|
Default constructor. |
|
|
Copy constructor. |
|
|
Casts this StrokeVertexIterator into an Interface0DIterator. Useful for any call to a function of the type UnaryFunction0D. |
|
|
Cloning method |
|
|
Decrements. |
|
|
Returns the string "StrokeVertexIterator". |
|
|
Increments. |
|
|
Returns true if the pointed StrokeVertex is the first of the Stroke. |
|
|
Returns true if the pointed StrokeVertex is after the last StrokeVertex of the Stroke. |
|
|
Returns a reference to the pointed StrokeVertex. In the scripting language, you must call "getObject()"instead. |
|
|
Increments. In the scripting language, call "increment()". |
|
|
Increments. In the scripting language, call "increment()". |
|
|
Decrements. In the scripting language, call "decrement()". |
|
|
Decrements. In the scripting language, call "decrement()". |
|
|
Returns a pointer to the pointed StrokeVertex. Can't be called in the scripting language. |
|
|
operator=
|
|
|
operator == |
|
|
Returns the curvilinear abscissa of the current point |
|
|
Returns the point's parameter in the stroke |