ACF $AcfVersion:0$
ICalibrationProvider.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2#pragma once
3
4
5// ACF includes
6#include <istd/IChangeable.h>
7
9
10
11namespace i2d
12{
13
14
19{
20public:
25 virtual const ICalibration2d* GetCalibration() const = 0;
26};
27
28
29} // namespace i2d
30
31
32
33
Interface for 2D calibration and coordinate transformation with unit information.
Common interface for an object, which delivers a 2D-calibration.
virtual const ICalibration2d * GetCalibration() const =0
Get access to transformation object, which transforms a local logical coordinate system to global one...
Common interface for data model objects, which can be changed.
Definition IChangeable.h:28
Contains the 2D objects.
Definition CAffine2d.h:11