Skip to content
Snippets Groups Projects
Commit 3c96e327 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rename RealSpace -> Realspace in all file names

parent 2772b341
No related branches found
No related tags found
1 merge request!1068rename RealSpace -> Realspace
Showing
with 34 additions and 34 deletions
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/View/Realspace/IPositionBuilder.h" #include "GUI/View/Realspace/IPositionBuilder.h"
#include "GUI/View/Realspace/RealSpace2DParacrystalUtils.h" #include "GUI/View/Realspace/Realspace2DParacrystalUtils.h"
#include "Sample/Aggregate/Interferences.h" #include "Sample/Aggregate/Interferences.h"
#include <cmath> #include <cmath>
#include <random> #include <random>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/View/Realspace/RealSpace2DParacrystalUtils.cpp //! @file GUI/View/Realspace/Realspace2DParacrystalUtils.cpp
//! @brief Defines GUI::RealSpace::BuilderUtils namespace //! @brief Defines GUI::RealSpace::BuilderUtils namespace
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/View/Realspace/RealSpace2DParacrystalUtils.h" #include "GUI/View/Realspace/Realspace2DParacrystalUtils.h"
#include "Base/Util/Assert.h" #include "Base/Util/Assert.h"
#include "Sample/Aggregate/Interference2DParacrystal.h" #include "Sample/Aggregate/Interference2DParacrystal.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/View/Realspace/RealSpace2DParacrystalUtils.h //! @file GUI/View/Realspace/Realspace2DParacrystalUtils.h
//! @brief Defines namespace GUI::RealSpace::Paracrystal2D. //! @brief Defines namespace GUI::RealSpace::Paracrystal2D.
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/View/Realspace/RealSpaceBuilder.cpp //! @file GUI/View/Realspace/RealspaceBuilder.cpp
//! @brief Implements class RealSpaceBuilder //! @brief Implements class RealSpaceBuilder
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/View/Realspace/RealSpaceBuilder.h" #include "GUI/View/Realspace/RealspaceBuilder.h"
#include "GUI/Model/Descriptor/DoubleDescriptor.h" #include "GUI/Model/Descriptor/DoubleDescriptor.h"
#include "GUI/Model/Sample/CompoundItem.h" #include "GUI/Model/Sample/CompoundItem.h"
#include "GUI/Model/Sample/CoreAndShellItem.h" #include "GUI/Model/Sample/CoreAndShellItem.h"
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
#include "GUI/Model/Sample/ParticleLayoutItem.h" #include "GUI/Model/Sample/ParticleLayoutItem.h"
#include "GUI/View/Realspace/IPositionBuilder.h" #include "GUI/View/Realspace/IPositionBuilder.h"
#include "GUI/View/Realspace/Particle3DContainer.h" #include "GUI/View/Realspace/Particle3DContainer.h"
#include "GUI/View/Realspace/RealSpaceBuilderUtils.h" #include "GUI/View/Realspace/RealspaceBuilderUtils.h"
#include "GUI/View/Realspace/RealSpaceCanvas.h" #include "GUI/View/Realspace/RealspaceCanvas.h"
#include "GUI/View/Realspace/TransformTo3D.h" #include "GUI/View/Realspace/TransformTo3D.h"
#include "GUI/ba3d/model/model.h" #include "GUI/ba3d/model/model.h"
#include "Sample/Aggregate/Interferences.h" #include "Sample/Aggregate/Interferences.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/View/Realspace/RealSpaceBuilder.h //! @file GUI/View/Realspace/RealspaceBuilder.h
//! @brief Defines class RealSpaceBuilder //! @brief Defines class RealSpaceBuilder
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#define BORNAGAIN_GUI_VIEW_REALSPACE_REALSPACEBUILDER_H #define BORNAGAIN_GUI_VIEW_REALSPACE_REALSPACEBUILDER_H
#include "GUI/Model/Sample/SampleItem.h" #include "GUI/Model/Sample/SampleItem.h"
#include "GUI/View/Realspace/RealSpaceBuilderUtils.h" #include "GUI/View/Realspace/RealspaceBuilderUtils.h"
#include "GUI/ba3d/view/camera.h" #include "GUI/ba3d/view/camera.h"
#include <QVector3D> #include <QVector3D>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/View/Realspace/RealSpaceBuilderUtils.cpp //! @file GUI/View/Realspace/RealspaceBuilderUtils.cpp
//! @brief Implements GUI::RealSpace::BuilderUtils namespace //! @brief Implements GUI::RealSpace::BuilderUtils namespace
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/View/Realspace/RealSpaceBuilderUtils.h" #include "GUI/View/Realspace/RealspaceBuilderUtils.h"
#include "Base/Const/Units.h" #include "Base/Const/Units.h"
#include "Base/Util/Assert.h" #include "Base/Util/Assert.h"
#include "GUI/Model/Descriptor/DoubleDescriptor.h" #include "GUI/Model/Descriptor/DoubleDescriptor.h"
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
#include "GUI/Model/Sample/ParticleItem.h" #include "GUI/Model/Sample/ParticleItem.h"
#include "GUI/Model/Sample/ParticleLayoutItem.h" #include "GUI/Model/Sample/ParticleLayoutItem.h"
#include "GUI/View/Realspace/Particle3DContainer.h" #include "GUI/View/Realspace/Particle3DContainer.h"
#include "GUI/View/Realspace/RealSpaceBuilder.h" #include "GUI/View/Realspace/RealspaceBuilder.h"
#include "GUI/View/Realspace/RealSpaceCanvas.h" #include "GUI/View/Realspace/RealspaceCanvas.h"
#include "GUI/View/Realspace/RealSpaceMesocrystalUtils.h" #include "GUI/View/Realspace/RealspaceMesocrystalUtils.h"
#include "GUI/View/Realspace/TransformTo3D.h" #include "GUI/View/Realspace/TransformTo3D.h"
#include "Resample/Particle/ReParticle.h" #include "Resample/Particle/ReParticle.h"
#include "Sample/Particle/CoreAndShell.h" #include "Sample/Particle/CoreAndShell.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/View/Realspace/RealSpaceBuilderUtils.h //! @file GUI/View/Realspace/RealspaceBuilderUtils.h
//! @brief Defines GUI::RealSpace::BuilderUtils namespace //! @brief Defines GUI::RealSpace::BuilderUtils namespace
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/View/Realspace/RealSpaceCanvas.cpp //! @file GUI/View/Realspace/RealspaceCanvas.cpp
//! @brief Implements class RealSpaceScene //! @brief Implements class RealSpaceScene
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,14 +12,14 @@ ...@@ -12,14 +12,14 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/View/Realspace/RealSpaceCanvas.h" #include "GUI/View/Realspace/RealspaceCanvas.h"
#include "GUI/Application/ApplicationSettings.h" #include "GUI/Application/ApplicationSettings.h"
#include "GUI/Model/Data/SessionData.h" #include "GUI/Model/Data/SessionData.h"
#include "GUI/Model/Project/ProjectDocument.h" #include "GUI/Model/Project/ProjectDocument.h"
#include "GUI/Model/Sample/MaterialItem.h" #include "GUI/Model/Sample/MaterialItem.h"
#include "GUI/Model/Sample/MultiLayerItem.h" #include "GUI/Model/Sample/MultiLayerItem.h"
#include "GUI/View/Info/CautionSign.h" #include "GUI/View/Info/CautionSign.h"
#include "GUI/View/Realspace/RealSpaceBuilder.h" #include "GUI/View/Realspace/RealspaceBuilder.h"
#include "GUI/ba3d/model/model.h" #include "GUI/ba3d/model/model.h"
#include "GUI/ba3d/view/canvas.h" #include "GUI/ba3d/view/canvas.h"
#include <QApplication> #include <QApplication>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/View/Realspace/RealSpaceCanvas.h //! @file GUI/View/Realspace/RealspaceCanvas.h
//! @brief Defines class RealSpaceCanvas //! @brief Defines class RealSpaceCanvas
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/View/Realspace/RealSpaceMesocrystalUtils.cpp //! @file GUI/View/Realspace/RealspaceMesocrystalUtils.cpp
//! @brief Defines GUI::RealSpace::BuilderUtils namespace //! @brief Defines GUI::RealSpace::BuilderUtils namespace
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,12 +12,12 @@ ...@@ -12,12 +12,12 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/View/Realspace/RealSpaceMesocrystalUtils.h" #include "GUI/View/Realspace/RealspaceMesocrystalUtils.h"
#include "Base/Const/Units.h" #include "Base/Const/Units.h"
#include "GUI/Model/Sample/CompoundItem.h" #include "GUI/Model/Sample/CompoundItem.h"
#include "GUI/Model/Sample/MesocrystalItem.h" #include "GUI/Model/Sample/MesocrystalItem.h"
#include "GUI/View/Realspace/Particle3DContainer.h" #include "GUI/View/Realspace/Particle3DContainer.h"
#include "GUI/View/Realspace/RealSpaceBuilderUtils.h" #include "GUI/View/Realspace/RealspaceBuilderUtils.h"
#include "GUI/View/Realspace/TransformTo3D.h" #include "GUI/View/Realspace/TransformTo3D.h"
#include "Sample/HardParticle/HardParticles.h" #include "Sample/HardParticle/HardParticles.h"
#include "Sample/Particle/CoreAndShell.h" #include "Sample/Particle/CoreAndShell.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/View/Realspace/RealSpaceMesocrystalUtils.h //! @file GUI/View/Realspace/RealspaceMesocrystalUtils.h
//! @brief Defines GUI::RealSpace::BuilderUtils namespace //! @brief Defines GUI::RealSpace::BuilderUtils namespace
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_VIEW_REALSPACE_REALSPACEMESOCRYSTALUTILS_H #ifndef BORNAGAIN_GUI_VIEW_REALSPACE_REALSPACEMESOCRYSTALUTILS_H
#define BORNAGAIN_GUI_VIEW_REALSPACE_REALSPACEMESOCRYSTALUTILS_H #define BORNAGAIN_GUI_VIEW_REALSPACE_REALSPACEMESOCRYSTALUTILS_H
#include "GUI/View/Realspace/RealSpaceBuilderUtils.h" #include "GUI/View/Realspace/RealspaceBuilderUtils.h"
#include "Sample/Scattering/Rotations.h" #include "Sample/Scattering/Rotations.h"
#include <QVector3D> #include <QVector3D>
#include <functional> #include <functional>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include "GUI/Model/Sample/LayerItem.h" #include "GUI/Model/Sample/LayerItem.h"
#include "GUI/Model/Sample/MultiLayerItem.h" #include "GUI/Model/Sample/MultiLayerItem.h"
#include "GUI/Model/Sample/ParticleItem.h" #include "GUI/Model/Sample/ParticleItem.h"
#include "GUI/View/Realspace/RealSpaceCanvas.h" #include "GUI/View/Realspace/RealspaceCanvas.h"
#include "Sample/HardParticle/HardParticles.h" #include "Sample/HardParticle/HardParticles.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/View/SampleDesigner/RealSpacePanel.cpp //! @file GUI/View/SampleDesigner/RealspacePanel.cpp
//! @brief Implements class RealSpacePanel //! @brief Implements class RealSpacePanel
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,9 +12,9 @@ ...@@ -12,9 +12,9 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/View/SampleDesigner/RealSpacePanel.h" #include "GUI/View/SampleDesigner/RealspacePanel.h"
#include "GUI/View/Common/StyledToolbar.h" #include "GUI/View/Common/StyledToolbar.h"
#include "GUI/View/Realspace/RealSpaceCanvas.h" #include "GUI/View/Realspace/RealspaceCanvas.h"
#include <QVBoxLayout> #include <QVBoxLayout>
RealSpacePanel::RealSpacePanel(QWidget* parent) RealSpacePanel::RealSpacePanel(QWidget* parent)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/View/SampleDesigner/RealSpacePanel.h //! @file GUI/View/SampleDesigner/RealspacePanel.h
//! @brief Defines class RealSpacePanel //! @brief Defines class RealSpacePanel
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#include "GUI/Model/Sample/ParticleLayoutItem.h" #include "GUI/Model/Sample/ParticleLayoutItem.h"
#include "GUI/View/Common/DocksController.h" #include "GUI/View/Common/DocksController.h"
#include "GUI/View/Common/StyledToolbar.h" #include "GUI/View/Common/StyledToolbar.h"
#include "GUI/View/Realspace/RealSpaceCanvas.h" #include "GUI/View/Realspace/RealspaceCanvas.h"
#include "GUI/View/SampleDesigner/LayerOrientedSampleEditor.h" #include "GUI/View/SampleDesigner/LayerOrientedSampleEditor.h"
#include "GUI/View/SampleDesigner/RealSpacePanel.h" #include "GUI/View/SampleDesigner/RealspacePanel.h"
#include "GUI/View/SampleDesigner/SampleListView.h" #include "GUI/View/SampleDesigner/SampleListView.h"
#include "GUI/View/SampleDesigner/ScriptPanel.h" #include "GUI/View/SampleDesigner/ScriptPanel.h"
......
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
#include "GUI/Model/Sample/ParticleItem.h" #include "GUI/Model/Sample/ParticleItem.h"
#include "GUI/Model/Sample/ParticleLayoutItem.h" #include "GUI/Model/Sample/ParticleLayoutItem.h"
#include "GUI/View/Realspace/Particle3DContainer.h" #include "GUI/View/Realspace/Particle3DContainer.h"
#include "GUI/View/Realspace/RealSpaceBuilder.h" #include "GUI/View/Realspace/RealspaceBuilder.h"
#include "GUI/View/Realspace/RealSpaceBuilderUtils.h" #include "GUI/View/Realspace/RealspaceBuilderUtils.h"
#include "GUI/View/Realspace/TransformTo3D.h" #include "GUI/View/Realspace/TransformTo3D.h"
#include "GUI/ba3d/model/model.h" #include "GUI/ba3d/model/model.h"
#include "Sample/Particle/Particle.h" #include "Sample/Particle/Particle.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment