#include <PointLocator.h>
Public Member Functions | |
FeatureInfo (int index=-2, double weight=1.0, double slope=1.0, double intercept=.0) | |
Constructor. | |
FeatureInfo (const char *name, double weight=1.0, double slope=1.0, double intercept=.0) | |
Constructor. | |
FeatureInfo (const string &name, double weight=1.0, double slope=1.0, double intercept=.0) | |
Constructor. | |
FeatureInfo (const char *name, int index, double weight=1.0, double slope=1.0, double intercept=.0) | |
Constructor. | |
FeatureInfo (const string &name, int index, double weight=1.0, double slope=1.0, double intercept=.0) | |
Constructor. | |
Public Attributes | |
int | _Index |
Index of feature/point data array. | |
double | _Intercept |
Rescaling intercept of feature/point data. | |
string | _Name |
Name of feature/point data array. | |
double | _Slope |
Rescaling slope of feature/point data. | |
double | _Weight |
Weight of feature/point data. | |
Type storing name and/or index of point feature together with an optional linear rescaling function
Definition at line 78 of file PointLocator.h.