#include <mi32/polyline.h>
Public Member Functions | |
| ITERATOR (const ITERATOR &rhs) | |
| ITERATOR (INT32 index, POLYLINE *PolyLine) | |
| ITERATOR () | |
| DPOINT2D & | operator * () const |
| bool | operator!= (const ITERATOR &rhs) const |
| ITERATOR | operator++ (int) |
| ITERATOR & | operator++ () |
| ITERATOR | operator-- (int) |
| ITERATOR & | operator-- () |
| DPOINT2D * | operator-> () const |
| ITERATOR & | operator= (const ITERATOR &rhs) |
| bool | operator== (const ITERATOR &rhs) const |
Protected Attributes | |
| INT32 | m_Index |
| POLYLINE * | m_PolyLine |
Definition at line 497 of file polyline.h.
|
|
Definition at line 500 of file polyline.h. |
|
||||||||||||
|
Definition at line 506 of file polyline.h. |
|
|
Definition at line 514 of file polyline.h. |
|
|
Definition at line 531 of file polyline.h. |
|
|
Inequality operator.
Definition at line 573 of file polyline.h. |
|
|
Post-increment operator.
Definition at line 545 of file polyline.h. |
|
|
Pre-increment operator.
Definition at line 538 of file polyline.h. |
|
|
Post-increment operator.
Definition at line 560 of file polyline.h. |
|
|
Pre-decrement operator.
Definition at line 553 of file polyline.h. |
|
|
Definition at line 534 of file polyline.h. |
|
|
Definition at line 521 of file polyline.h. |
|
|
Equality operator.
Definition at line 568 of file polyline.h. |
|
|
Definition at line 578 of file polyline.h. |
|
|
Definition at line 579 of file polyline.h. |
1.3.8-20040913