Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Typedefs
SymmetryOperationFactory.h File Reference
#include <list>
#include <map>
#include "MantidGeometry/Crystal/SymmetryOperation.h"
#include "MantidGeometry/Crystal/SymmetryOperationSymbolParser.h"
#include "MantidGeometry/DllConfig.h"
#include "MantidKernel/RegistrationHelper.h"
#include "MantidKernel/SingletonHolder.h"

Go to the source code of this file.

Classes

class  Mantid::Geometry::SymmetryOperationFactoryImpl
 A factory for symmetry operations. More...
 

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::Geometry
 
namespace  Mantid::Kernel
 

Macros

#define DECLARE_SYMMETRY_OPERATION(operation, name)
 

Typedefs

using Mantid::Geometry::SymmetryOperationFactory = Mantid::Kernel::SingletonHolder< SymmetryOperationFactoryImpl >
 

Macro Definition Documentation

◆ DECLARE_SYMMETRY_OPERATION

#define DECLARE_SYMMETRY_OPERATION (   operation,
  name 
)
Value:
namespace { \
Mantid::Kernel::RegistrationHelper \
register_symop_##name(((Mantid::Geometry::SymmetryOperationFactory::Instance().subscribeSymOp(operation)), 0)); \
}
static T & Instance()
Return a reference to the Singleton instance, creating it if it does not already exist Creation is do...

Definition at line 77 of file SymmetryOperationFactory.h.