|
Mantid
|
#include "MantidGeometry/Crystal/PointGroup.h"#include "MantidGeometry/Crystal/SpaceGroup.h"#include "MantidGeometry/DllConfig.h"#include "MantidKernel/RegistrationHelper.h"#include "MantidKernel/SingletonHolder.h"#include <boost/regex.hpp>Go to the source code of this file.
Classes | |
| class | Mantid::Geometry::PointGroupFactoryImpl |
| class | Mantid::Geometry::PointGroupGenerator |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Geometry |
| namespace | Mantid::Kernel |
Macros | |
| #define | DECLARE_POINTGROUP(hmSymbol, generators, description) |
| #define | PGF_CONCAT(x, y) PGF_CONCAT_IMPL(x, y) |
| #define | PGF_CONCAT_IMPL(x, y) x##y |
Typedefs | |
| using | Mantid::Geometry::PointGroupFactory = Mantid::Kernel::SingletonHolder< PointGroupFactoryImpl > |
| using | Mantid::Geometry::PointGroupGenerator_sptr = std::shared_ptr< PointGroupGenerator > |
| #define DECLARE_POINTGROUP | ( | hmSymbol, | |
| generators, | |||
| description | |||
| ) |
Definition at line 112 of file PointGroupFactory.h.
| #define PGF_CONCAT | ( | x, | |
| y | |||
| ) | PGF_CONCAT_IMPL(x, y) |
Definition at line 110 of file PointGroupFactory.h.
| #define PGF_CONCAT_IMPL | ( | x, | |
| y | |||
| ) | x##y |
Definition at line 109 of file PointGroupFactory.h.