Subversion Repositories seema-scanner

Rev

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

Rev 73 Rev 75
Line 95... Line 95...
95
 
95
 
96
        std::vector< SMCalibrationSet > calibrationData;
96
        std::vector< SMCalibrationSet > calibrationData;
97
        std::vector< SMFrameSequence > captureData;
97
        std::vector< SMFrameSequence > captureData;
98
        std::vector< SMPointCloud > pointCloudData;
98
        std::vector< SMPointCloud > pointCloudData;
99
 
99
 
100
        int lastCaptureId;
-
 
101
 
-
 
102
        bool calibrationReviewMode;
100
        bool calibrationReviewMode;
103
        bool captureReviewMode;
101
        bool captureReviewMode;
-
 
102
        int lastCaptureId;
104
};
103
};
105
 
104
 
106
#endif // SMSCANNER_H
105
#endif // SMSCANNER_H