============================================================================
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
============================================================================
# 37 "/home/gpstk/dev/lib/vplot/Plot.hpp" 2 # 38 "/home/gpstk/dev/lib/vplot/Plot.hpp" 2 # 39 "/home/gpstk/dev/lib/vplot/Plot.hpp" 2
using namespace std; using namespace vdraw;
namespace vplot { /** This class contains several things that are similar between a few types of plots. This includes some axis and label information and styles.
Definition in file Plot.hpp.
#include <string>
#include "TextStyle.hpp"
#include "StrokeStyle.hpp"
#include "BorderLayout.hpp"
#include "Frame.hpp"
#include "Axis.hpp"
#include "AxisStyle.hpp"
#include "SeriesList.hpp"
Include dependency graph for Plot.hpp:

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

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