mirror of https://github.com/CGAL/cgal
- Remove prehistoric funnelweb stuff.
This commit is contained in:
parent
496fdf0868
commit
bc72a0d71b
|
|
@ -1,4 +1,3 @@
|
|||
Distance_2/web/lis
|
||||
Distance_3/include
|
||||
Mesh_2/bench/bench
|
||||
Mesh_2/bench/semantic.cache
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
web
|
||||
web/*
|
||||
prepare_submit
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
PARENTDIR = /users/geert/CGAL/Geert/lib
|
||||
include $(PARENTDIR)/make_defs
|
||||
|
||||
xsrcs: sqdistance_2.xsrc
|
||||
|
||||
srcs: sqdistance_2.src
|
||||
|
||||
texs: sqdistance_2.tex
|
||||
|
||||
|
|
@ -1,45 +0,0 @@
|
|||
@$@<do_intersect macro@>@(@2@)@Z@M==@{@-
|
||||
template <class R>
|
||||
inline bool CGAL_do_intersect(
|
||||
const CGAL_@1<R> &p1,
|
||||
const CGAL_@2<R> &p2)
|
||||
{
|
||||
typedef CGAL_@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) 1998 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,3 +0,0 @@
|
|||
web/*
|
||||
web
|
||||
prepare_submit
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
PARENTDIR = /users/geert/CGAL/Geert/lib
|
||||
include $(PARENTDIR)/make_defs
|
||||
|
||||
xsrcs: sqdistance_3.xsrc
|
||||
|
||||
srcs: sqdistance_3.src
|
||||
|
||||
texs: sqdistance_3.tex
|
||||
|
||||
|
|
@ -1,45 +0,0 @@
|
|||
@$@<do_intersect macro@>@(@2@)@Z@M==@{@-
|
||||
template <class R>
|
||||
inline bool CGAL_do_intersect(
|
||||
const CGAL_@1<R> &p1,
|
||||
const CGAL_@2<R> &p2)
|
||||
{
|
||||
typedef CGAL_@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) 1998 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