Mantid
|
A factory for point groups. More...
#include <PointGroupFactory.h>
A factory for point groups.
Point group objects can be constructed by supplying the Hermann-Mauguin-symbol like this:
PointGroup_sptr cubic = PointGroupFactory::Instance().createPointgroup("m-3m");
Furthermore it's possible to query available point groups, either all available groups or only point groups belonging to a certain crystal system.