mirror of https://github.com/CGAL/cgal
added headers and such
This commit is contained in:
parent
49f34589cb
commit
ae390dade2
|
|
@ -1,3 +1,30 @@
|
|||
// ============================================================================
|
||||
//
|
||||
// Copyright (c) 1997-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 : include/CGAL/IO/Nef_polyhedron_2_PS_stream.h
|
||||
// package : Nef_2
|
||||
// chapter : Nef Polyhedra
|
||||
//
|
||||
// revision : $Revision$
|
||||
// revision_date : $Date$
|
||||
//
|
||||
// author(s) : Michael Seel <seel@mpi-sb.mpg.de>
|
||||
// maintainer : Michael Seel <seel@mpi-sb.mpg.de>
|
||||
// coordinator : Michael Seel <seel@mpi-sb.mpg.de>
|
||||
//
|
||||
// implementation: Nef polyhedra in the plane
|
||||
// ============================================================================
|
||||
|
||||
#ifndef NEF_POLYHEDRON_2_PS_STREAM_H
|
||||
#define NEF_POLYHEDRON_2_PS_STREAM_H
|
||||
|
||||
|
|
|
|||
|
|
@ -11,9 +11,9 @@
|
|||
// release : $CGAL_Revision: CGAL-2.4-I-33 $
|
||||
// release_date : $CGAL_Date: 2001/12/04 $
|
||||
//
|
||||
// file : include/CGAL/Object.h
|
||||
// package : Kernel_basic (3.68)
|
||||
// maintainer : Sylvain Pion <Sylvain.Pion@sophia.inria.fr>
|
||||
// file : include/CGAL/Object_handle.h
|
||||
// package : Nef_2
|
||||
// maintainer : Michael Seel
|
||||
// revision : $Revision$
|
||||
// revision_date : $Date$
|
||||
// author(s) : Stefan Schirra
|
||||
|
|
@ -22,8 +22,6 @@
|
|||
// Michael Seel
|
||||
// Sylvain Pion
|
||||
//
|
||||
// coordinator : MPI Saarbruecken, Germany
|
||||
//
|
||||
// ======================================================================
|
||||
|
||||
#ifndef CGAL_OBJECT_HANDLE_H
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -1,3 +1,28 @@
|
|||
// ============================================================================
|
||||
//
|
||||
// Copyright (c) 1997-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 : include/CGAL/Nef_2/redefine_MSC.h
|
||||
// package : Nef_2
|
||||
// chapter : Nef Polyhedra
|
||||
//
|
||||
// revision : $Revision$
|
||||
// revision_date : $Date$
|
||||
//
|
||||
// author(s) : Michael Seel <seel@mpi-sb.mpg.de>
|
||||
// maintainer : Michael Seel <seel@mpi-sb.mpg.de>
|
||||
// coordinator : Michael Seel <seel@mpi-sb.mpg.de>
|
||||
// ============================================================================
|
||||
|
||||
#ifndef CGAL_REDEFINE_MSC_H
|
||||
#define CGAL_REDEFINE_MSC_H
|
||||
#ifdef _MSC_VER
|
||||
|
|
|
|||
Loading…
Reference in New Issue