OpenCPN Partial API docs
|
Specialized Grid Control for GRIB Data Display. More...
#include "wx/wxprec.h"
#include "wx/wx.h"
#include <wx/grid.h>
#include "ocpn_plugin.h"
#include <wx/graphics.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | CustomGrid |
class | CustomRenderer |
Specialized Grid Control for GRIB Data Display.
Implements a customized grid control optimized for displaying meteorological data with:
Features:
The grid is designed to efficiently handle large weather datasets while providing intuitive visualization of both scalar and vector quantities.
Definition in file CustomGrid.h.