KiTrack
1.7.0
|
Criterion: make circles from the semgments and measure the distances of their centers. More...
#include <Crit4_DistOfCircleCenters.h>
Public Member Functions | |
Crit4_DistOfCircleCenters (float distMin, float distMax) | |
virtual bool | areCompatible (Segment *parent, Segment *child) throw ( BadSegmentLength ) |
![]() | |
std::map< std::string, float > | getMapOfValues () |
void | setSaveValues (bool saveValues) |
Sets, whether the calculated values shall be saved in a map. | |
std::string | getName () |
std::string | getType () |
Additional Inherited Members | |
![]() | |
std::map< std::string, float > | _map_name_value |
bool | _saveValues |
std::string | _name |
std::string | _type |
Criterion: make circles from the semgments and measure the distances of their centers.
Crit4_DistOfCircleCenters::Crit4_DistOfCircleCenters | ( | float | distMin, |
float | distMax | ||
) |
distMax |
|
virtual |
Implements KiTrack::ICriterion.
References KiTrack::IHit::getX(), and KiTrack::IHit::getY().