From d02e5efa317d7b4e958cbcee6a0905e7b4ae1fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 17 Jan 2020 15:48:14 +0100 Subject: [PATCH] Remove package 'Inventor' Headers have been regrouped with other VRML headers in Stream_support. Alpha shape header about VRML output is moved to the package Alpha_shape_3 The package 'Inventor' was entirely undocumented. --- .../CGAL/IO/Alpha_shape_3_VRML_2_ostream.h | 26 ---------------- Inventor/include/CGAL/IO/Inventor_ostream.h | 30 ------------------- Inventor/include/CGAL/IO/VRML_1_ostream.h | 30 ------------------- Inventor/include/CGAL/IO/VRML_2_ostream.h | 29 ------------------ Inventor/package_info/Inventor/copyright | 5 ---- Inventor/package_info/Inventor/dependencies | 10 ------- .../package_info/Inventor/description.txt | 2 -- Inventor/package_info/Inventor/license.txt | 1 - Inventor/package_info/Inventor/maintainer | 1 - Inventor/test/Inventor/CMakeLists.txt | 24 --------------- 10 files changed, 158 deletions(-) delete mode 100644 Inventor/include/CGAL/IO/Alpha_shape_3_VRML_2_ostream.h delete mode 100644 Inventor/include/CGAL/IO/Inventor_ostream.h delete mode 100644 Inventor/include/CGAL/IO/VRML_1_ostream.h delete mode 100644 Inventor/include/CGAL/IO/VRML_2_ostream.h delete mode 100644 Inventor/package_info/Inventor/copyright delete mode 100644 Inventor/package_info/Inventor/dependencies delete mode 100644 Inventor/package_info/Inventor/description.txt delete mode 100644 Inventor/package_info/Inventor/license.txt delete mode 100644 Inventor/package_info/Inventor/maintainer delete mode 100644 Inventor/test/Inventor/CMakeLists.txt diff --git a/Inventor/include/CGAL/IO/Alpha_shape_3_VRML_2_ostream.h b/Inventor/include/CGAL/IO/Alpha_shape_3_VRML_2_ostream.h deleted file mode 100644 index bd57ad39305..00000000000 --- a/Inventor/include/CGAL/IO/Alpha_shape_3_VRML_2_ostream.h +++ /dev/null @@ -1,26 +0,0 @@ -// Copyright (c) 1997 -// Utrecht University (The Netherlands), -// ETH Zurich (Switzerland), -// INRIA Sophia-Antipolis (France), -// Max-Planck-Institute Saarbruecken (Germany), -// and Tel-Aviv University (Israel). All rights reserved. -// -// This file is part of CGAL (www.cgal.org) -// -// $URL$ -// $Id$ -// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial -// -// Author(s) : Andreas Fabri - -#ifndef CGAL_ALPHA_SHAPE_3_VRML_2_OSTREAM_H -#define CGAL_ALPHA_SHAPE_3_VRML_2_OSTREAM_H -#include - -#define CGAL_DEPRECATED_HEADER "" -#define CGAL_REPLACEMENT_HEADER "" -#include -#include -#include - -#endif CGAL_ALPHA_SHAPE_3_VRML_2_OSTREAM_H diff --git a/Inventor/include/CGAL/IO/Inventor_ostream.h b/Inventor/include/CGAL/IO/Inventor_ostream.h deleted file mode 100644 index ba64a2c4ca7..00000000000 --- a/Inventor/include/CGAL/IO/Inventor_ostream.h +++ /dev/null @@ -1,30 +0,0 @@ -// Copyright (c) 1997 -// Utrecht University (The Netherlands), -// ETH Zurich (Switzerland), -// INRIA Sophia-Antipolis (France), -// Max-Planck-Institute Saarbruecken (Germany), -// and Tel-Aviv University (Israel). All rights reserved. -// -// This file is part of CGAL (www.cgal.org) -// -// $URL$ -// $Id$ -// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial -// -// Author(s) : Andreas Fabri -// Lutz Kettner -// Herve Bronnimann -// Mariette Yvinec - -#ifndef CGAL_IO_INVENTOR_OSTREAM_H -#define CGAL_IO_INVENTOR_OSTREAM_H - -#include - -#define CGAL_DEPRECATED_HEADER "" -#define CGAL_REPLACEMENT_HEADER "" -#include -#include -#include - -#endif // CGAL_INVENTOR_TETRAHEDRON_3 diff --git a/Inventor/include/CGAL/IO/VRML_1_ostream.h b/Inventor/include/CGAL/IO/VRML_1_ostream.h deleted file mode 100644 index badbc9abf4b..00000000000 --- a/Inventor/include/CGAL/IO/VRML_1_ostream.h +++ /dev/null @@ -1,30 +0,0 @@ -// Copyright (c) 1997 -// Utrecht University (The Netherlands), -// ETH Zurich (Switzerland), -// INRIA Sophia-Antipolis (France), -// Max-Planck-Institute Saarbruecken (Germany), -// and Tel-Aviv University (Israel). All rights reserved. -// -// This file is part of CGAL (www.cgal.org) -// -// $URL$ -// $Id$ -// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial -// -// Author(s) : Andreas Fabri -// Lutz Kettner -// Herve Bronnimann -// Mariette Yvinec - -#ifndef CGAL_IO_VRML_1_OSTREAM_H -#define CGAL_IO_VRML_1_OSTREAM_H - -#include - -#define CGAL_DEPRECATED_HEADER "" -#define CGAL_REPLACEMENT_HEADER "" -#include -#include " -#include - -#endif // CGAL_IO_VRML_1_TETRAHEDRON_3 diff --git a/Inventor/include/CGAL/IO/VRML_2_ostream.h b/Inventor/include/CGAL/IO/VRML_2_ostream.h deleted file mode 100644 index dfb055bc05e..00000000000 --- a/Inventor/include/CGAL/IO/VRML_2_ostream.h +++ /dev/null @@ -1,29 +0,0 @@ -// Copyright (c) 1997 -// Utrecht University (The Netherlands), -// ETH Zurich (Switzerland), -// INRIA Sophia-Antipolis (France), -// Max-Planck-Institute Saarbruecken (Germany), -// and Tel-Aviv University (Israel). All rights reserved. -// -// This file is part of CGAL (www.cgal.org) -// -// $URL$ -// $Id$ -// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial -// -// Author(s) : Andreas Fabri -// Lutz Kettner -// Herve Bronnimann -// Mariette Yvinec - -#ifndef CGAL_IO_VRML_2_OSTREAM_H -#define CGAL_IO_VRML_2_OSTREAM_H -#include - -#define CGAL_DEPRECATED_HEADER "" -#define CGAL_REPLACEMENT_HEADER "" -#include -#include -#include - -#endif // CGAL_IO_VRML_2_SEGMENT_3 diff --git a/Inventor/package_info/Inventor/copyright b/Inventor/package_info/Inventor/copyright deleted file mode 100644 index a35c66ade4c..00000000000 --- a/Inventor/package_info/Inventor/copyright +++ /dev/null @@ -1,5 +0,0 @@ -Utrecht University (The Netherlands), -ETH Zurich (Switzerland), -INRIA Sophia-Antipolis (France), -Max-Planck-Institute Saarbruecken (Germany), -Tel-Aviv University (Israel). diff --git a/Inventor/package_info/Inventor/dependencies b/Inventor/package_info/Inventor/dependencies deleted file mode 100644 index 23afac6d0aa..00000000000 --- a/Inventor/package_info/Inventor/dependencies +++ /dev/null @@ -1,10 +0,0 @@ -Algebraic_foundations -Installation -Interval_support -Inventor -Kernel_23 -Modular_arithmetic -Number_types -Profiling_tools -STL_Extension -Stream_support diff --git a/Inventor/package_info/Inventor/description.txt b/Inventor/package_info/Inventor/description.txt deleted file mode 100644 index 210cbf9a556..00000000000 --- a/Inventor/package_info/Inventor/description.txt +++ /dev/null @@ -1,2 +0,0 @@ -Describes the classes Inventor_ostream, VRML_1_ostream and VRML_2_ostream -based on popular formats OpenInventor and VRML (Virtual Reality Markup Language) diff --git a/Inventor/package_info/Inventor/license.txt b/Inventor/package_info/Inventor/license.txt deleted file mode 100644 index 5c1c5d8436f..00000000000 --- a/Inventor/package_info/Inventor/license.txt +++ /dev/null @@ -1 +0,0 @@ -LGPL (v3 or later) diff --git a/Inventor/package_info/Inventor/maintainer b/Inventor/package_info/Inventor/maintainer deleted file mode 100644 index 7e028c78627..00000000000 --- a/Inventor/package_info/Inventor/maintainer +++ /dev/null @@ -1 +0,0 @@ -cgal-develop diff --git a/Inventor/test/Inventor/CMakeLists.txt b/Inventor/test/Inventor/CMakeLists.txt deleted file mode 100644 index 0d296008396..00000000000 --- a/Inventor/test/Inventor/CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -# Created by the script cgal_create_cmake_script -# This is the CMake script for compiling a CGAL application. - - -cmake_minimum_required(VERSION 3.1...3.15) -project( Inventor_Tests ) - - -find_package(CGAL QUIET) - -if ( CGAL_FOUND ) - - # create a target per cppfile - file(GLOB cppfiles RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp) - foreach(cppfile ${cppfiles}) - create_single_source_cgal_program( "${cppfile}" ) - endforeach() - -else() - - message(STATUS "This program requires the CGAL library, and will not be compiled.") - -endif() -