| 654 | } |
| 655 | |
| 656 | void xg::geom::AbstractGeom::Clear() { |
| 657 | if(this->container_ != nullptr) { |
| 658 | this->container_->Clear(); |
| 659 | } |
| 660 | } |
| 661 | |
| 662 | void xg::geom::AbstractGeom::SetAttrs(const std::string &_attrs) noexcept { |
| 663 | nlohmann::json cfg = xg::json::ParseString(_attrs); |
no outgoing calls
no test coverage detected