BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Functions | |
bool | ValidMillerIndex (MillerIndex index) |
bool | ParallelMillerIndices (MillerIndex index1, MillerIndex index2) |
double | SignForCrossProduct (MillerIndexOrientation::QComponent q1, MillerIndexOrientation::QComponent q2) |
MillerIndexOrientation::QComponent | ThirdQComponent (MillerIndexOrientation::QComponent q1, MillerIndexOrientation::QComponent q2) |
void | FillVectorInRow (Eigen::Matrix3d &matrix, kvector_t vec, MillerIndexOrientation::QComponent row) |
bool anonymous_namespace{ILatticeOrientation.cpp}::ValidMillerIndex | ( | MillerIndex | index | ) |
Definition at line 87 of file ILatticeOrientation.cpp.
References MillerIndex::h, MillerIndex::k, and MillerIndex::l.
Referenced by MillerIndexOrientation::checkAlignment().
bool anonymous_namespace{ILatticeOrientation.cpp}::ParallelMillerIndices | ( | MillerIndex | index1, |
MillerIndex | index2 | ||
) |
Definition at line 91 of file ILatticeOrientation.cpp.
References MillerIndex::h, MillerIndex::k, and MillerIndex::l.
Referenced by MillerIndexOrientation::checkAlignment().
double anonymous_namespace{ILatticeOrientation.cpp}::SignForCrossProduct | ( | MillerIndexOrientation::QComponent | q1, |
MillerIndexOrientation::QComponent | q2 | ||
) |
Definition at line 106 of file ILatticeOrientation.cpp.
References MillerIndexOrientation::QX, MillerIndexOrientation::QY, and MillerIndexOrientation::QZ.
Referenced by MillerIndexOrientation::transformationMatrix().
MillerIndexOrientation::QComponent anonymous_namespace{ILatticeOrientation.cpp}::ThirdQComponent | ( | MillerIndexOrientation::QComponent | q1, |
MillerIndexOrientation::QComponent | q2 | ||
) |
Definition at line 115 of file ILatticeOrientation.cpp.
References MillerIndexOrientation::QX, MillerIndexOrientation::QY, and MillerIndexOrientation::QZ.
Referenced by MillerIndexOrientation::transformationMatrix().
void anonymous_namespace{ILatticeOrientation.cpp}::FillVectorInRow | ( | Eigen::Matrix3d & | matrix, |
kvector_t | vec, | ||
MillerIndexOrientation::QComponent | row | ||
) |
Definition at line 124 of file ILatticeOrientation.cpp.
References MillerIndexOrientation::QX, and MillerIndexOrientation::QY.
Referenced by MillerIndexOrientation::transformationMatrix().