ICF 3.0.5.47
Technical documentation of ICF Libraries
ICalibration2dProvider.h
Go to the documentation of this file.
1/********************************************************************************
2** This file is part of the ICF Framework. Copyright (C) Witold Gantzke & Kirill Lepskiy
3** ICF Framework may be used under the terms of the LGPL License v. 2.1 by the Free Software Foundation.
4********************************************************************************/
5
6#pragma once
7
8
9// ICF includes
10#include <istd/IChangeable.h>
11
12#include <i2d/ICalibration2d.h>
13
14
15namespace i2d
16{
17
18
23{
24public:
29 virtual const ICalibration2d* GetCalibration() const = 0;
30};
31
32
33} // namespace i2d
34
35
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:32
Contains the 2D objects.
Definition CAffine2d.h:15

© Witold Gantzke and Kirill Lepskiy