Saving ExportCloudsDialog and PostProcessing parameters to config file.

This commit is contained in:
Mathieu Labbe
2015-01-14 11:02:17 -05:00
parent fb0b23ae06
commit 645d2c4973
11 changed files with 279 additions and 108 deletions

View File

@@ -496,7 +496,7 @@ bool CloudViewer::isTrajectoryShown() const
return _aShowTrajectory->isChecked();
}
int CloudViewer::getTrajectorySize() const
unsigned int CloudViewer::getTrajectorySize() const
{
return _maxTrajectorySize;
}