| 58 | } // BoxPartitioner |
| 59 | |
| 60 | std::unique_ptr<Partitioner> |
| 61 | BoxPartitioner::clone() const |
| 62 | { |
| 63 | return std::make_unique<BoxPartitioner>(d_partitioning_boxes, *d_position_system); |
| 64 | } // clone |
| 65 | |
| 66 | void |
| 67 | BoxPartitioner::setLoggingEnabled(bool enable_logging) |
no outgoing calls
no test coverage detected