Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
ed96f03b
Commit
ed96f03b
authored
Nov 14, 2017
by
Karl Palmen
Browse files
Rename files of CSGObject re #12827
Signed-off-by:
Karl Palmen
<
karl.palmen@stfc.ac.uk
>
parent
e794e226
Changes
65
Hide whitespace changes
Inline
Side-by-side
Framework/API/inc/MantidAPI/Sample.h
View file @
ed96f03b
...
...
@@ -5,7 +5,7 @@
// Includes
//------------------------------------------------------------------------------
#include
"MantidAPI/DllConfig.h"
#include
"MantidGeometry/Objects/Object.h"
#include
"MantidGeometry/Objects/
CSG
Object.h"
#include
"MantidKernel/V3D.h"
#include
<vector>
...
...
Framework/API/src/SampleShapeValidator.cpp
View file @
ed96f03b
#include
"MantidAPI/SampleShapeValidator.h"
#include
"MantidAPI/Sample.h"
#include
"MantidGeometry/Objects/Object.h"
#include
"MantidGeometry/Objects/
CSG
Object.h"
#include
<boost/make_shared.hpp>
namespace
Mantid
{
...
...
Framework/Algorithms/inc/MantidAlgorithms/CreateSampleWorkspace.h
View file @
ed96f03b
...
...
@@ -6,7 +6,7 @@
#include
"MantidDataObjects/EventWorkspace.h"
#include
"MantidAPI/MatrixWorkspace_fwd.h"
#include
"MantidGeometry/Instrument.h"
#include
"MantidGeometry/Objects/Object.h"
#include
"MantidGeometry/Objects/
CSG
Object.h"
#include
"MantidKernel/PseudoRandomNumberGenerator.h"
namespace
Mantid
{
...
...
Framework/Algorithms/src/AnnularRingAbsorption.cpp
View file @
ed96f03b
...
...
@@ -7,7 +7,7 @@
#include
"MantidGeometry/Instrument/ObjComponent.h"
#include
"MantidGeometry/Instrument/ReferenceFrame.h"
#include
"MantidGeometry/Instrument/SampleEnvironment.h"
#include
"MantidGeometry/Objects/Object.h"
#include
"MantidGeometry/Objects/
CSG
Object.h"
#include
"MantidGeometry/Objects/ShapeFactory.h"
#include
"MantidKernel/Atom.h"
...
...
Framework/Algorithms/src/AnyShapeAbsorption.cpp
View file @
ed96f03b
#include
"MantidAlgorithms/AnyShapeAbsorption.h"
#include
"MantidAPI/MatrixWorkspace.h"
#include
"MantidAPI/Run.h"
#include
"MantidGeometry/Objects/Object.h"
#include
"MantidGeometry/Objects/
CSG
Object.h"
#include
"MantidGeometry/Objects/ShapeFactory.h"
#include
"MantidGeometry/Objects/Track.h"
#include
"MantidKernel/BoundedValidator.h"
...
...
Framework/Algorithms/src/CylinderAbsorption.cpp
View file @
ed96f03b
#include
"MantidAlgorithms/CylinderAbsorption.h"
#include
"MantidAPI/MatrixWorkspace.h"
#include
"MantidGeometry/Instrument.h"
#include
"MantidGeometry/Objects/Object.h"
#include
"MantidGeometry/Objects/
CSG
Object.h"
#include
"MantidGeometry/Objects/Track.h"
#include
"MantidKernel/BoundedValidator.h"
...
...
Framework/Algorithms/src/DetectorEfficiencyCor.cpp
View file @
ed96f03b
...
...
@@ -9,7 +9,7 @@
#include
"MantidAPI/WorkspaceUnitValidator.h"
#include
"MantidGeometry/Instrument.h"
#include
"MantidGeometry/Instrument/ParameterMap.h"
#include
"MantidGeometry/Objects/Object.h"
#include
"MantidGeometry/Objects/
CSG
Object.h"
#include
"MantidGeometry/Objects/Track.h"
#include
"MantidKernel/BoundedValidator.h"
#include
"MantidKernel/CompositeValidator.h"
...
...
Framework/Algorithms/src/FlatPlateAbsorption.cpp
View file @
ed96f03b
#include
"MantidAlgorithms/FlatPlateAbsorption.h"
#include
"MantidAPI/MatrixWorkspace.h"
#include
"MantidGeometry/Instrument.h"
#include
"MantidGeometry/Objects/Object.h"
#include
"MantidGeometry/Objects/
CSG
Object.h"
#include
"MantidGeometry/Objects/Track.h"
#include
"MantidKernel/BoundedValidator.h"
...
...
Framework/Algorithms/src/He3TubeEfficiency.cpp
View file @
ed96f03b
...
...
@@ -9,7 +9,7 @@
#include
"MantidDataObjects/Workspace2D.h"
#include
"MantidGeometry/Instrument.h"
#include
"MantidGeometry/Instrument/ParameterMap.h"
#include
"MantidGeometry/Objects/Object.h"
#include
"MantidGeometry/Objects/
CSG
Object.h"
#include
"MantidGeometry/Objects/Track.h"
#include
"MantidKernel/ArrayBoundedValidator.h"
#include
"MantidKernel/ArrayProperty.h"
...
...
Framework/Algorithms/src/SampleCorrections/MCAbsorptionStrategy.cpp
View file @
ed96f03b
...
...
@@ -4,7 +4,7 @@
#include
"MantidKernel/V3D.h"
#include
"MantidAlgorithms/SampleCorrections/RectangularBeamProfile.h"
#include
"MantidGeometry/Objects/Object.h"
#include
"MantidGeometry/Objects/
CSG
Object.h"
namespace
Mantid
{
using
Kernel
::
PseudoRandomNumberGenerator
;
...
...
Framework/Algorithms/src/SampleCorrections/MCInteractionVolume.cpp
View file @
ed96f03b
#include
"MantidAlgorithms/SampleCorrections/MCInteractionVolume.h"
#include
"MantidAPI/Sample.h"
#include
"MantidGeometry/Instrument/SampleEnvironment.h"
#include
"MantidGeometry/Objects/Object.h"
#include
"MantidGeometry/Objects/
CSG
Object.h"
#include
"MantidGeometry/Objects/Track.h"
#include
"MantidKernel/Material.h"
#include
"MantidKernel/PseudoRandomNumberGenerator.h"
...
...
Framework/Algorithms/src/SampleCorrections/SparseInstrument.cpp
View file @
ed96f03b
...
...
@@ -10,7 +10,7 @@
#include
"MantidGeometry/Instrument/Detector.h"
#include
"MantidGeometry/Instrument/ReferenceFrame.h"
#include
"MantidGeometry/Instrument.h"
#include
"MantidGeometry/Objects/Object.h"
#include
"MantidGeometry/Objects/
CSG
Object.h"
#include
"MantidGeometry/Objects/ShapeFactory.h"
#include
"MantidKernel/make_unique.h"
...
...
Framework/Algorithms/src/SofQWNormalisedPolygon.cpp
View file @
ed96f03b
...
...
@@ -11,7 +11,7 @@
#include
"MantidGeometry/Instrument/DetectorGroup.h"
#include
"MantidGeometry/Instrument/ReferenceFrame.h"
#include
"MantidGeometry/Objects/BoundingBox.h"
#include
"MantidGeometry/Objects/Object.h"
#include
"MantidGeometry/Objects/
CSG
Object.h"
#include
"MantidIndexing/IndexInfo.h"
#include
"MantidKernel/UnitFactory.h"
#include
"MantidKernel/VectorHelper.h"
...
...
Framework/Algorithms/src/VesuvioL1ThetaResolution.cpp
View file @
ed96f03b
...
...
@@ -7,7 +7,7 @@
#include
"MantidAPI/SpectrumInfo.h"
#include
"MantidAPI/WorkspaceFactory.h"
#include
"MantidGeometry/Instrument.h"
#include
"MantidGeometry/Objects/Object.h"
#include
"MantidGeometry/Objects/
CSG
Object.h"
#include
"MantidKernel/BoundedValidator.h"
#include
"MantidKernel/Statistics.h"
#include
"MantidKernel/Unit.h"
...
...
Framework/Algorithms/test/ConvertUnitsTest.h
View file @
ed96f03b
...
...
@@ -15,7 +15,7 @@
#include
"MantidDataObjects/EventWorkspace.h"
#include
"MantidDataObjects/Workspace2D.h"
#include
"MantidGeometry/Instrument.h"
#include
"MantidGeometry/Objects/Object.h"
#include
"MantidGeometry/Objects/
CSG
Object.h"
#include
"MantidKernel/OptionalBool.h"
#include
"MantidKernel/UnitFactory.h"
...
...
Framework/Algorithms/test/CopySampleTest.h
View file @
ed96f03b
...
...
@@ -13,7 +13,7 @@
#include
"MantidGeometry/Objects/ShapeFactory.h"
#include
"MantidGeometry/Instrument/ObjComponent.h"
#include
"MantidGeometry/Instrument/SampleEnvironment.h"
#include
"MantidGeometry/Objects/Object.h"
#include
"MantidGeometry/Objects/
CSG
Object.h"
#include
"MantidGeometry/Objects/ShapeFactory.h"
#include
"MantidDataObjects/MDEvent.h"
...
...
Framework/Algorithms/test/HRPDSlabCanAbsorptionTest.h
View file @
ed96f03b
...
...
@@ -11,7 +11,7 @@
#include
"MantidKernel/UnitFactory.h"
#include
"MantidGeometry/Instrument.h"
#include
"MantidGeometry/Instrument/Detector.h"
#include
"MantidGeometry/Objects/Object.h"
#include
"MantidGeometry/Objects/
CSG
Object.h"
#include
"MantidIndexing/IndexInfo.h"
#include
"MantidHistogramData/LinearGenerator.h"
...
...
Framework/Algorithms/test/MonteCarloTesting.h
View file @
ed96f03b
...
...
@@ -3,7 +3,7 @@
#include
"MantidAPI/Sample.h"
#include
"MantidGeometry/Instrument/SampleEnvironment.h"
#include
"MantidGeometry/Objects/Object.h"
#include
"MantidGeometry/Objects/
CSG
Object.h"
#include
"MantidGeometry/Objects/ShapeFactory.h"
#include
"MantidKernel/Material.h"
#include
"MantidKernel/PseudoRandomNumberGenerator.h"
...
...
Framework/Crystal/test/IntegratePeakTimeSlicesTest.h
View file @
ed96f03b
...
...
@@ -30,7 +30,7 @@
#include
"MantidGeometry/IComponent.h"
#include
"MantidGeometry/Instrument/Detector.h"
#include
"MantidGeometry/Instrument/RectangularDetector.h"
#include
"MantidGeometry/Objects/Object.h"
#include
"MantidGeometry/Objects/
CSG
Object.h"
#include
"MantidKernel/cow_ptr.h"
#include
"MantidKernel/PhysicalConstants.h"
#include
"MantidKernel/Property.h"
...
...
Framework/DataHandling/test/CreateSampleShapeTest.h
View file @
ed96f03b
...
...
@@ -10,7 +10,7 @@
#include
"MantidAPI/MatrixWorkspace.h"
#include
"MantidAPI/AnalysisDataService.h"
#include
"MantidAPI/Sample.h"
#include
"MantidGeometry/Objects/Object.h"
#include
"MantidGeometry/Objects/
CSG
Object.h"
#include
"MantidKernel/Material.h"
#include
"MantidTestHelpers/ComponentCreationHelper.h"
#include
"MantidTestHelpers/WorkspaceCreationHelper.h"
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment