25#ifndef S57_OCPN_UTILS_H_GUARD_
26#define S57_OCPN_UTILS_H_GUARD_
36bool s57_ProcessExtendedLightSectors(
ChartCanvas *cc,
39 ListOfObjRazRules *rule_list,
40 std::list<S57Obj *> *pi_rule_list,
41 std::vector<s57Sector_t> §orlegs);
43void s57_DrawExtendedLightSectors(
ocpnDC &temp_dc,
ViewPort &VPoint,
44 std::vector<s57Sector_t> §orlegs);
46void s57_DrawExtendedLightSectorsGL(
ocpnDC &temp_dc,
ViewPort &VPoint,
47 std::vector<s57Sector_t> §orlegs);
Generic Chart canvas base.
ChartCanvas - Main chart display and interaction component.
Wrapper class for plugin-based charts.
ViewPort - Core geographic projection and coordinate transformation engine.
Device context class that can use either wxDC or OpenGL for drawing.
Represents an S57 format electronic navigational chart in OpenCPN.
Layer to use wxDC or opengl.
Geographic projection and coordinate transformations.