MeshLib C++ Docs
Loading...
Searching...
No Matches
MRUIQualityControl.h
Go to the documentation of this file.
1#pragma once
2
4#include "exports.h"
5
6// Specialized UI for quality-control things.
7
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.
14MRVIEWER_API bool inputTolerance( const char* label, ObjectComparableWithReference& object, std::size_t index );
15
16}
Definition MRObjectComparableWithReference.h:14
Definition MRUIQualityControl.h:9
MRVIEWER_API bool inputTolerance(const char *label, ObjectComparableWithReference &object, std::size_t index)