KiTrack
1.7.0
|
Criterion: the angle in the xy plane between two 2-segments multiplied by the radius of the circle they form. More...
#include <Crit3_2DAngleTimesR.h>
Public Member Functions | |
Crit3_2DAngleTimesR (float angleMin, float angleMax) | |
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: the angle in the xy plane between two 2-segments multiplied by the radius of the circle they form.
Crit3_2DAngleTimesR::Crit3_2DAngleTimesR | ( | float | angleMin, |
float | angleMax | ||
) |
angleMax | the maximum angle between 2 2-segments in grad times radius |
|
virtual |
Implements KiTrack::ICriterion.
References KiTrack::IHit::getX(), and KiTrack::IHit::getY().