From 220a4454ab66572f261dbe1ca800d9d159f18abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 17 Jan 2020 17:10:02 +0100 Subject: [PATCH] Regroup OpenInventor I/O headers --- Stream_support/include/CGAL/IO/OI.h | 21 +++++++++++++++++++ .../CGAL/IO/{ => OI}/File_writer_inventor.h | 0 .../IO/{ => OI}/File_writer_inventor_impl.h | 0 .../CGAL/IO/{VRML => OI}/Inventor_ostream.h | 0 4 files changed, 21 insertions(+) create mode 100644 Stream_support/include/CGAL/IO/OI.h rename Stream_support/include/CGAL/IO/{ => OI}/File_writer_inventor.h (100%) rename Stream_support/include/CGAL/IO/{ => OI}/File_writer_inventor_impl.h (100%) rename Stream_support/include/CGAL/IO/{VRML => OI}/Inventor_ostream.h (100%) diff --git a/Stream_support/include/CGAL/IO/OI.h b/Stream_support/include/CGAL/IO/OI.h new file mode 100644 index 00000000000..3dffeb1c138 --- /dev/null +++ b/Stream_support/include/CGAL/IO/OI.h @@ -0,0 +1,21 @@ +// Copyright (c) 2018 GeometryFactory Sarl (France). +// All rights reserved. +// +// Licensees holding a valid commercial license may use this file in +// accordance with the commercial license agreement provided with the software. +// +// This file is part of CGAL (www.cgal.org) +// +// $URL$ +// $Id$ +// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial +// +// Author(s) : Lutz Kettner + +#ifndef CGAL_IO_OI_H +#define CGAL_IO_OI_H + +#include +#include + +#endif // CGAL_IO_OI_H diff --git a/Stream_support/include/CGAL/IO/File_writer_inventor.h b/Stream_support/include/CGAL/IO/OI/File_writer_inventor.h similarity index 100% rename from Stream_support/include/CGAL/IO/File_writer_inventor.h rename to Stream_support/include/CGAL/IO/OI/File_writer_inventor.h diff --git a/Stream_support/include/CGAL/IO/File_writer_inventor_impl.h b/Stream_support/include/CGAL/IO/OI/File_writer_inventor_impl.h similarity index 100% rename from Stream_support/include/CGAL/IO/File_writer_inventor_impl.h rename to Stream_support/include/CGAL/IO/OI/File_writer_inventor_impl.h diff --git a/Stream_support/include/CGAL/IO/VRML/Inventor_ostream.h b/Stream_support/include/CGAL/IO/OI/Inventor_ostream.h similarity index 100% rename from Stream_support/include/CGAL/IO/VRML/Inventor_ostream.h rename to Stream_support/include/CGAL/IO/OI/Inventor_ostream.h