============================================================================
This file is part of GPSTk, the GPS Toolkit.
The GPSTk is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or any later version.
The GPSTk is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with GPSTk; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Copyright 2004, The University of Texas at Austin
============================================================================
# 50 "/home/gpstk/dev/lib/vplot/SurfacePlot.hpp" 2 # 51 "/home/gpstk/dev/lib/vplot/SurfacePlot.hpp" 2 # 52 "/home/gpstk/dev/lib/vplot/SurfacePlot.hpp" 2
using namespace std; using namespace vdraw;
namespace vplot { /** This class helps to create a simple Surface Plot.
Definition in file SurfacePlot.hpp.
#include <string>
#include <vector>
#include <map>
#include <sstream>
#include <iomanip>
#include <math.h>
#include <cmath>
#include <limits.h>
#include <algorithm>
#include "Bitmap.hpp"
#include "ColorMap.hpp"
#include "InterpolatedColorMap.hpp"
#include "Frame.hpp"
#include "HLayout.hpp"
#include "StrokeStyle.hpp"
#include "Path.hpp"
#include "BorderLayout.hpp"
#include "Palette.hpp"
#include "Axis.hpp"
#include "AxisStyle.hpp"
#include "Plot.hpp"
Include dependency graph for SurfacePlot.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | SurfacePlot |
1.3.9.1