Filter for copying subregion. More...
#include <mi32/region2d.h>

Public Member Functions | |
| COPYFILTER () | |
| virtual | ~COPYFILTER ()=0 |
| bool | IsIslandIncluded (const POLYLINE &island) |
Private Member Functions | |
| virtual bool | v_IsIslandIncluded (const POLYLINE &island) |
Filter for copying subregion.
| SUBREGION2D::COPYFILTER::COPYFILTER | ( | ) |
Constructor.
Reimplemented in REGION2D::COPYFILTER.
| virtual SUBREGION2D::COPYFILTER::~COPYFILTER | ( | ) | [pure virtual] |
Destructor.
Implemented in REGION2D::COPYFILTER.
| bool SUBREGION2D::COPYFILTER::IsIslandIncluded | ( | const POLYLINE & | island | ) | [inline] |
Determine if island should be included.
| virtual bool SUBREGION2D::COPYFILTER::v_IsIslandIncluded | ( | const POLYLINE & | island | ) | [private, virtual] |
Override to determine if island should be included.
Default implementation always returns true.
1.6.1