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

Public Member Functions

 QuadInt (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 1284 of file qxrdcenterfinder.cpp.

Constructor & Destructor Documentation

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

Definition at line 1286 of file qxrdcenterfinder.cpp.

Member Function Documentation

int& QuadInt::h ( )
inline

Definition at line 1289 of file qxrdcenterfinder.cpp.

References m_H.

1289 { return m_H; }
int& QuadInt::k ( )
inline

Definition at line 1290 of file qxrdcenterfinder.cpp.

References m_K.

1290 { return m_K; }
int& QuadInt::l ( )
inline

Definition at line 1291 of file qxrdcenterfinder.cpp.

References m_L.

1291 { return m_L; }
int& QuadInt::n ( )
inline

Definition at line 1288 of file qxrdcenterfinder.cpp.

References m_N.

1288 { return m_N; }

Member Data Documentation

int QuadInt::m_H
private

Definition at line 1295 of file qxrdcenterfinder.cpp.

Referenced by h().

int QuadInt::m_K
private

Definition at line 1296 of file qxrdcenterfinder.cpp.

Referenced by k().

int QuadInt::m_L
private

Definition at line 1297 of file qxrdcenterfinder.cpp.

Referenced by l().

int QuadInt::m_N
private

Definition at line 1294 of file qxrdcenterfinder.cpp.

Referenced by n().


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