Mantid
Loading...
Searching...
No Matches
Todo List
Member export_ScriptRepository ()
better description
Member Mantid::Algorithms::ConvertUnits::convertViaTOF (Kernel::Unit_const_sptr fromUnit, API::MatrixWorkspace_const_sptr inputWS)

No implementation for any of these in the geometry yet so using properties

Don't yet consider hold-off (delta)

Member Mantid::Algorithms::ConvertUnitsUsingDetectorTable::convertViaTOF (Kernel::Unit_const_sptr fromUnit, API::MatrixWorkspace_const_sptr inputWS) override
Don't yet consider hold-off (delta)
Member Mantid::Algorithms::FindPeaks::findPeakBackground (const API::MatrixWorkspace_sptr &input, int spectrum, size_t i_min, size_t i_max, std::vector< double > &vecBkgdParamValues, std::vector< double > &vecpeakrange)
Allow setting of fitresult. Currently, fitresult is left deliberately hidden by creating a new variable here with the same name. This should be fixed but it causes different behaviour which breaks several unit tests. The issue to deal with this is #13950. Other related issues are #13667, #15978 and #19773.
Class Mantid::Algorithms::Qxy
Doesn't (yet) calculate the errors.
Member Mantid::Geometry::Acomp::makePI (std::vector< BnId > &) const
Can we set this up to get non-pairs i.e. one pass.
Class Mantid::Geometry::BnId
Could be improved by using a set of unsigned integers.
Member Mantid::Geometry::Cone::side (const Kernel::V3D &R) const override
NEEDS ON SURFACE CALCULATING:: waiting for a point to cone distance function
Member Mantid::Geometry::CSGObject::cellStr (const std::map< int, CSGObject > &) const
Break infinite recursion
Member Mantid::Geometry::CSGObject::convertComplement (const std::map< int, CSGObject > &)
Break infinite recursion
Member Mantid::Geometry::CSGObject::isOnSide (const Kernel::V3D &) const override
This needs to be completed to deal with apex points In the case of a apex (e.g. top of a pyramid) you need to interate over all clusters of points on the Snorm ie. sum of 2, sum of 3 sum of 4. etc. to be certain to get a correct normal test.
Member Mantid::Geometry::Cylinder::distance (const Kernel::V3D &) const override
INCOMPLETE AS Does not deal with the case of non axis centre line (has been updated?? )
Member Mantid::Geometry::ObjComponent::boundingBox (double &xmax, double &ymax, double &zmax, double &xmin, double &ymin, double &zmin) const
This should go in favour of just the class related one.
Member Mantid::Geometry::Plane::write (std::ostream &) const override
(Needs precision)
Member Mantid::Geometry::Rule::Eliminate ()
Currently does not work since removeItem changes the top rule (so should this)
Member Mantid::Geometry::Sphere::write (std::ostream &) const override
(Needs precision)
Member Mantid::Geometry::Torus::side (const Kernel::V3D &R) const override
NEEDS ON SURFACE CALCULATING:: waiting for a point to cone distance function
Member Mantid::Geometry::Torus::surfaceNormal (const Kernel::V3D &Pt) const override
Does not work
Member Mantid::Kernel::Strings::printHex (std::ostream &OFS, const int n)
Change this to a stream operator
Member Mantid::Kernel::V3D::operator/= (const double D) noexcept
ADD TOLERANCE
Member Mantid::Kernel::V3D::read (std::istream &)
Check Error handling
Class Mantid::mathLevel::PolyBase

Add conversion to a continued fraction.

ADD solveQuartic