OpenCPN Partial API docs
Loading...
Searching...
No Matches
GribOverlayFactory.cpp File Reference

GribOverlayFactory.h. More...

#include "wx/wxprec.h"
#include "wx/wx.h"
#include "pi_gl.h"
#include <wx/glcanvas.h>
#include <wx/graphics.h>
#include <wx/progdlg.h>
#include "pi_ocpndc.h"
#include "pi_shaders.h"
#include "GribUIDialog.h"
#include "GribOverlayFactory.h"

Go to the source code of this file.

Classes

struct  ColorMap
 

Enumerations

enum  GRIB_OVERLAP { _GIN , _GON , _GOUT }
 
enum  {
  GENERIC_GRAPHIC_INDEX , WIND_GRAPHIC_INDEX , AIRTEMP__GRAPHIC_INDEX , SEATEMP_GRAPHIC_INDEX ,
  PRECIPITATION_GRAPHIC_INDEX , CLOUD_GRAPHIC_INDEX , CURRENT_GRAPHIC_INDEX , CAPE_GRAPHIC_INDEX ,
  REFC_GRAPHIC_INDEX , WINDY_GRAPHIC_INDEX
}
 

Functions

int adjustSpacing (int dialogSetSpacing)
 
double square (double x)
 

Variables

int m_Altitude
 
bool g_bpause
 
double g_ContentScaleFactor
 
float g_piGLMinSymbolLineWidth = 0.9
 

Detailed Description

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Definition at line 1060 of file GribOverlayFactory.cpp.

◆ GRIB_OVERLAP

enum GRIB_OVERLAP

Definition at line 49 of file GribOverlayFactory.cpp.

Function Documentation

◆ adjustSpacing()

int adjustSpacing ( int  dialogSetSpacing)

Definition at line 186 of file GribOverlayFactory.cpp.

◆ square()

double square ( double  x)

Definition at line 1264 of file GribOverlayFactory.cpp.

Variable Documentation

◆ g_bpause

bool g_bpause
extern

Definition at line 57 of file grib_pi.cpp.

◆ g_ContentScaleFactor

double g_ContentScaleFactor
extern

Definition at line 44 of file grib_pi.cpp.

◆ g_piGLMinSymbolLineWidth

float g_piGLMinSymbolLineWidth = 0.9

Definition at line 47 of file GribOverlayFactory.cpp.

◆ m_Altitude

int m_Altitude
extern

Definition at line 54 of file GribUIDialog.cpp.