Mantid
|
#include "MantidGeometry/Crystal/SymmetryElement.h"
#include "MantidGeometry/Crystal/SymmetryOperation.h"
#include "MantidGeometry/DllConfig.h"
#include "MantidKernel/RegistrationHelper.h"
#include "MantidKernel/SingletonHolder.h"
#include <map>
#include <memory>
#include <unordered_set>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Geometry |
namespace | Mantid::Kernel |
Macros | |
#define | DECLARE_SYMMETRY_ELEMENT_GENERATOR(classname) |
Typedefs | |
using | Mantid::Geometry::AbstractSymmetryElementGenerator_sptr = std::shared_ptr< AbstractSymmetryElementGenerator > |
using | Mantid::Geometry::SymmetryElementFactory = Mantid::Kernel::SingletonHolder< SymmetryElementFactoryImpl > |
Functions | |
MANTID_GEOMETRY_DLL gsl_matrix * | Mantid::Geometry::getGSLIdentityMatrix (size_t rows, size_t cols) |
Returns a GSL-indentity matrix. More... | |
MANTID_GEOMETRY_DLL gsl_matrix * | Mantid::Geometry::getGSLMatrix (const Kernel::IntMatrix &matrix) |
Returns a GSL-matrix for the given IntMatrix. More... | |
#define DECLARE_SYMMETRY_ELEMENT_GENERATOR | ( | classname | ) |
Definition at line 235 of file SymmetryElementFactory.h.