BornAgain  1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
MillerIndex Struct Reference
Collaboration diagram for MillerIndex:

Public Member Functions

 MillerIndex (double h_, double k_, double l_)
 

Public Attributes

double h
 
double k
 
double l
 

Detailed Description

A direction in reciprocal space, specified by double-valued indices hkl.

Definition at line 34 of file ILatticeOrientation.h.

Constructor & Destructor Documentation

◆ MillerIndex()

MillerIndex::MillerIndex ( double  h_,
double  k_,
double  l_ 
)

Definition at line 31 of file ILatticeOrientation.cpp.

31 : h(h_), k(k_), l(l_) {}

Member Data Documentation

◆ h

◆ k

◆ l


The documentation for this struct was generated from the following files: