Command line enhanced

This commit is contained in:
Daniel Girardeau-Montaut
2019-03-27 22:12:51 +01:00
parent 07a56c63d8
commit f6b3bb9889
8 changed files with 343 additions and 155 deletions
+1
View File
@@ -132,6 +132,7 @@ bool Classifier::classify( const Feature::Source::Set& featureSources,
try
{
ccScalarField* classifSFBackup = new ccScalarField(*static_cast<ccScalarField*>(classificationSF));
classifSFBackup->setName("Classification_prev");
cloud->addScalarField(classifSFBackup);
}
catch (const std::bad_alloc)