FILLPOLYGON class provides MakeScans method. More...
#include <mi32/fillpoly.h>
Classes | |
| class | SPAN |
| An interface that deal with result of MakeScans. More... | |
Static Public Member Functions | |
| static ERRVALUE | MakeScans (const SUBREGION2D &subregion, SPAN &span, const double origin=0.0, const double step=1.0) |
| static ERRVALUE | MakeScans (const POLYLINE &polyline, SPAN &span, const double origin=0.0, const double step=1.0) |
FILLPOLYGON class provides MakeScans method.
| static ERRVALUE FILLPOLYGON::MakeScans | ( | const SUBREGION2D & | subregion, | |
| SPAN & | span, | |||
| const double | origin = 0.0, |
|||
| const double | step = 1.0 | |||
| ) | [static] |
MakeScans method creates set of scans of subregion "points" depends on "origin" and "step" and call method "Process" of "span" for each scan.
| static ERRVALUE FILLPOLYGON::MakeScans | ( | const POLYLINE & | polyline, | |
| SPAN & | span, | |||
| const double | origin = 0.0, |
|||
| const double | step = 1.0 | |||
| ) | [static] |
MakeScans method creates set of scans of polygon "points" depends on "origin" and "step" and call method "Process" of "span" for each scan.
1.6.1