|
Mantid
|
#include <SampleLogsBehaviour.h>
Public Attributes | |
| bool | isNumeric |
| std::shared_ptr< Kernel::Property > | property |
| double | tolerance |
Definition at line 55 of file SampleLogsBehaviour.h.
| bool Mantid::Algorithms::SampleLogsBehaviour::SampleLogBehaviour::isNumeric |
Definition at line 58 of file SampleLogsBehaviour.h.
Referenced by Mantid::Algorithms::SampleLogsBehaviour::isWithinTolerance().
| std::shared_ptr<Kernel::Property> Mantid::Algorithms::SampleLogsBehaviour::SampleLogBehaviour::property |
Definition at line 56 of file SampleLogsBehaviour.h.
Referenced by Mantid::Algorithms::SampleLogsBehaviour::checkErrorProperty(), Mantid::Algorithms::SampleLogsBehaviour::checkWarnProperty(), and Mantid::Algorithms::SampleLogsBehaviour::stringPropertiesMatch().
| double Mantid::Algorithms::SampleLogsBehaviour::SampleLogBehaviour::tolerance |
Definition at line 57 of file SampleLogsBehaviour.h.
Referenced by Mantid::Algorithms::SampleLogsBehaviour::isWithinTolerance().