#include <AlignPCLThreshold.h>
Public Member Functions | |
coordThresholds () | |
void | setThresholds (float theCut, float theSigCut, float theErrorCut, float theMaxMoveCut, const std::string &theLabel) |
~coordThresholds () | |
Public Attributes | |
float | m_Cut |
float | m_errorCut |
std::string | m_label |
float | m_maxMoveCut |
float | m_sigCut |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 10 of file AlignPCLThreshold.h.
|
inline |
Definition at line 11 of file AlignPCLThreshold.h.
References m_Cut, m_errorCut, m_label, m_maxMoveCut, and m_sigCut.
Referenced by AlignPCLThreshold::~AlignPCLThreshold().
|
inline |
Definition at line 18 of file AlignPCLThreshold.h.
|
private |
|
inline |
Definition at line 19 of file AlignPCLThreshold.h.
References m_Cut, m_errorCut, m_label, m_maxMoveCut, and m_sigCut.
Referenced by AlignPCLThresholdsWriter::analyze().
|
friend |
Definition at line 33 of file AlignPCLThreshold.h.
|
friend |
Definition at line 33 of file AlignPCLThreshold.h.
float AlignPCLThreshold::coordThresholds::m_Cut |
Definition at line 27 of file AlignPCLThreshold.h.
Referenced by coordThresholds(), AlignPCLThreshold::getThetaXcut(), AlignPCLThreshold::getThetaYcut(), AlignPCLThreshold::getThetaZcut(), AlignPCLThreshold::getXcut(), AlignPCLThreshold::getYcut(), AlignPCLThreshold::getZcut(), and setThresholds().
float AlignPCLThreshold::coordThresholds::m_errorCut |
Definition at line 29 of file AlignPCLThreshold.h.
Referenced by coordThresholds(), AlignPCLThreshold::getErrorThetaXcut(), AlignPCLThreshold::getErrorThetaYcut(), AlignPCLThreshold::getErrorThetaZcut(), AlignPCLThreshold::getErrorXcut(), AlignPCLThreshold::getErrorYcut(), AlignPCLThreshold::getErrorZcut(), and setThresholds().
std::string AlignPCLThreshold::coordThresholds::m_label |
Definition at line 31 of file AlignPCLThreshold.h.
Referenced by coordThresholds(), and setThresholds().
float AlignPCLThreshold::coordThresholds::m_maxMoveCut |
Definition at line 30 of file AlignPCLThreshold.h.
Referenced by coordThresholds(), AlignPCLThreshold::getMaxMoveThetaXcut(), AlignPCLThreshold::getMaxMoveThetaYcut(), AlignPCLThreshold::getMaxMoveThetaZcut(), AlignPCLThreshold::getMaxMoveXcut(), AlignPCLThreshold::getMaxMoveYcut(), AlignPCLThreshold::getMaxMoveZcut(), and setThresholds().
float AlignPCLThreshold::coordThresholds::m_sigCut |
Definition at line 28 of file AlignPCLThreshold.h.
Referenced by coordThresholds(), AlignPCLThreshold::getSigThetaXcut(), AlignPCLThreshold::getSigThetaYcut(), AlignPCLThreshold::getSigThetaZcut(), AlignPCLThreshold::getSigXcut(), AlignPCLThreshold::getSigYcut(), AlignPCLThreshold::getSigZcut(), and setThresholds().