X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fezplot.h;h=b2512aab987e21ec0aa43b3c1408b65651bf7ae7;hb=65732cc5d8dbf867ed56a021c07c5636cea93b5a;hp=a7559da265de0bfc90bc32a5cb27117581a1d4a1;hpb=5ec5449357eaae253d6b1026621262480e2efa63;p=ctsim.git diff --git a/include/ezplot.h b/include/ezplot.h index a7559da..b2512aa 100644 --- a/include/ezplot.h +++ b/include/ezplot.h @@ -7,7 +7,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ezplot.h,v 1.21 2000/12/25 21:54:26 kevin Exp $ +** $Id: ezplot.h,v 1.22 2000/12/27 03:16:02 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -32,7 +32,8 @@ #include #include #include "ctsupport.h" -#include "sgp.h" +#include "sgp.h" +#include "pol.h" class EZPlotCurve { @@ -319,6 +320,7 @@ private: int axis_scale (double min, double max, int nint, double *minp, double *maxp, int *nintp); SGP& rSGP; + POL m_pol; void clearCurves (); @@ -327,10 +329,8 @@ private: void bad_option(char *opt); void initPlotSettings(); - static void initKeywords (); - - static bool ezset_initialized; - + void initKeywords (); + double convertWorldToNDC_X (double x) { return xgn_min + (x - xgw_min) * m_xWorldScale; }