|
GME
13
|
#include <ArHelper.h>
Public Member Functions | |
| POSITION | GetHeadEdge (CPoint &start, CPoint &end) const |
| POSITION | GetTailEdge (CPoint &start, CPoint &end) const |
| void | GetNextEdge (POSITION &pos, CPoint &start, CPoint &end) const |
| void | GetPrevEdge (POSITION &pos, CPoint &start, CPoint &end) const |
| void | GetEdge (POSITION pos, CPoint &start, CPoint &end) const |
| POSITION | GetHeadEdgePtrs (CPoint *&start, CPoint *&end) |
| POSITION | GetTailEdgePtrs (CPoint *&start, CPoint *&end) |
| void | GetNextEdgePtrs (POSITION &pos, CPoint *&start, CPoint *&end) |
| void | GetPrevEdgePtrs (POSITION &pos, CPoint *&start, CPoint *&end) |
| void | GetEdgePtrs (POSITION pos, CPoint *&start, CPoint *&end) |
| CPoint * | GetStartPoint (POSITION pos) |
| CPoint * | GetEndPoint (POSITION pos) |
| CPoint * | GetPointBeforeEdge (POSITION pos) |
| CPoint * | GetPointAfterEdge (POSITION pos) |
| POSITION | GetEdgePosBeforePoint (POSITION pos) const |
| POSITION | GetEdgePosAfterPoint (POSITION pos) const |
| POSITION | GetEdgePosForStartPoint (const CPoint &startpoint) |
Definition at line 170 of file ArHelper.h.
| void CPointListPath::GetEdge | ( | POSITION | pos, |
| CPoint & | start, | ||
| CPoint & | end | ||
| ) | const |
Definition at line 975 of file ArHelper.cpp.
| POSITION CPointListPath::GetEdgePosAfterPoint | ( | POSITION | pos | ) | const |
Definition at line 1113 of file ArHelper.cpp.
| POSITION CPointListPath::GetEdgePosBeforePoint | ( | POSITION | pos | ) | const |
Definition at line 1103 of file ArHelper.cpp.
| POSITION CPointListPath::GetEdgePosForStartPoint | ( | const CPoint & | startpoint | ) |
Definition at line 1127 of file ArHelper.cpp.
| void CPointListPath::GetEdgePtrs | ( | POSITION | pos, |
| CPoint *& | start, | ||
| CPoint *& | end | ||
| ) |
Definition at line 1041 of file ArHelper.cpp.
| CPoint * CPointListPath::GetEndPoint | ( | POSITION | pos | ) |
Definition at line 1062 of file ArHelper.cpp.
| POSITION CPointListPath::GetHeadEdge | ( | CPoint & | start, |
| CPoint & | end | ||
| ) | const |
Definition at line 915 of file ArHelper.cpp.
| POSITION CPointListPath::GetHeadEdgePtrs | ( | CPoint *& | start, |
| CPoint *& | end | ||
| ) |
Definition at line 987 of file ArHelper.cpp.
| void CPointListPath::GetNextEdge | ( | POSITION & | pos, |
| CPoint & | start, | ||
| CPoint & | end | ||
| ) | const |
Definition at line 947 of file ArHelper.cpp.
| void CPointListPath::GetNextEdgePtrs | ( | POSITION & | pos, |
| CPoint *& | start, | ||
| CPoint *& | end | ||
| ) |
Definition at line 1019 of file ArHelper.cpp.
| CPoint * CPointListPath::GetPointAfterEdge | ( | POSITION | pos | ) |
Definition at line 1087 of file ArHelper.cpp.
| CPoint * CPointListPath::GetPointBeforeEdge | ( | POSITION | pos | ) |
Definition at line 1074 of file ArHelper.cpp.
| void CPointListPath::GetPrevEdge | ( | POSITION & | pos, |
| CPoint & | start, | ||
| CPoint & | end | ||
| ) | const |
Definition at line 964 of file ArHelper.cpp.
| void CPointListPath::GetPrevEdgePtrs | ( | POSITION & | pos, |
| CPoint *& | start, | ||
| CPoint *& | end | ||
| ) |
Definition at line 1030 of file ArHelper.cpp.
| CPoint * CPointListPath::GetStartPoint | ( | POSITION | pos | ) |
Definition at line 1053 of file ArHelper.cpp.
| POSITION CPointListPath::GetTailEdge | ( | CPoint & | start, |
| CPoint & | end | ||
| ) | const |
Definition at line 931 of file ArHelper.cpp.
| POSITION CPointListPath::GetTailEdgePtrs | ( | CPoint *& | start, |
| CPoint *& | end | ||
| ) |
Definition at line 1003 of file ArHelper.cpp.
1.7.6.1