|
OpenCPN Partial API docs
|
Implement chartdb.h – chart database management. More...
#include <wx/wxprec.h>#include <wx/wx.h>#include <wx/stopwatch.h>#include <wx/regex.h>#include <wx/tokenzr.h>#include <wx/dir.h>#include <model/base_platform.h>#include "dychart.h"#include "config.h"#include "chartdb.h"#include "chartimg.h"#include "thumbwin.h"#include "mbtiles.h"#include "canvas_config.h"#include "config_mgr.h"#include "ocpn_frame.h"#include <stdio.h>#include <math.h>#include <wx/progdlg.h>#include "chcanv.h"#include "s57chart.h"#include "cm93.h"Go to the source code of this file.
Functions | |
| ColorScheme | GetColorScheme () |
| bool | G_FloatPtInPolygon (MyFlPoint *rgpts, int wnumpts, float x, float y) |
| bool | Intersect (MyFlPoint p1, MyFlPoint p2, MyFlPoint p3, MyFlPoint p4) |
| int | CCW (MyFlPoint p0, MyFlPoint p1, MyFlPoint p2) |
Variables | |
| s52plib * | ps52plib |
| ChartDB * | ChartData |
| Global instance. | |
| std::vector< std::string > | ChartDirectoryExcludedVector |
| Global instance. | |
Implement chartdb.h – chart database management.
Definition in file chartdb.cpp.
Definition at line 1942 of file chartdb.cpp.
| bool G_FloatPtInPolygon | ( | MyFlPoint * | rgpts, |
| int | wnumpts, | ||
| float | x, | ||
| float | y | ||
| ) |
Definition at line 1873 of file chartdb.cpp.
|
extern |
Definition at line 903 of file ocpn_frame.cpp.
Definition at line 1924 of file chartdb.cpp.
| ChartDB * ChartData |
Global instance.
Definition at line 70 of file chartdb.cpp.
| std::vector<std::string> ChartDirectoryExcludedVector |
Global instance.
Definition at line 72 of file chartdb.cpp.