| Interface | Description |
|---|---|
| Base |
After Areas and ChokePoints, Bases are the third kind of object BWEM automatically computes from
Brood War's maps.
|
| ChokePoint |
ChokePoints are frontiers that BWEM automatically computes from Brood War's maps.
A ChokePoint represents (part of) the frontier between exactly 2 Areas. |
| Class | Description |
|---|---|
| BaseImpl | |
| BWEM | |
| ChokePointImpl | |
| Graph | |
| MapDrawer | |
| MapPrinter | |
| Markable |
See original C++ BWEM for an explanation of this code.
|
| StaticMarkable |
See original C++ BWEM for an explanation of this code.
|
| Enum | Description |
|---|---|
| CheckMode | |
| ChokePoint.Node |
ChokePoint::middle denotes the "middle" MiniTile of Geometry(), while ChokePoint::END_1 and
ChokePoint::END_2 denote its "ends".
|
| MapDrawer.SpecialColor | |
| MapPrinter.CustomColor | |
| MapPrinter.dashed_t | |
| MapPrinter.fill_t |