Home
last modified time | relevance | path

Searched refs:Get_Nearest_Points (Results 1 – 10 of 10) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dkdtree.cpp526 Count = Get_Nearest_Points(Coordinate, Count, _Indices, Distances.Get_Data()); in Get_Nearest_Points()
562 return( Get_Nearest_Points(Coordinate, 1, &Index, &Distance) == 1 ); in Get_Nearest_Point()
570 return( Get_Nearest_Points(Coordinate, 1, &Index, &Distance) == 1 ); in Get_Nearest_Point()
588 return( Get_Nearest_Points(c, Count, Radius) ); in Get_Nearest_Points()
595 return( Get_Nearest_Points(c, Count, Radius, Indices, Distances) ); in Get_Nearest_Points()
602 return( Get_Nearest_Points(c, Count, Indices, Distances) ); in Get_Nearest_Points()
890 return( Get_Nearest_Points(Coordinate, 1, &Index, &Distance) == 1 ); in Get_Nearest_Point()
898 return( Get_Nearest_Points(Coordinate, 1, &Index, &Distance) == 1 ); in Get_Nearest_Point()
916 return( Get_Nearest_Points(c, Count, Radius) ); in Get_Nearest_Points()
923 return( Get_Nearest_Points(c, Count, Radius, Indices, Distances) ); in Get_Nearest_Points()
[all …]
H A Dshapes.h1190 virtual size_t Get_Nearest_Points (double Coordinate[2], size_t Count, double Radius);
1191 …virtual size_t Get_Nearest_Points (double Coordinate[2], size_t Count, double Radius, CSG_Array…
1192 …virtual size_t Get_Nearest_Points (double Coordinate[2], size_t Count, size_t *Indices, double …
1197 virtual size_t Get_Nearest_Points (double x, double y, size_t Count, double Radius);
1198 …virtual size_t Get_Nearest_Points (double x, double y, size_t Count, double Radius, CSG_Array_I…
1199 …virtual size_t Get_Nearest_Points (double x, double y, size_t Count, size_t *Indices, double *D…
1234 virtual size_t Get_Nearest_Points (double Coordinate[3], size_t Count, double Radius);
1236 …virtual size_t Get_Nearest_Points (double Coordinate[3], size_t Count, size_t *Indices, double …
1237 …virtual size_t Get_Nearest_Points (double Coordinate[3], size_t Count, double Radius, CSG_Array…
1242 virtual size_t Get_Nearest_Points (double x, double y, double z, size_t Count, double Radius);
[all …]
H A Dquadtree.cpp748 size_t CSG_PRQuadTree::Get_Nearest_Points(CSG_Points_Z &Points, const TSG_Point &p, size_t maxPoint… in Get_Nearest_Points() function in CSG_PRQuadTree
750 return( Get_Nearest_Points(Points, p.x, p.y, maxPoints, Radius, iQuadrant) ); in Get_Nearest_Points()
754 size_t CSG_PRQuadTree::Get_Nearest_Points(CSG_Points_Z &Points, double x, double y, size_t maxPoint… in Get_Nearest_Points() function in CSG_PRQuadTree
1098 …return( m_Search.Get_Nearest_Points(Points, p, m_maxPoints, m_Radius, m_Quadrant) >= (size_t)m_min… in Get_Points()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_gridding/
H A DInterpolation_InverseDistance.cpp156 if( m_Search.Get_Nearest_Points(x, y, in Get_Value()
H A DInterpolation_AngularDistance.cpp194 if( m_Search.Get_Nearest_Points(x, y, in Get_Value()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/pointcloud/pointcloud_tools/
H A Dpc_ground_filter.cpp204 …Search.Get_Nearest_Points(pPC_in->Get_X(iPoint), pPC_in->Get_Y(iPoint), 0, dRadius, Indices, Dista… in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/statistics/statistics_kriging/
H A Dvariogram_dialog.cpp207 if( Search.Get_Nearest_Points(Points[i], 2, Index, Distance) == 2 && Distance[1] > 0. ) in Get_Lag_Distance()
217 if( Search.Get_Nearest_Points(Points[i], 2, Index, Distance) == 2 && Distance[1] > 0. ) in Get_Lag_Distance()
H A Dkriging_base.cpp441 …m_Search.Get_Nearest_Points(x, y, m_Search_Options.Get_Max_Points(), m_Search_Options.Get_Radius()… in Get_Points()
H A Dkriging3d_base.cpp486 …m_Search.Get_Nearest_Points(x, y, z, m_Search_Options.Get_Max_Points(), m_Search_Options.Get_Radiu… in Get_Points()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grids_tools/
H A Dgridding3d_idw.cpp307 if( m_Search.Get_Nearest_Points(Coordinate, in Get_Value()