CASM
1.1.0
A Clusters Approach to Statistical Mechanics
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Variables
Typedefs
_
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
u
v
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
Enumerations
Enumerator
a
b
c
d
e
f
h
i
n
o
p
q
r
s
v
Related Functions
Files
File List
File Members
All
a
b
c
d
e
h
i
j
l
m
o
p
q
r
s
t
v
Functions
c
m
o
q
Variables
Typedefs
Macros
a
c
e
h
i
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
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>
12
class
CopyApplyWithPrim_crtp
;
13
14
template
<
typename
T>
15
struct
traits
;
16
17
namespace
xtal {
18
class
UnitCellCoord
;
19
}
20
21
template
<>
22
struct
traits
<
CASM
::
xtal::UnitCellCoord
> {
23
static
const
std::string
name
;
24
template
<
typename
Base>
25
using
copy_apply_crtp_type
=
CopyApplyWithPrim_crtp<Base>
;
26
27
typedef
sym::CopyApplyWithPrim_f
copy_apply_f_type
;
28
};
29
}
// namespace CASM
30
31
#endif
CASM::CopyApplyWithPrim_crtp
Definition:
UnitCellCoordTraits.hh:12
CASM::xtal::UnitCellCoord
Unit Cell Coordinates.
Definition:
UnitCellCoord.hh:121
CASM
Main CASM namespace.
Definition:
APICommand.hh:8
CASM::traits< CASM::xtal::UnitCellCoord >::copy_apply_f_type
sym::CopyApplyWithPrim_f copy_apply_f_type
Definition:
UnitCellCoordTraits.hh:27
CASM::traits< CASM::xtal::UnitCellCoord >::name
static const std::string name
Definition:
UnitCellCoordTraits.hh:23
CASM::traits
Definition:
io_traits.hh:18
include
casm
crystallography
UnitCellCoordTraits.hh
Generated on Tue Mar 23 2021 14:16:39 for CASM by
1.9.1