This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 03 Feb, 2016 2 commits
-
-
Hahn, Steven authored
-
Hahn, Steven authored
-
- 26 Jan, 2016 1 commit
-
-
Hahn, Steven authored
-
- 06 Jan, 2016 1 commit
-
-
Hahn, Steven authored
-
- 13 Nov, 2015 1 commit
-
-
Michael Hart authored
-
- 28 Oct, 2015 2 commits
-
-
Hahn, Steven authored
-
Hahn, Steven authored
-
- 27 Oct, 2015 1 commit
-
-
Hahn, Steven authored
-
- 08 Oct, 2015 1 commit
-
-
Federico Montesino Pouzols authored
-
- 05 Oct, 2015 2 commits
-
-
Campbell, Stuart authored
-
Whitfield, Ross authored
-
- 13 Oct, 2014 2 commits
-
-
Gigg, Martyn Anthony authored
Refs #9842
-
Gigg, Martyn Anthony authored
This should avoid having to go through the object component to get access to the shape when testing for intersections. Refs #9842
-
- 27 Aug, 2014 1 commit
-
-
Gigg, Martyn Anthony authored
Refs #10178
-
- 25 Jul, 2014 1 commit
-
-
Nick Draper authored
-
- 16 Jun, 2011 1 commit
-
-
Gigg, Martyn Anthony authored
Refs #3175. Sorry for the huge commit but certain things require Matrix to be in Kernel. Given how Quat, V3D and Matrix inter cooperate it seemed sensible for them to be in the same place and arguably this is where they belong anyway.
-
- 18 May, 2011 1 commit
-
-
Gigg, Martyn Anthony authored
Modify the SolidAngle calculation for cylinders to EXCLUDE the end caps so that it closely approximates the effects of shadowing for stacked cylinders. Also cleaned up some indentation in renderinging code and made an error message clearer in IPropertyManager. Re #2596
-
- 15 May, 2011 1 commit
-
-
Janik Zikovsky authored
-
- 18 Apr, 2011 1 commit
-
-
Gigg, Martyn Anthony authored
-
- 02 Feb, 2011 1 commit
-
-
Janik Zikovsky authored
Fixes #1969: Removed superfluous scaleFactor member in IObjComponent. Fixed solid angle calculations.
-
- 28 Jan, 2011 1 commit
-
-
Janik Zikovsky authored
-
- 06 Jan, 2011 1 commit
-
-
Peterson, Peter authored
-
- 29 Dec, 2010 2 commits
-
-
Russell Taylor authored
-
Russell Taylor authored
Rename Framework code directory to just that. Also delete Main and VS & Eclipse project file. Re #1881.
-
- 02 Dec, 2010 1 commit
-
-
Gigg, Martyn Anthony authored
Adding the SampleEnvironment class plus changes around Geometry for the Monte Carlo work. Some changes in Geometry just clear warnings surrounding unitialized objects in copy constructors for class with virtual base classes. Other changes revolve around materials. Re #1212
-
- 10 Nov, 2010 1 commit
-
-
Gigg, Martyn Anthony authored
Altered slightly how the ray tracing framework and tracks in general accumulate their intersections results to improve the performance of tracing. Also altered Object bounding boxes so that they are no longer created with the new operator. Re #1212
-
- 27 Oct, 2010 1 commit
-
-
Gigg, Martyn Anthony authored
Add InstrumentRayTracer class. Also updated names of Geometry::Track related classes and members so that they are easier to read. A fair few changes but worth it for clarity. Re #1212
-
- 20 Oct, 2010 1 commit
-
-
Gigg, Martyn Anthony authored
Removed unused material fields from Object class, Re #1735
-
- 06 Oct, 2010 1 commit
-
-
Gigg, Martyn Anthony authored
Added a BoundingBox class and implemented caching at the CompAssembly level. Note that there are still several functions using the old getBoundingBox methods but this covers a lot of the needed code for the MC correction. Re #1212
-
- 11 Feb, 2010 1 commit
-
-
Gigg, Martyn Anthony authored
Correct Geometry::Object test so that one of its helper functions doesn't return a local stack object by value. It now uses shared pointers instead. Also clear a warning. Re #1001
-
- 19 Oct, 2009 2 commits
-
-
Nick Draper authored
Minor correction
-
Nick Draper authored
Move a few classes from objects to surfaces where they fit better
-
- 28 Aug, 2009 1 commit
-
-
Nick Draper authored
Added subfolders to src and inc in Geometry.vcproj Tested with scons and VS sln builds
-
- 08 Jul, 2009 1 commit
-
-
Gigg, Martyn Anthony authored
Object test also. Closes #693
-
- 07 Jul, 2009 1 commit
-
-
Russell Taylor authored
-
- 26 Feb, 2009 2 commits
-
-
Russell Taylor authored
-
Russell Taylor authored
Terminology change: We no longer mark detectors as dead, rather we mask them. This masking is lifted into the parameterised instrument from the base instrument: previously, masking a detector was a one way street until Mantid is restarted for all workspaces using that instrument (even freshly loaded ones). Re #405.
-
- 09 Feb, 2009 1 commit
-
-
Sri Nagella authored
-
- 04 Feb, 2009 1 commit
-
-
Ronald Fowler authored
Updated solid angle calculation using the surface triangulation. If the triangulation is good and the number of elements not too high this gives a better and faster estimate of the solid angle. Added unit tests. Re #401
-
- 10 Oct, 2008 1 commit
-
-
Nick Draper authored
-