| 211 | } |
| 212 | |
| 213 | bool IsUsefulType(uint32_t type) |
| 214 | { |
| 215 | return IsUsefulNondrawableType(type) || classif().GetObject(type)->IsDrawableAny(); |
| 216 | } |
| 217 | |
| 218 | bool CanGenerateLike(vector<uint32_t> const & types, GeomType geomType) |
| 219 | { |
no test coverage detected