The fields are detailed below. A point field is comprised of two floats representing the x and y coordinates, respectively. A segment field is composed of two points representing the endpoints of the line segment. A polygon type is described by an integer n, the number of points on the boundary of the polygon, followed by the n points defining the boundary.
Field | Type | Description |
---|---|---|
<vf> | float | the fire speed |
<vb> | float | the barrier construction speed |
<nfires> | integer | number of fire sources (currently 1 for all instances) |
<firesourceslist> | list of points | list of fire sources (one by line) |
<polygon> | polygon | the polygon boundary |
<nbarriers> | integer | number of barriers |
<barrierslist> | list of segments | list of barriers (one by line) |