23#ifndef S57_OCPN_UTILS_H_GUARD__
24#define S57_OCPN_UTILS_H_GUARD__
26#include "OCPNRegion.h"
30bool s57_ProcessExtendedLightSectors(
ChartCanvas *cc,
33 ListOfObjRazRules *rule_list,
34 std::list<S57Obj *> *pi_rule_list,
35 std::vector<s57Sector_t> §orlegs);
37void s57_DrawExtendedLightSectors(
ocpnDC &temp_dc,
ViewPort &VPoint,
38 std::vector<s57Sector_t> §orlegs);
40void s57_DrawExtendedLightSectorsGL(
ocpnDC &temp_dc,
ViewPort &VPoint,
41 std::vector<s57Sector_t> §orlegs);
Wrapper class for plugin-based charts.
Represents the view port for chart display in OpenCPN.
Device context class that can use either wxDC or OpenGL for drawing.
Represents an S57 format electronic navigational chart in OpenCPN.