Code

update to latest 2geom. (eol-style fix)
authorjohanengelen <johanengelen@users.sourceforge.net>
Fri, 18 Apr 2008 07:20:46 +0000 (07:20 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Fri, 18 Apr 2008 07:20:46 +0000 (07:20 +0000)
43 files changed:
src/2geom/angle.h
src/2geom/bezier.h
src/2geom/choose.h
src/2geom/circle-circle.cpp
src/2geom/circulator.h
src/2geom/concepts.h
src/2geom/conjugate_gradient.cpp
src/2geom/conjugate_gradient.h
src/2geom/convex-cover.cpp
src/2geom/convex-cover.h
src/2geom/crossing.cpp
src/2geom/d2-sbasis.cpp
src/2geom/d2-sbasis.h
src/2geom/exception.h
src/2geom/geom.h
src/2geom/interval.h
src/2geom/isnan.h
src/2geom/linear.h
src/2geom/ord.h
src/2geom/path-intersection.cpp
src/2geom/path-intersection.h
src/2geom/path.cpp
src/2geom/path.h
src/2geom/poly-dk-solve.h
src/2geom/poly-laguerre-solve.h
src/2geom/quadtree.cpp
src/2geom/quadtree.h
src/2geom/region.cpp
src/2geom/region.h
src/2geom/sbasis-2d.cpp
src/2geom/sbasis-geometric.h
src/2geom/sbasis-math.cpp
src/2geom/sbasis-math.h
src/2geom/sbasis-to-bezier.h
src/2geom/shape.cpp
src/2geom/shape.h
src/2geom/solve-bezier-one-d.cpp
src/2geom/solve-bezier-parametric.cpp
src/2geom/solver.h
src/2geom/sweep.cpp
src/2geom/sweep.h
src/2geom/transforms.cpp
src/2geom/utils.h

index 79e12c9541dac4ac018d78d99a18cadcfad097fc..c6a367d8f75f0045fd2507134bc956cd37f1f973 100644 (file)
@@ -48,3 +48,15 @@ inline double rad_to_deg(double rad) { return rad*180.0/M_PI;}
 }
 
 #endif
+
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index af6df0840d7bc850f19edce108937568d637cec5..9b7d8fb17f88e28dadb11a066d99993fb5086bd3 100644 (file)
@@ -306,6 +306,7 @@ inline std::ostream &operator<< (std::ostream &out_file, const Bezier & b) {
 
 }
 #endif //SEEN_BEZIER_H
+
 /*
   Local Variables:
   mode:c++
index 169d77c7930033e9a170001350294d775bc5ce55..46c5b2fb47cc81855107e788d353f2ba45a14d05 100644 (file)
@@ -65,3 +65,14 @@ T choose(unsigned n, unsigned k) {
 }
 
 #endif
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 262f8879a8ae72e287f27a3845c51874d1212581..024864091d0c42f8c0a27bbdec35bdaf29886065 100644 (file)
@@ -129,3 +129,13 @@ int main(void)
 }
 #endif
 
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 512aac39f3cdd781bbd1097a4a8cb0b92d0a07c2..65d337e82b3be1d8ea9565505e8d5285d8f873ed 100644 (file)
@@ -139,11 +139,9 @@ Geom::Circulator<T> operator+(int n, Geom::Circulator<T> const &c) {
   Local Variables:
   mode:c++
   c-file-style:"stroustrup"
-  c-file-offsets:((innamespace . 0)(substatement-open . 0))
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
   indent-tabs-mode:nil
-  c-brace-offset:0
   fill-column:99
   End:
-  vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :
 */
-
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 50cef4e4b34e2fd7f275678bea8c8621d8c8294b..ba45222746088391815530fb9d1f1d71263113d6 100644 (file)
@@ -150,3 +150,14 @@ struct MultiplicableConcept {
 };
 
 #endif //SEEN_CONCEPTS_H
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 220cd06d090a5a9af22899782fe4463724218a99..b98bb314c6c56aa9ce397e90fbfd3c9a2646f750 100644 (file)
@@ -122,6 +122,7 @@ conjugate_gradient(valarray<double> const &A,
     //std::max(-r.min(), r.max()), sqrt(r_r));
     // x is solution
 }
+
 /*
   Local Variables:
   mode:c++
@@ -131,4 +132,4 @@ conjugate_gradient(valarray<double> const &A,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 2090aecd29f979181928ae62066dd834a137df15..2d6050fd37e212023e74519675315e614acfffc0 100644 (file)
@@ -44,3 +44,14 @@ conjugate_gradient(std::valarray<double> const &A,
                   unsigned n, double tol,
                   unsigned max_iterations, bool ortho1);
 #endif // _CONJUGATE_GRADIENT_H
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 1c704e0ede2839733d38e0d0fef07418ca0b8c77..2d11b74190226f6d6361cc0fae4e450267eb0418 100644 (file)
@@ -438,12 +438,9 @@ ConvexHull graham_merge(ConvexHull a, ConvexHull b) {
   Local Variables:
   mode:c++
   c-file-style:"stroustrup"
-  c-file-offsets:((innamespace . 0)(substatement-open . 0))
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
   indent-tabs-mode:nil
-  c-brace-offset:0
   fill-column:99
   End:
-  vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :
 */
-
-
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 5c1f33ff6513cfee7182d37b6c24c2015a8bb1f0..d99e07b950d41c64802566dfedb034a463dd586b 100644 (file)
@@ -164,11 +164,9 @@ public:
   Local Variables:
   mode:c++
   c-file-style:"stroustrup"
-  c-file-offsets:((innamespace . 0)(substatement-open . 0))
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
   indent-tabs-mode:nil
-  c-brace-offset:0
   fill-column:99
   End:
-  vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :
 */
-
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index a8add187766247c227b775ee87a98a5c2c33f95c..880b99e1a390010aafe40a1c1a49c3223fa5f975 100644 (file)
@@ -190,3 +190,14 @@ void clean(Crossings &cr_a, Crossings &cr_b) {
 }
 
 }
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index dbf4da10e5effe08e320704e10aedb96bd41509e..9b6ca269ca9fc0329d021d003490dd1fa7e0a20d 100644 (file)
@@ -141,7 +141,7 @@ split_at_discontinuities (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwsbi
             piece.cuts.push_back(pwsbin.cuts[piece_start]);
             for (unsigned j = piece_start; j<i+1; j++){
                 piece.segs.push_back(pwsbin.segs[j]);
-                piece.cuts.push_back(pwsbin.cuts[j+1]);                
+                piece.cuts.push_back(pwsbin.cuts[j+1]);
             }
             ret.push_back(piece);
             piece_start = i+1;
@@ -151,3 +151,15 @@ split_at_discontinuities (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwsbi
 }
 
 }  // namespace Geom
+
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index c1f0faf4daea0e23485f68af3d24e1a912cfc0b1..e921896f5e0e433f65275a22ad3b461e224b52b0 100644 (file)
@@ -89,3 +89,15 @@ inline Rect bounds_local(D2<SBasis> const & s, Interval i, unsigned order=0) {
 
 #endif
 #endif
+
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 920cd58082080489ac5216018f9664a3f5ef13cd..88ecfc51b4694fd478595773fe1dcf2eeac5b182 100644 (file)
@@ -114,3 +114,15 @@ struct SVGPathParseError : public std::exception {
 } // namespace Geom
 
 #endif
+
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index f25e43c4922e3cec0aee7b13e846db66ec71066c..7a5a8141b3c517c60caac6115eda084a03bd23d7 100644 (file)
@@ -74,3 +74,14 @@ int centroid(std::vector<Geom::Point> p, Geom::Point& centroid, double &area);
 }
 
 #endif
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
\ No newline at end of file
index 19e08978cf343c3947b43b098b4264f94bd2575b..c9e6703f5c52cb18ef067d2c7d1592a7b08b45f3 100644 (file)
@@ -217,3 +217,14 @@ inline boost::optional<Interval> intersect(const Interval & a, const Interval &
 
 }
 #endif //SEEN_INTERVAL_H
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 52085a25f6fe103ed7ebad2eaf2368601274de94..5b068e606da7cb19b21953af4d40abdd79717762 100644 (file)
 
 
 #endif /* __ISNAN_H__ */
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 32716b9d137432cac3e6fed4c45b45ff40eceba4..0778039d33841c0ff434134fc5c683caf724e87d 100644 (file)
@@ -171,3 +171,14 @@ inline Linear operator/=(Linear & a, double b) {
 };
 
 #endif //SEEN_LINEAR_H
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 735de6a3ade5cef8d7f4ce4fd263d32e512dba7f..ec5bc650c8cdd3c855e58bf584333af4f753aa09 100644 (file)
@@ -35,3 +35,14 @@ inline Cmp cmp(T1 const &a, T2 const &b) {
 }
 
 #endif
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 9a4d65f72ada2b67cb91a107ac806239b6dd5a5f..2c32c376415ffc4fe7820cf9c069905229a87180 100644 (file)
@@ -595,3 +595,14 @@ CrossingSet crossings_among(std::vector<Path> const &p) {
 }
 
 }
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 6be04ad333b9fcd5352ebc5d1a482ae48bea0977..5cdee5509a2701b9b2e204d09eb4c5f8eddbd120 100644 (file)
@@ -63,3 +63,14 @@ inline CrossingSet crossings(std::vector<Path> const & a, std::vector<Path> cons
 }
 
 #endif
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index a529c37512b7241f2daf049f0324eb0f3d3dfb33..01c1f2b8ee986ad2b6eb7c424efce574acc440d8 100644 (file)
@@ -227,10 +227,9 @@ void Path::check_continuity(Sequence::iterator first_replaced,
   Local Variables:
   mode:c++
   c-file-style:"stroustrup"
-  c-file-offsets:((innamespace . 0)(substatement-open . 0))
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
   indent-tabs-mode:nil
-  c-brace-offset:0
   fill-column:99
   End:
-  vim: filetype=cpp:expandtab:shiftwidth=2:tabstop=8:softtabstop=2 :
 */
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 5eecbff0bb35eb943b2427134daaa7cf0160f745..bc0bfa0d8f21aa234f84651c3b6526c2408b07f6 100644 (file)
@@ -951,10 +951,9 @@ inline void swap<Geom::Path>(Geom::Path &a, Geom::Path &b)
   Local Variables:
   mode:c++
   c-file-style:"stroustrup"
-  c-file-offsets:((innamespace . 0)(substatement-open . 0))
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
   indent-tabs-mode:nil
-  c-brace-offset:0
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=2:tabstop=8:softtabstop=2 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 9a4dd360f455242466a10cad3223d2d10eb2310d..f82caf394961e26ee47f5d52575a66e5df829da8 100644 (file)
@@ -3,3 +3,14 @@
 
 std::vector<std::complex<double> > 
 DK(Poly const & ply, const double tol=1e-10);
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 86d10098e281394abd082d135e409a169326f4ad..c7bfef24559f93ce59c528a5420aa8a17257b8c7 100644 (file)
@@ -8,3 +8,14 @@ std::vector<double>
 laguerre_real_interval(Poly  ply, 
                       const double lo, const double hi,
                       const double tol=1e-10);
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index c033b76045b0dac94f982441f68c3c0e920ba23a..a84a5a7d45f5bc2ce1db4994227d2e6f1bc8b77d 100644 (file)
@@ -121,11 +121,9 @@ void QuadTree::erase(Quad *q, int shape) {
   Local Variables:
   mode:c++
   c-file-style:"stroustrup"
-  c-file-offsets:((innamespace . 0)(substatement-open . 0))
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
   indent-tabs-mode:nil
-  c-brace-offset:0
   fill-column:99
   End:
-  vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :
 */
-
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 62c769c8bae5b13683e1832bf87f0ec157edc5b6..9b5b75e62344335652758e41f8b50a6656e59b1e 100644 (file)
@@ -31,11 +31,9 @@ public:
   Local Variables:
   mode:c++
   c-file-style:"stroustrup"
-  c-file-offsets:((innamespace . 0)(substatement-open . 0))
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
   indent-tabs-mode:nil
-  c-brace-offset:0
   fill-column:99
   End:
-  vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :
 */
-
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 116cc72fd4d293dc52c04a3b62bcb600b60a956b..326173c0c614d774872f1b7673934fd6b19055bb 100644 (file)
@@ -32,3 +32,14 @@ unsigned outer_index(Regions const &ps) {
 }
 
 }
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
\ No newline at end of file
index e7eaa808b5d76a1a884cd5c0258d5c70ec74fe15..c3b03912f3f8a3a01f29c64a247999c0205c02e9 100644 (file)
@@ -83,3 +83,14 @@ inline Regions region_boolean(bool rev, Region const & a, Region const & b) {
 }
 
 #endif
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
\ No newline at end of file
index e271fed131ebd31c2330d179a4c2d6a484d18d1c..6efc146ebb3e9f57d632662b1fce72feb808c36a 100644 (file)
@@ -70,3 +70,14 @@ compose_each(D2<SBasis2d> const &fg, D2<SBasis> const &p) {
 }
 
 };
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
\ No newline at end of file
index 49f371512959acf4a1d77b738c0bc39af74ef857..c4f139aa6a742507cd84d8f4aed1a445d8478fda 100644 (file)
@@ -80,4 +80,3 @@ unsigned centroid(Piecewise<D2<SBasis> > const &p, Point& centroid, double &area
 */
 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
 
-                
index 08647959ac55afdfe10f9977a23eb3c325bdd590..b04e15bcca96a81e671c3354c32784e44ce62b64 100644 (file)
@@ -288,4 +288,4 @@ Piecewise<SBasis> reciprocal(Piecewise<SBasis> const &f, double tol, int order){
   fill-column:99
   End:
 */
-// vim: filetype = cpp:expandtab:shiftwidth = 4:tabstop = 8:softtabstop = 4:encoding = utf-8:textwidth = 99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index c20b09885fa724a9af239a9591ad3ea5897a99ce..72428bc963d5ae24e5ee6e45d60bca7fcb5316ab 100644 (file)
@@ -83,6 +83,7 @@ Piecewise<SBasis> reciprocal(Piecewise<SBasis>const &f, double tol=1e-3, int ord
 }
 
 #endif //SEEN_GEOM_PW_SB_CALCULUS_H
+
 /*
   Local Variables:
   mode:c++
@@ -92,4 +93,4 @@ Piecewise<SBasis> reciprocal(Piecewise<SBasis>const &f, double tol=1e-3, int ord
   fill-column:99
   End:
 */
-// vim: filetype = cpp:expandtab:shiftwidth = 4:tabstop = 8:softtabstop = 4:encoding = utf-8:textwidth = 99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 2c49464f60325b9c342445591c18585bf31ac0cf..b515ebf8bea141cbc4128a1e6950ee2e621cac0c 100644 (file)
@@ -22,3 +22,14 @@ Path path_from_sbasis(D2<SBasis> const &B, double tol);
 
 };
 #endif
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 70a7d088421fa86197808eac8e1a58d4c58304dc..ddc94155cf0d571677324ca3116bb1a919433bec 100644 (file)
@@ -630,3 +630,14 @@ bool Shape::invariants() const {
 }
 
 }
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
\ No newline at end of file
index b9194537cba6c9dc16081eaf3dab97bbbd6e94cd..4670b326e39f7a91911240d33976f17d42250eaa 100644 (file)
@@ -100,3 +100,14 @@ inline std::vector<Path> desanitize(Shape const & s) {
 }
 
 #endif
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
\ No newline at end of file
index 4f37cd0492866c4c5063a0b3e705567631961401..1338faa7c5aa6fab05a14a46842331bd730c59db 100644 (file)
@@ -187,11 +187,9 @@ Bernstein(double const *V, /* Control pts  */
   Local Variables:
   mode:c++
   c-file-style:"stroustrup"
-  c-file-offsets:((innamespace . 0)(substatement-open . 0))
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
   indent-tabs-mode:nil
-  c-brace-offset:0
   fill-column:99
   End:
-  vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :
 */
-
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index 576ac34ff1c011aebafeec01107dfbfd5ad335b0..fc49dcdb2fcdf565380b16e7263bc0165d190e1f 100644 (file)
@@ -217,11 +217,9 @@ Bezier(Geom::Point const *V, /* Control pts        */
   Local Variables:
   mode:c++
   c-file-style:"stroustrup"
-  c-file-offsets:((innamespace . 0)(substatement-open . 0))
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
   indent-tabs-mode:nil
-  c-brace-offset:0
   fill-column:99
   End:
-  vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :
 */
-
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
index e0d66fc2a04329b3f56774cd51d9df36a552aaed..a0a8d95ce48995a3c86357264ae2671844bed9c8 100644 (file)
@@ -31,3 +31,14 @@ find_bernstein_roots(
 
 };
 #endif
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
\ No newline at end of file
index b9ef71b5c0cd3cd165a066bc93599dbdee536a71..f19fd9be9d8993804dfa4520e9abd6db6dc34823 100644 (file)
@@ -103,3 +103,14 @@ std::vector<std::vector<unsigned> > fake_cull(unsigned a, unsigned b) {
 }
 
 }
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
\ No newline at end of file
index 9587cec3631f84783b71d1b48c14ee4e20e88df2..f8553e84959071ccc03d630df6947c4a62b24401 100644 (file)
@@ -27,3 +27,14 @@ std::vector<std::vector<unsigned> > fake_cull(unsigned a, unsigned b);
 }
 
 #endif
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
\ No newline at end of file
index 8c0164338ce3c4727b1d1a527636e25d0819651f..2a69180713f15ceb72a5b72389f3fd8bcf6c9263 100644 (file)
@@ -46,3 +46,14 @@ Matrix operator*(Matrix const &m, Scale const &s) {
 }
 
 }
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
\ No newline at end of file
index c5c5793389d83b2effe4198584a3129802c25b91..ce69c004f4252a4909a7eae2c75e8331d8b6b345 100644 (file)
@@ -79,3 +79,14 @@ inline double decimal_round(double const x, int const places) {
 }
 
 #endif
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
\ No newline at end of file