Subversion Repositories seema-scanner

Rev

Rev 128 | Rev 148 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 128 Rev 139
Line 99... Line 99...
99
    this->update();
99
    this->update();
100
    emit pointCloudDataChanged();
100
    emit pointCloudDataChanged();
101
 
101
 
102
}
102
}
103
 
103
 
-
 
104
void SMPointCloudWidget::removeAllPointClouds(){
-
 
105
 
-
 
106
    visualizer->removeAllPointClouds();
-
 
107
 
-
 
108
    this->update();
-
 
109
    emit pointCloudDataChanged();
-
 
110
 
-
 
111
}
-
 
112
 
104
//void SMPointCloudWidget::savePointCloud(){
113
//void SMPointCloudWidget::savePointCloud(){
105
 
114
 
106
//    QString selectedFilter;
115
//    QString selectedFilter;
107
//    QString fileName = QFileDialog::getSaveFileName(this, "Save Point Cloud", QString(), "*.pcd;;*.ply;;*.vtk;;*.png;;*.txt", &selectedFilter);
116
//    QString fileName = QFileDialog::getSaveFileName(this, "Save Point Cloud", QString(), "*.pcd;;*.ply;;*.vtk;;*.png;;*.txt", &selectedFilter);
108
//    QFileInfo info(fileName);
117
//    QFileInfo info(fileName);