Subversion Repositories seema-scanner

Rev

Rev 208 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 208 Rev 225
Line 18... Line 18...
18
 
18
 
19
    public:
19
    public:
20
        SMReconstructionWorker(){}
20
        SMReconstructionWorker(){}
21
        ~SMReconstructionWorker(){}
21
        ~SMReconstructionWorker(){}
22
    public slots:
22
    public slots:
23
        void setup();
-
 
24
        void reconstructPointCloud(const SMFrameSequence &frameSequence);
23
        void reconstructPointCloud(const SMFrameSequence &frameSequence);
25
        void reconstructPointClouds(const std::vector<SMFrameSequence> &frameSequences);
24
        void reconstructPointClouds(const std::vector<SMFrameSequence> &frameSequences);
26
    signals:
25
    signals:
27
        void newPointCloud(SMPointCloud pointCloud);
26
        void newPointCloud(SMPointCloud pointCloud);
28
        void error(const QString err);
27
        void error(const QString err);