FILLPOLYGON Class Reference

FILLPOLYGON class provides MakeScans method. More...

#include <mi32/fillpoly.h>

List of all members.

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)

Detailed Description

FILLPOLYGON class provides MakeScans method.


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on Sun Oct 7 21:33:22 2012 for TNTsdk 2012 by  doxygen 1.6.1