OpenCPN Partial API docs
|
Container for rendered GRIB data visualizations in texture or bitmap form. More...
#include <GribOverlayFactory.h>
Public Attributes | |
unsigned int | m_iTexture |
unsigned int | m_iTextureDim [2] |
unsigned int | m_iTexDataDim [2] |
wxBitmap * | m_pDCBitmap |
unsigned char * | m_pRGBA |
int | m_width |
int | m_height |
double | m_dwidth |
double | m_dheight |
Container for rendered GRIB data visualizations in texture or bitmap form.
This class manages the rendered representation of GRIB weather data, supporting both OpenGL texture-based rendering and bitmap-based rendering. It handles resource allocation and cleanup for both rendering paths.
Definition at line 54 of file GribOverlayFactory.h.
|
inline |
Definition at line 56 of file GribOverlayFactory.h.
|
inline |
Definition at line 61 of file GribOverlayFactory.h.
double GribOverlay::m_dheight |
Definition at line 79 of file GribOverlayFactory.h.
double GribOverlay::m_dwidth |
Definition at line 79 of file GribOverlayFactory.h.
int GribOverlay::m_height |
Definition at line 77 of file GribOverlayFactory.h.
unsigned int GribOverlay::m_iTexDataDim[2] |
Definition at line 71 of file GribOverlayFactory.h.
unsigned int GribOverlay::m_iTexture |
Definition at line 70 of file GribOverlayFactory.h.
unsigned int GribOverlay::m_iTextureDim[2] |
Definition at line 70 of file GribOverlayFactory.h.
wxBitmap* GribOverlay::m_pDCBitmap |
Definition at line 73 of file GribOverlayFactory.h.
unsigned char* GribOverlay::m_pRGBA |
Definition at line 74 of file GribOverlayFactory.h.
int GribOverlay::m_width |
Definition at line 76 of file GribOverlayFactory.h.