| 3347 | } |
| 3348 | |
| 3349 | void IGFD::PlacesFeature::GroupStruct::AddPlaceSeparator(const float& vThickness) { |
| 3350 | PlaceStruct place; |
| 3351 | place.thickness = vThickness; |
| 3352 | places.push_back(place); |
| 3353 | } |
| 3354 | |
| 3355 | bool IGFD::PlacesFeature::GroupStruct::RemovePlace(const std::string& vPlaceName) { |
| 3356 | if (vPlaceName.empty()) { |
nothing calls this directly
no outgoing calls
no test coverage detected