X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_LandCoverMap.cxx;h=4b816d8db04ae6591be44cf590584287e59350b3;hb=39b1848f103d89cfb544a1651b3fbf221fc2c401;hp=f709b378cf92bca158f93bea3d210d1001d1ad29;hpb=90fc4a0d2584d00a796223c5381bdd20790d5479;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_LandCoverMap.cxx b/src/HYDROData/HYDROData_LandCoverMap.cxx index f709b378..4b816d8d 100644 --- a/src/HYDROData/HYDROData_LandCoverMap.cxx +++ b/src/HYDROData/HYDROData_LandCoverMap.cxx @@ -1259,13 +1259,13 @@ void HYDROData_LandCoverMap::UpdateLocalCS( double theDx, double theDy ) SetShape( aLocatedShape ); } -void HYDROData_LandCoverMap::ClassifyPoints( const std::vector& thePoints, std::vector >& theTypes ) const +void HYDROData_LandCoverMap::ClassifyPoints( const std::vector& thePoints, std::vector >& theTypes ) const { HYDROData_LCM_FaceClassifier FC(this); FC.Classify(thePoints, theTypes, NULL); } -void HYDROData_LandCoverMap::ClassifyPoints( const std::vector& thePoints, +void HYDROData_LandCoverMap::ClassifyPoints( const std::vector& thePoints, Handle(HYDROData_StricklerTable) theTable, std::vector& theCoeffs, double DefValue, bool UseMax ) const {