#include <mi32/bintoreg.h>
Inheritance diagram for BINARYTOREGION2D:

Public Member Functions | |
| BINARYTOREGION2D () | |
| const REGION2D & | GetRegion () |
| ~BINARYTOREGION2D () | |
Private Member Functions | |
| virtual ERRVALUE | v_Subtract (const POLYLINE &polyline) |
| virtual bool | v_TestPoint (const DPOINT2D &point) const |
| virtual ERRVALUE | v_Union (const POLYLINE &polyline) |
Private Attributes | |
| REGION2D | m_region |
|
|
Definition at line 172 of file bintoreg.h. |
|
|
Definition at line 173 of file bintoreg.h. |
|
|
Definition at line 177 of file bintoreg.h. |
|
|
Subtract a polyline from the region. The polyline is "validated" Reimplemented from BINARYTOREGIONINTERFACE. |
|
|
Check to see if a point is inside the region. Should return true if it is, false if not. Reimplemented from BINARYTOREGIONINTERFACE. |
|
|
Add a polyline to the region. The polyline is "validated" Reimplemented from BINARYTOREGIONINTERFACE. |
|
|
Definition at line 194 of file bintoreg.h. |
1.3.8-20040913