============================================================================
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., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
Copyright 2004, The University of Texas at Austin
============================================================================
std::pair std::auto_ptr
TODO In the future? #include "boost/shared_ptr.hpp" // boost::shared_ptr To use shared_ptr instead of auto_ptr
# 40 "/home/gpstk/dev/lib/vdraw/Path.hpp" 2 # 41 "/home/gpstk/dev/lib/vdraw/Path.hpp" 2
namespace vdraw { /** BasicVectorGraphics
Definition in file Path.hpp.
#include <string>
#include <vector>
#include <utility>
#include <memory>
#include "GraphicsConstants.hpp"
#include "VDrawException.hpp"
Include dependency graph for Path.hpp:

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

Go to the source code of this file.
Classes | |
| struct | Point |
| This class describes a point as an (x,y) coordinate. More... | |
| class | Path |
| This class defines a sequence of points. More... | |
1.3.9.1