oILAB
|
#include <ReciprocalLatticeDirectionBindings.h>
Public Member Functions | |
PyReciprocalLatticeDirection (const PyReciprocalLatticeVector &prlv) | |
PyReciprocalLatticeDirection (const ReciprocalLatticeVector &rlv) | |
PyReciprocalLatticeDirection (const PyReciprocalLatticeDirection &prld)=default | |
PyReciprocalLatticeDirection (const ReciprocalLatticeDirection &rld) | |
const ReciprocalLatticeVector & | reciprocalLatticeVector () const |
VectorDimD | cartesian () const |
VectorDimI | integerCoordinates () const |
IntScalarType | dot (const PyLatticeVector< dim > &other) const |
double | planeSpacing () const |
int | stacking () const |
Data Fields | |
ReciprocalLatticeDirection | rld |
Private Types | |
using | Lattice = gbLAB::Lattice< dim > |
using | ReciprocalLatticeDirection = gbLAB::ReciprocalLatticeDirection< dim > |
using | ReciprocalLatticeVector = gbLAB::ReciprocalLatticeVector< dim > |
using | PyReciprocalLatticeVector = pyoilab::PyReciprocalLatticeVector< dim > |
using | IntScalarType = long long int |
using | MatrixDimD = Eigen::Matrix< double, dim, dim > |
using | VectorDimD = Eigen::Matrix< double, dim, 1 > |
using | VectorDimI = Eigen::Matrix< IntScalarType, dim, 1 > |
using | MatrixDimI = Eigen::Matrix< IntScalarType, dim, dim > |
Definition at line 16 of file ReciprocalLatticeDirectionBindings.h.
|
private |
Definition at line 23 of file ReciprocalLatticeDirectionBindings.h.
|
private |
Definition at line 18 of file ReciprocalLatticeDirectionBindings.h.
|
private |
Definition at line 24 of file ReciprocalLatticeDirectionBindings.h.
|
private |
Definition at line 27 of file ReciprocalLatticeDirectionBindings.h.
|
private |
Definition at line 21 of file ReciprocalLatticeDirectionBindings.h.
|
private |
Definition at line 19 of file ReciprocalLatticeDirectionBindings.h.
|
private |
Definition at line 20 of file ReciprocalLatticeDirectionBindings.h.
|
private |
Definition at line 25 of file ReciprocalLatticeDirectionBindings.h.
|
private |
Definition at line 26 of file ReciprocalLatticeDirectionBindings.h.
|
inline |
Definition at line 31 of file ReciprocalLatticeDirectionBindings.h.
|
inline |
Definition at line 32 of file ReciprocalLatticeDirectionBindings.h.
|
default |
|
inline |
Definition at line 34 of file ReciprocalLatticeDirectionBindings.h.
|
inline |
Definition at line 41 of file ReciprocalLatticeDirectionBindings.h.
|
inline |
Definition at line 49 of file ReciprocalLatticeDirectionBindings.h.
|
inline |
Definition at line 45 of file ReciprocalLatticeDirectionBindings.h.
|
inline |
Definition at line 53 of file ReciprocalLatticeDirectionBindings.h.
|
inline |
Definition at line 36 of file ReciprocalLatticeDirectionBindings.h.
|
inline |
Definition at line 57 of file ReciprocalLatticeDirectionBindings.h.
ReciprocalLatticeDirection pyoilab::PyReciprocalLatticeDirection< dim >::rld |
Definition at line 29 of file ReciprocalLatticeDirectionBindings.h.