Skip to content

Commit

Permalink
Merge branch 'gsoc2023-aos_sphere_demo-denizdiktas' of github.com:CGA…
Browse files Browse the repository at this point in the history
…L/cgal-public-dev into gsoc2023-aos_sphere_demo-denizdiktas
  • Loading branch information
efifogel committed Aug 12, 2023
2 parents 1a6ed9a + f1faa51 commit b40ea14
Show file tree
Hide file tree
Showing 34 changed files with 274 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Aos.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#include "Aos.h"

Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Aos.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#ifndef AOS_H
#define AOS_H
Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Camera.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#include "Camera.h"

Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Camera.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#ifndef CAMERA_H
#define CAMERA_H
Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Camera_manip.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#include "Camera_manip.h"

Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Camera_manip.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#ifndef CAMERA_MANIP_H
#define CAMERA_MANIP_H
Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Camera_manip_rot.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#include "Camera_manip_rot.h"

Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Camera_manip_rot.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#ifndef CAMERA_MANIP_ROT_H
#define CAMERA_MANIP_ROT_H
Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Camera_manip_rot_bpa.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#include "Camera_manip_rot_bpa.h"

Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Camera_manip_rot_bpa.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#ifndef CAMERA_MANIP_ROT_BPA_H
#define CAMERA_MANIP_ROT_BPA_H
Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Camera_manip_zoom.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#include "Camera_manip_zoom.h"

Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Camera_manip_zoom.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#ifndef CAMERA_MANIP_ZOOM_H
#define CAMERA_MANIP_ZOOM_H
Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Common_defs.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#ifndef COMMON_DEFS_H
#define COMMON_DEFS_H
Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Kml_reader.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#include "Kml_reader.h"

Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Kml_reader.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#ifndef KML_READER_H
#define KML_READER_H
Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Line_strips.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#include "Line_strips.h"

Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Line_strips.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#ifndef LINE_STRIPS_H
#define LINE_STRIPS_H
Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Main_widget.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#include "Main_widget.h"

Expand Down
10 changes: 8 additions & 2 deletions Arrangement_on_surface_2/demo/earth/Main_widget.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#ifndef MAIN_WIDGET_H
#define MAIN_WIDGET_H
Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Shader_program.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#include "Shader_program.h"

Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Shader_program.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#ifndef SHADER_PROGRAM_H
#define SHADER_PROGRAM_H
Expand Down
9 changes: 9 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Shapefile.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

//
//#include "Shapefile.h"
//
Expand Down
9 changes: 9 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Shapefile.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

//
//#ifndef SHAPEFILE_H
//#define SHAPEFILE_H
Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Sphere.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#include "Sphere.h"

Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Sphere.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#ifndef SPHERE_H
#define SPHERE_H
Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Timer.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#ifndef TIMER_H
#define TIMER_H
Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Tools.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#include "Tools.h"

Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Tools.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#ifndef TOOLS_H
#define TOOLS_H
Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Triangles.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#include "Triangles.h"

Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Triangles.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#ifndef TRIANGLES_H
#define TRIANGLES_H
Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Vertices.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#include "Vertices.h"

Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/Vertices.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#ifndef VERTICES_H
#define VERTICES_H
Expand Down
8 changes: 8 additions & 0 deletions Arrangement_on_surface_2/demo/earth/World_coordinate_axes.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright(c) 2012, 2020 Tel - Aviv University(Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s): Engin Deniz Diktas <[email protected]>

#include "World_coordinate_axes.h"

Expand Down
Loading

0 comments on commit b40ea14

Please sign in to comment.