Subversion Repositories seema-scanner

Rev

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

Rev 128 Rev 139
Line 25... Line 25...
25
        ~SMPointCloudWidget();
25
        ~SMPointCloudWidget();
26
    public slots:
26
    public slots:
27
        void addPointCloud(SMPointCloud pointCloud, int id);
27
        void addPointCloud(SMPointCloud pointCloud, int id);
28
        void updatePointCloud(SMPointCloud pointCloud, int id);
28
        void updatePointCloud(SMPointCloud pointCloud, int id);
29
        void removePointCloud(int id);
29
        void removePointCloud(int id);
-
 
30
        void removeAllPointClouds();
30
        void saveScreenShot();
31
        void saveScreenShot();
31
        void updateCalibrationParameters();
32
        void updateCalibrationParameters();
32
    signals:
33
    signals:
33
        void pointCloudDataChanged();
34
        void pointCloudDataChanged();
34
    private:
35
    private: