mirror of https://github.com/CGAL/cgal
Remove prehistoric funnelweb stuff.
This commit is contained in:
parent
bc72a0d71b
commit
8a9097632d
|
|
@ -1,2 +0,0 @@
|
|||
web/*
|
||||
web
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
PARENTDIR = /users/geert/CGAL/Geert/lib
|
||||
include $(PARENTDIR)/make_defs
|
||||
|
||||
xsrcs: intersection_2.xsrc intersection_2_1.xsrc intersection_2_2.xsrc \
|
||||
intersection_2_3.xsrc straight_2.xsrc
|
||||
|
||||
srcs: intersection_2.src intersection_2_1.src intersection_2_2.src \
|
||||
intersection_2_3.src straight_2.src
|
||||
|
||||
texs: intersection_2.tex intersection_2_1.tex intersection_2_2.tex \
|
||||
intersection_2_3.tex straight_2.tex
|
||||
|
||||
|
|
@ -1,45 +0,0 @@
|
|||
@$@<do_intersect macro@>@(@2@)@Z@M==@{@-
|
||||
template <class R>
|
||||
inline bool do_intersect(
|
||||
const @1<R> &p1,
|
||||
const @2<R> &p2)
|
||||
{
|
||||
typedef @1_@2_pair<R> pair_t;
|
||||
pair_t pair(&p1, &p2);
|
||||
return pair.intersection_type() != pair_t::NO;
|
||||
}@-
|
||||
@}
|
||||
|
||||
@$@<cgal_heading@>@(@4@)@Z@M==@{@-
|
||||
@! parameter description with an example value
|
||||
@! file : include/CGAL/Optimisation/Min_circle_2.h
|
||||
@! source : web/Optimisation/Min_circle_2.aw
|
||||
@! author(s) : Sven Schoenherr <sven@inf.fu-berlin.de>, Bernd Gaertner
|
||||
@! coordinator : ETH Zurich
|
||||
// ============================================================================
|
||||
//
|
||||
// Copyright (c) 2000 The CGAL Consortium
|
||||
//
|
||||
// This software and related documentation is part of an INTERNAL release
|
||||
// of the Computational Geometry Algorithms Library (CGAL). It is not
|
||||
// intended for general use.
|
||||
//
|
||||
// ----------------------------------------------------------------------------
|
||||
//
|
||||
// release : $CGAL_Revision: $
|
||||
// release_date : $CGAL_Date: $
|
||||
//
|
||||
// file : @1
|
||||
// source : @2
|
||||
// author(s) : @3
|
||||
//
|
||||
// coordinator : @4
|
||||
//
|
||||
// ============================================================================
|
||||
@}
|
||||
|
||||
@$@<include@>@(@2@)@Z@M==@{@-
|
||||
#ifndef CGAL_@2_H
|
||||
#include <CGAL/@1.h>
|
||||
#endif
|
||||
@}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
@p typesetter = tex
|
||||
@p no_doc_header
|
||||
@p #line_offset = 0
|
||||
@p #line_depth = 1
|
||||
@$@<line@>==@{#line @<#line@> "@<#file@>"@}
|
||||
|
||||
@p automatic_line_directive_macro = "line"
|
||||
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
web/*
|
||||
web
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
PARENTDIR = /users/geert/CGAL/Geert/lib
|
||||
include $(PARENTDIR)/make_defs
|
||||
|
||||
xsrcs: intersection_3.xsrc
|
||||
|
||||
srcs: intersection_3.src
|
||||
|
||||
texs: intersection_3.tex
|
||||
|
||||
|
|
@ -1,45 +0,0 @@
|
|||
@$@<do_intersect macro@>@(@2@)@Z@M==@{@-
|
||||
template <class R>
|
||||
inline bool do_intersect(
|
||||
const @1<R> &p1,
|
||||
const @2<R> &p2)
|
||||
{
|
||||
typedef @1_@2_pair<R> pair_t;
|
||||
pair_t pair(&p1, &p2);
|
||||
return pair.intersection_type() != pair_t::NO;
|
||||
}@-
|
||||
@}
|
||||
|
||||
@$@<cgal_heading@>@(@4@)@Z@M==@{@-
|
||||
@! parameter description with an example value
|
||||
@! file : include/CGAL/Optimisation/Min_circle_2.h
|
||||
@! source : web/Optimisation/Min_circle_2.aw
|
||||
@! author(s) : Sven Schoenherr <sven@inf.fu-berlin.de>, Bernd Gaertner
|
||||
@! coordinator : ETH Zurich
|
||||
// ============================================================================
|
||||
//
|
||||
// Copyright (c) 1997 The CGAL Consortium
|
||||
//
|
||||
// This software and related documentation is part of an INTERNAL release
|
||||
// of the Computational Geometry Algorithms Library (CGAL). It is not
|
||||
// intended for general use.
|
||||
//
|
||||
// ----------------------------------------------------------------------------
|
||||
//
|
||||
// release : $CGAL_Revision: $
|
||||
// release_date : $CGAL_Date: $
|
||||
//
|
||||
// file : @1
|
||||
// source : @2
|
||||
// author(s) : @3
|
||||
//
|
||||
// coordinator : @4
|
||||
//
|
||||
// ============================================================================
|
||||
@}
|
||||
|
||||
@$@<include@>@(@2@)@Z@M==@{@-
|
||||
#ifndef CGAL_@2_H
|
||||
#include <CGAL/@1.h>
|
||||
#endif
|
||||
@}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
@p typesetter = tex
|
||||
@p no_doc_header
|
||||
@p #line_offset = 0
|
||||
@p #line_depth = 1
|
||||
@$@<line@>==@{#line @<#line@> "@<#file@>"@}
|
||||
|
||||
@p automatic_line_directive_macro = "line"
|
||||
|
||||
Loading…
Reference in New Issue