-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add license headers to all *.cpp and *.h files
- Loading branch information
Showing
178 changed files
with
1,068 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "interactivearrowsequence.h" | ||
|
||
#include <Graphic3d_ArrayOfSegments.hxx> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#ifndef INTERACTIVEARROWSEQUENCE_H | ||
#define INTERACTIVEARROWSEQUENCE_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "mainwindow.h" | ||
|
||
#include <QApplication> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "mainwindow.h" | ||
|
||
#include "viewport.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#ifndef MAINWINDOW_H | ||
#define MAINWINDOW_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "viewport.h" | ||
|
||
#include <QDebug> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#ifndef VIEWPORT_H | ||
#define VIEWPORT_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include <QApplication> | ||
|
||
#include <ExamplesBase/interactiveobjectsmainwindow.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "viewport.h" | ||
|
||
#include <QMenu> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#ifndef VIEWPORT_H | ||
#define VIEWPORT_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "brepserializer.h" | ||
|
||
#include <sstream> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#ifndef BREPSERIALIZER_H | ||
#define BREPSERIALIZER_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "mainwindow.h" | ||
|
||
#include <QApplication> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "mainwindow.h" | ||
|
||
#include <QMenuBar> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#ifndef MAINWINDOW_H | ||
#define MAINWINDOW_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "normaldetector.h" | ||
|
||
#include <QDebug> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#ifndef NORMALDETECTOR_H | ||
#define NORMALDETECTOR_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "viewport.h" | ||
|
||
#include <QAction> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#ifndef VIEWPORT_H | ||
#define VIEWPORT_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "dimentionlenghteditor.h" | ||
|
||
#include <Extrema_ExtElC.hxx> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#ifndef DIMENTIONLENGHTEDITOR_H | ||
#define DIMENTIONLENGHTEDITOR_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "interactiveobjectcuboideditor.h" | ||
|
||
#include "../Objects/interactivecuboid.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#ifndef INTERACTIVEOBJECTCUBOIDEDITOR_H | ||
#define INTERACTIVEOBJECTCUBOIDEDITOR_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "interactiveobjectcylindereditor.h" | ||
|
||
#include "../Objects/interactivecylinder.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#ifndef INTERACTIVEOBJECTCYLINDEREDITOR_H | ||
#define INTERACTIVEOBJECTCYLINDEREDITOR_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "interactiveobjecteditor.h" | ||
|
||
#include <AIS_InteractiveContext.hxx> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#ifndef INTERACTIVEOBJECTEDITOR_H | ||
#define INTERACTIVEOBJECTEDITOR_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "interactiveobjecteditorcreator.h" | ||
|
||
#include "../Objects/interactivecuboid.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#ifndef INTERACTIVEOBJECTEDITORCREATOR_H | ||
#define INTERACTIVEOBJECTEDITORCREATOR_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "interactiveobjectsphereeditor.h" | ||
|
||
#include "../Objects/interactivesphere.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#ifndef INTERACTIVEOBJECTSPHEREEDITOR_H | ||
#define INTERACTIVEOBJECTSPHEREEDITOR_H | ||
|
||
|
6 changes: 6 additions & 0 deletions
6
ExamplesBase/Editors/interactiveobjectsurfacecircleofrevoleditor.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "interactiveobjectsurfacecircleofrevoleditor.h" | ||
|
||
#include <AIS_InteractiveContext.hxx> | ||
|
6 changes: 6 additions & 0 deletions
6
ExamplesBase/Editors/interactiveobjectsurfacecircleofrevoleditor.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#ifndef INTERACTIVEOBJECTSURFACECIRCLEOFREVOLEDITOR_H | ||
#define INTERACTIVEOBJECTSURFACECIRCLEOFREVOLEDITOR_H | ||
|
||
|
6 changes: 6 additions & 0 deletions
6
ExamplesBase/Editors/interactiveobjectsurfaceellipseofrevoleditor.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "interactiveobjectsurfaceellipseofrevoleditor.h" | ||
|
||
#include <AIS_InteractiveContext.hxx> | ||
|
6 changes: 6 additions & 0 deletions
6
ExamplesBase/Editors/interactiveobjectsurfaceellipseofrevoleditor.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#ifndef INTERACTIVEOBJECTSURFACEELLIPSEOFREVOLEDITOR_H | ||
#define INTERACTIVEOBJECTSURFACEELLIPSEOFREVOLEDITOR_H | ||
|
||
|
6 changes: 6 additions & 0 deletions
6
ExamplesBase/Editors/interactiveobjectsurfacehyperofrevoleditor.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "interactiveobjectsurfacehyperofrevoleditor.h" | ||
|
||
#include <AIS_InteractiveContext.hxx> | ||
|
6 changes: 6 additions & 0 deletions
6
ExamplesBase/Editors/interactiveobjectsurfacehyperofrevoleditor.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#ifndef INTERACTIVEOBJECTSURFACEHYPEROFREVOLEDITOR_H | ||
#define INTERACTIVEOBJECTSURFACEHYPEROFREVOLEDITOR_H | ||
|
||
|
6 changes: 6 additions & 0 deletions
6
ExamplesBase/Editors/interactiveobjectsurfaceparabofrevoleditor.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "interactiveobjectsurfaceparabofrevoleditor.h" | ||
|
||
#include <AIS_InteractiveContext.hxx> | ||
|
6 changes: 6 additions & 0 deletions
6
ExamplesBase/Editors/interactiveobjectsurfaceparabofrevoleditor.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#ifndef INTERACTIVEOBJECTSURFACEPARABOFREVOLEDITOR_H | ||
#define INTERACTIVEOBJECTSURFACEPARABOFREVOLEDITOR_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/* | ||
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]> | ||
SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#include "interactiveobjectsurfaceplaneeditor.h" | ||
|
||
#include "../Objects/interactivesurfaceplane.h" | ||
|
Oops, something went wrong.