| 791 | } |
| 792 | |
| 793 | void DatabaseManagementWidget::ClearTwoViewGeometries() { |
| 794 | QMessageBox::StandardButton reply = QMessageBox::question( |
| 795 | this, |
| 796 | "", |
| 797 | tr("Do you really want to clear all two-view geometries?"), |
| 798 | QMessageBox::Yes | QMessageBox::No); |
| 799 | if (reply == QMessageBox::Yes) { |
| 800 | database_->ClearTwoViewGeometries(); |
| 801 | } |
| 802 | } |
| 803 | |
| 804 | } // namespace colmap |
no outgoing calls