Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
#include <mitkAbstractGlobalImageFeature.h>
Public Types | |
using | ParametersType = std::map< std::string, us::Any > |
Public Member Functions | |
bool | operator< (const FeatureID &rh) const |
bool | operator== (const FeatureID &rh) const |
Public Attributes | |
std::string | name |
std::string | featureClass |
std::string | settingID |
std::string | legacyName |
std::string | version |
ParametersType | parameters |
Used as ID for features calculated by feature classes
Definition at line 38 of file mitkAbstractGlobalImageFeature.h.
using mitk::FeatureID::ParametersType = std::map<std::string, us::Any> |
Definition at line 51 of file mitkAbstractGlobalImageFeature.h.
bool mitk::FeatureID::operator< | ( | const FeatureID & | rh | ) | const |
bool mitk::FeatureID::operator== | ( | const FeatureID & | rh | ) | const |
std::string mitk::FeatureID::featureClass |
Name of the feature class
Definition at line 43 of file mitkAbstractGlobalImageFeature.h.
std::string mitk::FeatureID::legacyName |
Alternative name that containes the legacy naming of the feature that encodes the parametersetting directly in the string.
Definition at line 47 of file mitkAbstractGlobalImageFeature.h.
std::string mitk::FeatureID::name |
Name of the feature
Definition at line 41 of file mitkAbstractGlobalImageFeature.h.
ParametersType mitk::FeatureID::parameters |
Definition at line 52 of file mitkAbstractGlobalImageFeature.h.
std::string mitk::FeatureID::settingID |
ID for the setting that is represented by parameters and is specified by the feature class while calculating the features. It must be as unique as the parameters themself.
Definition at line 45 of file mitkAbstractGlobalImageFeature.h.
std::string mitk::FeatureID::version |
Version of the feature definition
Definition at line 49 of file mitkAbstractGlobalImageFeature.h.