BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
Functions that instantiate objects. To be used like constructors.
Functions | |
Lattice3D | BCTLattice (double a, double c) |
Returns a body-centered cubic (cI) lattice with edge length a. TODO: Clarify meaning of c. More... | |
Lattice3D | CubicLattice (double a) |
Returns a primitive cubic (cP) lattice with edge length a. More... | |
Lattice3D | FCCLattice (double a) |
Returns a face-centered cubic (cF) lattice with edge length a. More... | |
Lattice3D | HCPLattice (double a, double c) |
TODO: Clarify how this is meant: HCP is not a Bravais lattice. More... | |
Lattice3D | HexagonalLattice (double a, double c) |
Returns a primitive hexagonal (hP) lattice with hexagonal edge a and height c. More... | |
Lattice3D | TetragonalLattice (double a, double c) |
Returns a primitive tetragonal (tP) lattice with square base edge a and height c. More... | |
Lattice3D bake::BCTLattice | ( | double | a, |
double | c | ||
) |
Returns a body-centered cubic (cI) lattice with edge length a. TODO: Clarify meaning of c.
Definition at line 59 of file BakeLattice.cpp.
Lattice3D bake::CubicLattice | ( | double | a | ) |
Returns a primitive cubic (cP) lattice with edge length a.
Definition at line 18 of file BakeLattice.cpp.
Lattice3D bake::FCCLattice | ( | double | a | ) |
Returns a face-centered cubic (cF) lattice with edge length a.
Definition at line 26 of file BakeLattice.cpp.
Lattice3D bake::HCPLattice | ( | double | a, |
double | c | ||
) |
TODO: Clarify how this is meant: HCP is not a Bravais lattice.
Definition at line 43 of file BakeLattice.cpp.
Lattice3D bake::HexagonalLattice | ( | double | a, |
double | c | ||
) |
Returns a primitive hexagonal (hP) lattice with hexagonal edge a and height c.
Definition at line 35 of file BakeLattice.cpp.
Lattice3D bake::TetragonalLattice | ( | double | a, |
double | c | ||
) |
Returns a primitive tetragonal (tP) lattice with square base edge a and height c.
Definition at line 51 of file BakeLattice.cpp.