ACF $AcfVersion:0$
ISpectrumInfoProvider.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#include <icmm/icmm.h>
8
9
10namespace icmm
11{
12
13
14class ISpectrumInfo;
15
16
21{
22public:
23 virtual const ISpectrumInfo* GetSpectrumInfo() const = 0;
24};
25
26
27} // namespace icmm
28
29
Common interface for describing the properties or meta-informations of a measured/sampled spectrum.
Common interface for a spectrum information provider.
virtual const ISpectrumInfo * GetSpectrumInfo() const =0
Common interface for data model objects, which can be changed.
Definition IChangeable.h:28
Contains color management classes.