| 427 | } |
| 428 | |
| 429 | void AddFloatFeature(const TFloatFeature& floatFeature) { |
| 430 | FloatFeatures.push_back(floatFeature); |
| 431 | } |
| 432 | |
| 433 | void AddFloatFeatureBorder(const int featureId, const float border) { |
| 434 | FloatFeatures[featureId].Borders.push_back(border); |