| OpenCPN Partial API docs
    | 
Represents a sector of a light in an S57 chart. More...
#include <s57_sector.h>
| Public Attributes | |
| wxPoint2DDouble | pos | 
| double | sector1 | 
| double | sector2 | 
| double | range | 
| wxColor | color | 
| bool | iswhite | 
| bool | isleading | 
Represents a sector of a light in an S57 chart.
Contains information about a light sector, including its position, angular range, visibility range, color, and type.
Definition at line 34 of file s57_sector.h.
| wxColor s57Sector_t::color | 
Definition at line 38 of file s57_sector.h.
| bool s57Sector_t::isleading | 
Definition at line 40 of file s57_sector.h.
| bool s57Sector_t::iswhite | 
Definition at line 39 of file s57_sector.h.
| wxPoint2DDouble s57Sector_t::pos | 
Definition at line 35 of file s57_sector.h.
| double s57Sector_t::range | 
Definition at line 37 of file s57_sector.h.
| double s57Sector_t::sector1 | 
Definition at line 36 of file s57_sector.h.
| double s57Sector_t::sector2 | 
Definition at line 36 of file s57_sector.h.