OpenCPN Partial API docs
|
Public Member Functions | |
IsoLine (double val, double coeff, double offset, const GribRecord *rec) | |
void | drawIsoLine (GRIBOverlayFactory *pof, wxDC *dc, PlugIn_ViewPort *vp, bool bHiDef) |
void | drawIsoLineLabels (GRIBOverlayFactory *pof, wxDC *dc, PlugIn_ViewPort *vp, int density, int first, wxImage &imageLabel) |
void | drawIsoLineLabelsGL (GRIBOverlayFactory *pof, PlugIn_ViewPort *vp, int density, int first, wxString label, wxColour &color, TexFont &texfont) |
int | getNbSegments () |
double | getValue () |
IsoLine::IsoLine | ( | double | val, |
double | coeff, | ||
double | offset, | ||
const GribRecord * | rec | ||
) |
printf("create Isobar : press=%4.0f long=%d\n", pressure/100, trace.size());
Definition at line 165 of file IsoLine.cpp.
IsoLine::~IsoLine | ( | ) |
Definition at line 228 of file IsoLine.cpp.
void IsoLine::drawIsoLine | ( | GRIBOverlayFactory * | pof, |
wxDC * | dc, | ||
PlugIn_ViewPort * | vp, | ||
bool | bHiDef | ||
) |
Definition at line 372 of file IsoLine.cpp.
void IsoLine::drawIsoLineLabels | ( | GRIBOverlayFactory * | pof, |
wxDC * | dc, | ||
PlugIn_ViewPort * | vp, | ||
int | density, | ||
int | first, | ||
wxImage & | imageLabel | ||
) |
Definition at line 474 of file IsoLine.cpp.
void IsoLine::drawIsoLineLabelsGL | ( | GRIBOverlayFactory * | pof, |
PlugIn_ViewPort * | vp, | ||
int | density, | ||
int | first, | ||
wxString | label, | ||
wxColour & | color, | ||
TexFont & | texfont | ||
) |
Definition at line 522 of file IsoLine.cpp.