// ====================================================================== // // Copyright (c) 1999 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 : // release_date : // // source : leda_window.fw // file : include/CGAL/IO/Window_stream.h // package : window (2.8.0) // maintainer : Stefan Schirra // revision : 2.8.0 // revision_date : 17 May 2001 // author(s) : Stefan Schirra // // // coordinator : MPI, Saarbruecken () // ====================================================================== // use the port of the LEDA window (CGAL::window) or the "normal" LEDA window ... #if defined(__USE_CGAL_WINDOW__) #include #else #include #endif #ifndef IO_TRIANGULATION_WINDOW_STREAM_H #include #endif // IO_TRIANGULATION_WINDOW_STREAM_H #ifndef IO_OPTIMISATION_WINDOW_STREAM_H #include #endif // IO_OPTIMISATION_WINDOW_STREAM_H #ifndef IO_POLYGON_WINDOW_STREAM_H #include #endif // IO_POLYGON_WINDOW_STREAM_H