Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2017-08-31 07:44:03 +00:00
parent 4948425ee7
commit 9b4b1cd96b
+1
View File
@@ -39,6 +39,7 @@ class PointGrid3d
EGK_EXPORT bool Find( const Point3d& ptTest, double dTol, INTVECTOR& vnIds) ;
EGK_EXPORT bool Find( const Point3d& ptTest, double dTol, int& nId) ;
EGK_EXPORT bool FindNearest( const Point3d& ptTest, INTVECTOR& vnIds) ;
EGK_EXPORT bool FindNearest( const Point3d& ptTest, double dTol, int& nId) ;
EGK_EXPORT bool First( int& nId) ;
private :