CASM  1.1.0
A Clusters Approach to Statistical Mechanics
UnitCellCoordTraits.hh
Go to the documentation of this file.
1 #ifndef UNITCELLCOORDTRAITS_HH
2 #define UNITCELLCOORDTRAITS_HH
3 
4 #include <string>
5 
6 namespace CASM {
7 namespace sym {
8 class CopyApplyWithPrim_f;
9 }
10 
11 template <typename Base>
13 
14 template <typename T>
15 struct traits;
16 
17 namespace xtal {
18 class UnitCellCoord;
19 }
20 
21 template <>
23  static const std::string name;
24  template <typename Base>
26 
27  typedef sym::CopyApplyWithPrim_f copy_apply_f_type;
28 };
29 } // namespace CASM
30 
31 #endif
Unit Cell Coordinates.
Main CASM namespace.
Definition: APICommand.hh:8