Xmipp  v3.23.11-Nereus
Typedefs
Some type definitions
Collaboration diagram for Some type definitions:

Typedefs

typedef float floatFeature
 
typedef std::string Label
 
typedef std::vector< floatFeatureFeatureVector
 
typedef std::set< floatFeature, std::less< floatFeature > > FeatureSet
 

Detailed Description

Typedef Documentation

◆ FeatureSet

typedef std::set<floatFeature, std::less<floatFeature> > FeatureSet

FeatureSet as a set of xmippfeatures

Definition at line 93 of file data_types.h.

◆ FeatureVector

typedef std::vector<floatFeature> FeatureVector

FeatureVector as vector of doubles

Definition at line 86 of file data_types.h.

◆ floatFeature

typedef float floatFeature

Feature as float

Definition at line 72 of file data_types.h.

◆ Label

typedef std::string Label

Label as string

Definition at line 79 of file data_types.h.