diff --git a/ColorimetricSegmenter.h b/ColorimetricSegmenter.h index 7a37dac..f66128a 100644 --- a/ColorimetricSegmenter.h +++ b/ColorimetricSegmenter.h @@ -105,7 +105,7 @@ private: template void createClouds(T& dlg, ccPointCloud* cloud, CCLib::ReferenceCloud* filteredCloudInside, CCLib::ReferenceCloud* filteredCloudOutside, std::string name); - void ColorimetricSegmenter::createCloud(ccPointCloud* cloud, CCLib::ReferenceCloud* referenceCloud, std::string name, bool inside); + void createCloud(ccPointCloud* cloud, CCLib::ReferenceCloud* referenceCloud, std::string name, bool inside); //picked point callbacks //void pointPicked(ccHObject* entity, unsigned itemIdx, int x, int y, const CCVector3& P);