Public Member Functions | Public Attributes | List of all members
mirtk::PointLocator::FeatureInfo Struct Reference

#include <PointLocator.h>

Collaboration diagram for mirtk::PointLocator::FeatureInfo:
Collaboration graph

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.
 

Detailed Description

Type storing name and/or index of point feature together with an optional linear rescaling function

Definition at line 78 of file PointLocator.h.


The documentation for this struct was generated from the following file: