OpenCPN Partial API docs
Loading...
Searching...
No Matches
magnetic_plot_map.h File Reference

WMM plugin magnetic plotmap utility. More...

#include <list>
#include "pi_tex_font.h"
#include "GeomagnetismHeader.h"
#include "ocpn_plugin.h"

Go to the source code of this file.

Classes

class  PlotLineSeg
 
class  ParamCache
 
class  MagneticPlotMap
 

Macros

#define ZONE_SIZE   8
 
#define MAX_LAT   88
 
#define LATITUDE_ZONES   (2 * MAX_LAT / ZONE_SIZE) /* perfectly divisible */
 
#define LONGITUDE_ZONES   (360 / ZONE_SIZE)
 

Enumerations

enum  MagneticPlotType { DECLINATION_PLOT , INCLINATION_PLOT , FIELD_STRENGTH_PLOT }
 

Detailed Description

WMM plugin magnetic plotmap utility.

Definition in file magnetic_plot_map.h.

Macro Definition Documentation

◆ LATITUDE_ZONES

#define LATITUDE_ZONES   (2 * MAX_LAT / ZONE_SIZE) /* perfectly divisible */

Definition at line 39 of file magnetic_plot_map.h.

◆ LONGITUDE_ZONES

#define LONGITUDE_ZONES   (360 / ZONE_SIZE)

Definition at line 40 of file magnetic_plot_map.h.

◆ MAX_LAT

#define MAX_LAT   88

Definition at line 38 of file magnetic_plot_map.h.

◆ ZONE_SIZE

#define ZONE_SIZE   8

Definition at line 34 of file magnetic_plot_map.h.

Enumeration Type Documentation

◆ MagneticPlotType

enum MagneticPlotType

Definition at line 42 of file magnetic_plot_map.h.