| 13 | } |
| 14 | |
| 15 | bool FilterComplex::IsAccepted(feature::FeatureBuilder const & fb) const |
| 16 | { |
| 17 | if (!fb.IsArea() && !fb.IsPoint()) |
| 18 | return false; |
| 19 | |
| 20 | return hierarchy::GetMainType(fb.GetTypes()) != ftype::GetEmptyValue(); |
| 21 | } |
| 22 | } // namespace generator |
nothing calls this directly
no test coverage detected