QXRD  0.11.16
Public Member Functions | Private Attributes | List of all members
QxrdCalibrantQuadInt Class Reference

Public Member Functions

 QxrdCalibrantQuadInt (int n=0, int h=-1, int k=-1, int l=-1)
 
int & n ()
 
int & h ()
 
int & k ()
 
int & l ()
 

Private Attributes

int m_N
 
int m_H
 
int m_K
 
int m_L
 

Detailed Description

Definition at line 64 of file qxrdcalibrant.cpp.

Constructor & Destructor Documentation

QxrdCalibrantQuadInt::QxrdCalibrantQuadInt ( int  n = 0,
int  h = -1,
int  k = -1,
int  l = -1 
)
inline

Member Function Documentation

int& QxrdCalibrantQuadInt::h ( )
inline

Definition at line 69 of file qxrdcalibrant.cpp.

References m_H.

Referenced by QxrdCalibrant::dSpacingsCubic().

69 { return m_H; }

Here is the caller graph for this function:

int& QxrdCalibrantQuadInt::k ( )
inline

Definition at line 70 of file qxrdcalibrant.cpp.

References m_K.

Referenced by QxrdCalibrant::dSpacingsCubic().

70 { return m_K; }

Here is the caller graph for this function:

int& QxrdCalibrantQuadInt::l ( )
inline

Definition at line 71 of file qxrdcalibrant.cpp.

References m_L.

Referenced by QxrdCalibrant::dSpacingsCubic().

71 { return m_L; }

Here is the caller graph for this function:

int& QxrdCalibrantQuadInt::n ( )
inline

Definition at line 68 of file qxrdcalibrant.cpp.

References m_N.

Referenced by QxrdCalibrant::dSpacingsCubic().

68 { return m_N; }

Here is the caller graph for this function:

Member Data Documentation

int QxrdCalibrantQuadInt::m_H
private

Definition at line 75 of file qxrdcalibrant.cpp.

Referenced by h().

int QxrdCalibrantQuadInt::m_K
private

Definition at line 76 of file qxrdcalibrant.cpp.

Referenced by k().

int QxrdCalibrantQuadInt::m_L
private

Definition at line 77 of file qxrdcalibrant.cpp.

Referenced by l().

int QxrdCalibrantQuadInt::m_N
private

Definition at line 74 of file qxrdcalibrant.cpp.

Referenced by n().


The documentation for this class was generated from the following file: