curves.h revision 76addc201c409e81eaaa73fe27cc0f79c4db097c
7329N/A/** @file
7329N/A * @brief Include all curve types
7329N/A *//*
7329N/A * Authors:
7329N/A * MenTaLguY <mental@rydia.net>
7329N/A * Marco Cecchetti <mrcekets at gmail.com>
7329N/A *
7329N/A * Copyright 2007-2008 authors
7329N/A *
7329N/A * This library is free software; you can redistribute it and/or
7329N/A * modify it either under the terms of the GNU Lesser General Public
7329N/A * License version 2.1 as published by the Free Software Foundation
7329N/A * (the "LGPL") or, at your option, under the terms of the Mozilla
7329N/A * Public License Version 1.1 (the "MPL"). If you do not alter this
7329N/A * notice, a recipient may use your version of this file under either
7329N/A * the MPL or the LGPL.
7329N/A *
7329N/A * You should have received a copy of the LGPL along with this library
7329N/A * in the file COPYING-LGPL-2.1; if not, write to the Free Software
7329N/A * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
7329N/A * You should have received a copy of the MPL along with this library
7329N/A * in the file COPYING-MPL-1.1
7329N/A *
7329N/A * The contents of this file are subject to the Mozilla Public License
7329N/A * Version 1.1 (the "License"); you may not use this file except in
7329N/A * compliance with the License. You may obtain a copy of the License at
7329N/A * http://www.mozilla.org/MPL/
7329N/A *
7329N/A * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
7329N/A * OF ANY KIND, either express or implied. See the LGPL or the MPL for
7329N/A * the specific language governing rights and limitations.
7329N/A */
7329N/A
7329N/A#ifndef LIB2GEOM_SEEN_CURVES_H
7329N/A#define LIB2GEOM_SEEN_CURVES_H
7329N/A
7329N/A#include <2geom/curve.h>
7329N/A#include <2geom/sbasis-curve.h>
7329N/A#include <2geom/bezier-curve.h>
7329N/A#include <2geom/elliptical-arc.h>
7329N/A#include <2geom/svg-elliptical-arc.h>
7329N/A
7329N/A#endif // LIB2GEOM_SEEN_CURVES_H
7329N/A
7329N/A/*
7329N/A Local Variables:
7329N/A mode:c++
7329N/A c-file-style:"stroustrup"
7329N/A c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
7329N/A indent-tabs-mode:nil
7329N/A fill-column:99
7329N/A End:
7329N/A*/
7329N/A// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
7329N/A
7329N/A