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

include from h to cpp files

parent 6e9b0149
No related branches found
No related tags found
1 merge request!2675simplification and renaming of catalog classes
Pipeline #152029 failed
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include "Sample/Interface/LayerRoughness.h" #include "Sample/Interface/LayerRoughness.h"
#include "Sample/Multilayer/Layer.h" #include "Sample/Multilayer/Layer.h"
#include "Sample/Multilayer/MultiLayer.h" #include "Sample/Multilayer/MultiLayer.h"
#include "Sample/Particle/Compound.h"
#include "Sample/Particle/CoreAndShell.h" #include "Sample/Particle/CoreAndShell.h"
#include "Sample/Particle/Crystal.h" #include "Sample/Particle/Crystal.h"
#include "Sample/Particle/Mesocrystal.h" #include "Sample/Particle/Mesocrystal.h"
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include "GUI/Model/Sample/MesocrystalItem.h" #include "GUI/Model/Sample/MesocrystalItem.h"
#include "GUI/Model/Sample/ParticleItem.h" #include "GUI/Model/Sample/ParticleItem.h"
#include "GUI/Model/Sample/ParticlesCatalog.h" #include "GUI/Model/Sample/ParticlesCatalog.h"
#include "Sample/Particle/Compound.h"
#include "Sample/Particle/CoreAndShell.h" #include "Sample/Particle/CoreAndShell.h"
#include "Sample/Particle/Mesocrystal.h" #include "Sample/Particle/Mesocrystal.h"
#include "Sample/Particle/Particle.h" #include "Sample/Particle/Particle.h"
......
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
#include "Base/Type/OwningVector.h" #include "Base/Type/OwningVector.h"
#include "GUI/Model/Sample/ItemWithParticles.h" #include "GUI/Model/Sample/ItemWithParticles.h"
#include "Sample/Particle/Compound.h"
#include <memory> #include <memory>
class Compound;
class MaterialsSet; class MaterialsSet;
class CompoundItem : public ItemWithParticles { class CompoundItem : public ItemWithParticles {
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#include "GUI/Model/Sample/CompoundItem.h" #include "GUI/Model/Sample/CompoundItem.h"
#include "GUI/Model/Sample/CoreAndShellItem.h" #include "GUI/Model/Sample/CoreAndShellItem.h"
#include "GUI/Model/Sample/ParticleItem.h" #include "GUI/Model/Sample/ParticleItem.h"
#include "Sample/Particle/Compound.h"
#include "Sample/Particle/CoreAndShell.h" #include "Sample/Particle/CoreAndShell.h"
#include "Sample/Particle/Crystal.h" #include "Sample/Particle/Crystal.h"
#include "Sample/Particle/IFormFactor.h" #include "Sample/Particle/IFormFactor.h"
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include "Sample/Particle/IParticle.h" #include "Sample/Particle/IParticle.h"
#include "Sample/Particle/Mesocrystal.h" #include "Sample/Particle/Mesocrystal.h"
#include "Sample/Particle/Particle.h" #include "Sample/Particle/Particle.h"
#include "Sample/Particle/Compound.h"
namespace { namespace {
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include "Img3D/Model/ParticleFromFF.h" #include "Img3D/Model/ParticleFromFF.h"
#include "Img3D/Type/SceneGeometry.h" #include "Img3D/Type/SceneGeometry.h"
#include "Sample/Aggregate/Interferences.h" #include "Sample/Aggregate/Interferences.h"
#include "Sample/Particle/Compound.h"
#include "Sample/Particle/CoreAndShell.h" #include "Sample/Particle/CoreAndShell.h"
#include "Sample/Particle/Mesocrystal.h" #include "Sample/Particle/Mesocrystal.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