API Documentation
Loading...
Searching...
No Matches
CalibrationTable.h
Go to the documentation of this file.
1
#pragma once
2
#include <NDEVR/DesignPropertyTable.h>
3
#include <functional>
4
#if NDEVR_CALIBRATION
5
namespace
NDEVR
6
{
7
class
NDEVR_API
CalibrationTable :
public
DesignPropertyTable
8
{
9
public
:
10
CalibrationTable(QTModelManager* manager, QWidget* parent =
nullptr
);
11
void
addMagneticCalibration(
const
std::function<
void
()>& calculate_function);
12
};
13
}
14
#endif
NDEVR_API
#define NDEVR_API
Definition
DLLInfo.h:67
NDEVR
Definition
ACIColor.h:37
NDEVR
Headers
CalibrationTable.h