ICF 3.1.1.10
Technical documentation of ICF Libraries
IFeaturesProvider.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#ifndef iipr_IFeaturesContainer_included
7#define iipr_IFeaturesContainer_included
8
9
11
12
13namespace iipr
14{
15
16
21{
22public:
26 virtual int GetFeaturesCount() const = 0;
30 virtual const imeas::INumericValue& GetFeature(int index) const = 0;
31};
32
33
34} // namespace iipr
35
36
37#endif // !iipr_IFeaturesContainer_included
38
Container allowing access to features.
virtual int GetFeaturesCount() const =0
Get number of stored features.
virtual const imeas::INumericValue & GetFeature(int index) const =0
Get access to single feature.
General parameter set containing list of numeric values.
Common interface for data model objects, which can be changed.
Definition IChangeable.h:32
Contains the image processing classes.

© Witold Gantzke and Kirill Lepskiy