| 47 | }; |
| 48 | |
| 49 | struct Clustering { |
| 50 | bool cluster = false; |
| 51 | float max_distance = 0.2f; |
| 52 | std::size_t min_points = 0; |
| 53 | ufo::depth_t depth = 0; |
| 54 | }; |
| 55 | |
| 56 | struct Printing { |
| 57 | bool verbose = true; |
nothing calls this directly
no outgoing calls
no test coverage detected