mirror of https://github.com/CGAL/cgal
32 lines
1.2 KiB
C
32 lines
1.2 KiB
C
// ============================================================================
|
|
//
|
|
// Copyright (c) 1997-2001 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: CGAL-I $
|
|
// release_date : $CGAL_Date$
|
|
//
|
|
// file : include/CGAL/IO/optimisation_Window_stream.h
|
|
// package : $CGAL_Package: Optimisation_basic $
|
|
// chapter : Geometric Optimisation
|
|
//
|
|
// source : web/Optimisation_basic.aw
|
|
// revision : $Revision$
|
|
// revision_date : $Date$
|
|
//
|
|
// author(s) : Sven Schönherr <sven@inf.ethz.ch>
|
|
// coordinator : ETH Zürich (Bernd Gärtner <gaertner@inf.ethz.ch>)
|
|
//
|
|
// implementation: graphical output to window stream for optimisation algorithms
|
|
// ============================================================================
|
|
|
|
#include <CGAL/IO/Min_circle_2_Window_stream.h>
|
|
#include <CGAL/IO/Min_ellipse_2_Window_stream.h>
|
|
|
|
// ===== EOF ==================================================================
|