|
OpenCPN Partial API docs
|
Represents a sector of a light in an S57 chart. More...
#include <S57Sector.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 36 of file S57Sector.h.
| wxColor s57Sector_t::color |
Definition at line 40 of file S57Sector.h.
| bool s57Sector_t::isleading |
Definition at line 42 of file S57Sector.h.
| bool s57Sector_t::iswhite |
Definition at line 41 of file S57Sector.h.
| wxPoint2DDouble s57Sector_t::pos |
Definition at line 37 of file S57Sector.h.
| double s57Sector_t::range |
Definition at line 39 of file S57Sector.h.
| double s57Sector_t::sector1 |
Definition at line 38 of file S57Sector.h.
| double s57Sector_t::sector2 |
Definition at line 38 of file S57Sector.h.