QXRD  0.11.16
Classes | Functions
qxrdcalibrant.cpp File Reference

(Commit a65ccc9... : jennings : 2016-03-15 14:00:18 -0500)

#include "qxrdcalibrant.h"
#include "qxrdcalibrantlibrary.h"
#include "qxrdcalibrantdspacing.h"
#include "qxrdcalibrantdspacings.h"
#include "qcepsettingssaver.h"
#include "qxrdexperiment.h"
#include <QScriptEngine>
#include "qxrddebug.h"
#include <qmath.h>
Include dependency graph for qxrdcalibrant.cpp:

Go to the source code of this file.

Classes

class  QxrdCalibrantQuadInt
 

Functions

bool lessThan (const QxrdCalibrantDSpacing &d1, const QxrdCalibrantDSpacing &d2)
 

Function Documentation

bool lessThan ( const QxrdCalibrantDSpacing d1,
const QxrdCalibrantDSpacing d2 
)

Definition at line 189 of file qxrdcalibrant.cpp.

References QxrdCalibrantDSpacing::tth().

Referenced by QxrdCalibrant::dSpacingsHexagonal().

190 {
191  return d1.tth() < d2.tth();
192 }

Here is the call graph for this function:

Here is the caller graph for this function: