oILAB
|
#include <RationalReciprocalLatticeDirection.h>
Public Types | |
typedef LatticeCore< dim >::IntScalarType | IntScalarType |
typedef LatticeCore< dim >::VectorDimD | VectorDimD |
typedef LatticeCore< dim >::MatrixDimD | MatrixDimD |
typedef LatticeCore< dim >::VectorDimI | VectorDimI |
typedef LatticeCore< dim >::MatrixDimI | MatrixDimI |
Data Fields | |
const Rational< IntScalarType > | rat |
const ReciprocalLatticeDirection< dim > | dir |
Definition at line 18 of file RationalReciprocalLatticeDirection.h.
typedef LatticeCore<dim>::IntScalarType gbLAB::RationalReciprocalLatticeDirection< dim >::IntScalarType |
Definition at line 20 of file RationalReciprocalLatticeDirection.h.
typedef LatticeCore<dim>::MatrixDimD gbLAB::RationalReciprocalLatticeDirection< dim >::MatrixDimD |
Definition at line 22 of file RationalReciprocalLatticeDirection.h.
typedef LatticeCore<dim>::MatrixDimI gbLAB::RationalReciprocalLatticeDirection< dim >::MatrixDimI |
Definition at line 24 of file RationalReciprocalLatticeDirection.h.
typedef LatticeCore<dim>::VectorDimD gbLAB::RationalReciprocalLatticeDirection< dim >::VectorDimD |
Definition at line 21 of file RationalReciprocalLatticeDirection.h.
typedef LatticeCore<dim>::VectorDimI gbLAB::RationalReciprocalLatticeDirection< dim >::VectorDimI |
Definition at line 23 of file RationalReciprocalLatticeDirection.h.
gbLAB::RationalReciprocalLatticeDirection< dim >::RationalReciprocalLatticeDirection | ( | const Rational< IntScalarType > & | _rat, |
const ReciprocalLatticeDirection< dim > & | _dir | ||
) |
Definition at line 17 of file RationalReciprocalLatticeDirection.cpp.
gbLAB::RationalReciprocalLatticeDirection< dim >::RationalReciprocalLatticeDirection | ( | const Rational< IntScalarType > & | _rat, |
const ReciprocalLatticeVector< dim > & | v | ||
) |
Definition at line 25 of file RationalReciprocalLatticeDirection.cpp.
gbLAB::RationalReciprocalLatticeDirection< dim >::RationalReciprocalLatticeDirection | ( | const ReciprocalLatticeVector< dim > & | v | ) |
Definition at line 32 of file RationalReciprocalLatticeDirection.cpp.
|
default |
|
default |
RationalReciprocalLatticeDirection< dim >::VectorDimD gbLAB::RationalReciprocalLatticeDirection< dim >::cartesian | ( | ) | const |
Definition at line 41 of file RationalReciprocalLatticeDirection.cpp.
Rational< typename RationalReciprocalLatticeDirection< dim >::IntScalarType > gbLAB::RationalReciprocalLatticeDirection< dim >::dot | ( | const LatticeVector< dim > & | other | ) | const |
Definition at line 48 of file RationalReciprocalLatticeDirection.cpp.
RationalReciprocalLatticeDirection< dim > gbLAB::RationalReciprocalLatticeDirection< dim >::operator* | ( | const IntScalarType & | scalar | ) | const |
Definition at line 55 of file RationalReciprocalLatticeDirection.cpp.
RationalReciprocalLatticeDirection< dim > gbLAB::RationalReciprocalLatticeDirection< dim >::operator+ | ( | const RationalReciprocalLatticeDirection< dim > & | other | ) | const |
Definition at line 69 of file RationalReciprocalLatticeDirection.cpp.
RationalReciprocalLatticeDirection< dim > gbLAB::RationalReciprocalLatticeDirection< dim >::operator+ | ( | const ReciprocalLatticeVector< dim > & | other | ) | const |
Definition at line 91 of file RationalReciprocalLatticeDirection.cpp.
RationalReciprocalLatticeDirection< dim > gbLAB::RationalReciprocalLatticeDirection< dim >::operator- | ( | const RationalReciprocalLatticeDirection< dim > & | other | ) | const |
Definition at line 80 of file RationalReciprocalLatticeDirection.cpp.
RationalReciprocalLatticeDirection< dim > gbLAB::RationalReciprocalLatticeDirection< dim >::operator- | ( | const ReciprocalLatticeVector< dim > & | other | ) | const |
Definition at line 100 of file RationalReciprocalLatticeDirection.cpp.
RationalReciprocalLatticeDirection< dim > gbLAB::RationalReciprocalLatticeDirection< dim >::operator/ | ( | const IntScalarType & | scalar | ) | const |
Definition at line 62 of file RationalReciprocalLatticeDirection.cpp.
double gbLAB::RationalReciprocalLatticeDirection< dim >::squaredNorm | ( | ) | const |
Definition at line 109 of file RationalReciprocalLatticeDirection.cpp.
const ReciprocalLatticeDirection<dim> gbLAB::RationalReciprocalLatticeDirection< dim >::dir |
Definition at line 27 of file RationalReciprocalLatticeDirection.h.
const Rational<IntScalarType> gbLAB::RationalReciprocalLatticeDirection< dim >::rat |
Definition at line 26 of file RationalReciprocalLatticeDirection.h.