Subversion Repositories seema-scanner

Rev

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

Rev 41 Rev 42
Line 63... Line 63...
63
        void on_actionExport_Sets_triggered();
63
        void on_actionExport_Sets_triggered();
64
 
64
 
65
        void on_actionExport_Sequences_triggered();
65
        void on_actionExport_Sequences_triggered();
66
 
66
 
67
        void on_reconstructButton_clicked();
67
        void on_reconstructButton_clicked();
68
        void onNewPointCloud(pcl::PointCloud<pcl::PointXYZRGB>::ConstPtr pc);
68
        void onNewPointCloud(SMPointCloud pc);
-
 
69
 
-
 
70
        void on_actionExport_Calibration_triggered();
69
 
71
 
70
private:
72
private:
71
        Ui::SMScanner *ui;
73
        Ui::SMScanner *ui;
72
 
74
 
73
        QSettings settings;
75
        QSettings settings;