mirror of https://github.com/CGAL/cgal
added the headers to those files
This commit is contained in:
parent
6e3a108c31
commit
5551a0b2c6
|
|
@ -1,3 +1,23 @@
|
|||
// ============================================================================
|
||||
//
|
||||
// Copyright (c) 1997-2002 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.
|
||||
//
|
||||
// ----------------------------------------------------------------------------
|
||||
//
|
||||
// file : include/CGAL/apply_to_range.h
|
||||
// package : Qt_widget
|
||||
// author(s) : Radu Ursu<rursu@sophia.inria.fr>
|
||||
// release :
|
||||
// release_date :
|
||||
//
|
||||
// coordinator : Andreas Fabri<afabri@sophia.inria.fr>
|
||||
//
|
||||
// ============================================================================
|
||||
|
||||
#ifndef CGAL_apply_to_range_h
|
||||
#define CGAL_apply_to_range_h
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,26 @@
|
|||
// ======================================================================
|
||||
//
|
||||
// Copyright (c) 1997-2003 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.
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
//
|
||||
// file : src/CGALQt/Qt_widget_xpm_icons.C
|
||||
// package : Qt_widget
|
||||
// maintainer : Laurent Rineau <rineau@clipper.ens.fr>
|
||||
// author(s) : Radu Ursu <rursu@geometryfactory.com>
|
||||
// release : $CGAL_Revision: CGAL-2.5-I-130 $
|
||||
// release_date :
|
||||
//
|
||||
// coordinator : Laurent Rineau <rineau@clipper.ens.fr>
|
||||
//
|
||||
// ======================================================================
|
||||
|
||||
|
||||
|
||||
/* XPM */
|
||||
const char * alpha_shape_xpm[] = {
|
||||
"32 32 3 1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue