MeshLib C++ Docs
Loading...
Searching...
No Matches
MRUIQualityControl.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
MRMesh/MRObjectComparableWithReference.h
"
4
#include "exports.h"
5
6
// Specialized UI for quality-control things.
7
8
namespace
MR::QualityControl
9
{
10
11
// An input widget for the tolerance. Uses `inputPlusMinus()` internally.
12
// NOTE: This doesn't include the "reset" button to remove the tolerance, must draw that manually.
13
// `index` is the same index as used by `ObjectComparableWithReference::getComparisonTolerence()`, see that for more details.
14
MRVIEWER_API
bool
inputTolerance
(
const
char
* label,
ObjectComparableWithReference
&
object
, std::size_t index );
15
16
}
MRObjectComparableWithReference.h
MR::ObjectComparableWithReference
Definition
MRObjectComparableWithReference.h:14
MR::QualityControl
Definition
MRUIQualityControl.h:9
MR::QualityControl::inputTolerance
MRVIEWER_API bool inputTolerance(const char *label, ObjectComparableWithReference &object, std::size_t index)
MeshLib
source
MRViewer
MRUIQualityControl.h
Generated by
1.11.0