Home
last modified time | relevance | path

Searched refs:Get_Points (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_spline/
H A DGridding_Spline_TPS_Local.cpp136 if( !Initialize(Spline.Get_Points()) || !Spline.Create(Regularization, false) ) in On_Execute()
193 if( m_Search.Get_Points(xWorld, yWorld, Points) && Points.Get_Count() > 2 ) in Set_Value()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_shapes/
H A Dsvg.cpp249 bool CSVG_Export::Get_Points(CSG_Shape *pShape, int iPart, CSG_String &Points) in Get_Points() function in CSVG_Export
316 if( Get_Points(pShape, iPart, Points) ) in Add_Line()
337 if( Get_Points(pShape, iPart, Points) ) in Add_Polygon()
H A Dsvg.h104 bool Get_Points (CSG_Shape *pShape, int iPart, CSG_String &Points);
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_gridding/
H A DInterpolation_InverseDistance.cpp123 if( !m_Search_Options.Do_Use_All(true) && !m_Search.Create(Get_Points(), Get_Field()) ) in On_Initialize()
188 CSG_Shapes *pPoints = Get_Points(); int Field = Get_Field(); in Get_Value()
H A DInterpolation_Triangulation.cpp144 TIN.Add_Field("Z", Get_Points()->Get_Field_Type(Get_Field())); in Get_TIN()
146 for(int iShape=0; iShape<Get_Points()->Get_Count(); iShape++) in Get_TIN()
148 CSG_Shape *pShape = Get_Points()->Get_Shape(iShape); in Get_TIN()
H A DInterpolation_NearestNeighbour.cpp80 return( m_Search.Create(Get_Points(), Get_Field()) ); in On_Initialize()
H A DInterpolation.h90 CSG_Shapes * Get_Points (void) { return( m_pPoints ); } in Get_Points() function
H A DInterpolation_NaturalNeighbour.cpp122 CSG_Shapes *pPoints = Get_Points(); in Interpolate()
H A DInterpolation_Shepard.cpp111 CSG_Shapes *pPoints = Get_Points(); in On_Initialize()
H A DInterpolation_AngularDistance.cpp133 CSG_Shapes *pPoints = Get_Points(); int Field = Get_Field(); in On_Initialize()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/statistics/statistics_kriging/
H A Dkriging_simple.cpp116 else if( Get_Points(x, y, __Points) && Get_Weights(__Points, __W) ) // local in Get_Value()
H A Dkriging_ordinary.cpp121 else if( Get_Points(x, y, __Points) && Get_Weights(__Points, __W) ) // local in Get_Value()
H A Dkriging3d_simple.cpp118 else if( Get_Points(x, y, z, __Points) && Get_Weights(__Points, __W) ) // local in Get_Value()
H A Dkriging3d_ordinary.cpp121 else if( Get_Points(x, y, z, __Points) && Get_Weights(__Points, __W) ) // local in Get_Value()
H A Dkriging_base.h92 bool Get_Points (double x, double y, CSG_Matrix &Points);
H A Dkriging3d_base.h94 bool Get_Points (double x, double y, double z, CSG_Matrix &Points);
H A Dkriging_universal.cpp223 else if( Get_Points(x, y, __Points) && Get_Weights(__Points, __W) ) // local in Get_Value()
H A Dkriging_base.cpp435 bool CKriging_Base::Get_Points(double x, double y, CSG_Matrix &Points) in Get_Points() function in CKriging_Base
H A Dkriging3d_base.cpp480 bool CKriging3D_Base::Get_Points(double x, double y, double z, CSG_Matrix &Points) in Get_Points() function in CKriging3D_Base
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dgtk-extra-plot_surface.ads101 procedure Get_Points subprogspec
H A Dgtk-extra-plot_surface.adb126 procedure Get_Points subprogram
156 end Get_Points; argument
H A Dgtk-extra-plot_data.ads301 procedure Get_Points subprogspec
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dquadtree.cpp1090 bool CSG_Parameters_Search_Points::Get_Points(double x, double y, CSG_Points_Z &Points) in Get_Points() function in CSG_Parameters_Search_Points
1092 return( Get_Points(CSG_Point(x, y), Points) ); in Get_Points()
1096 bool CSG_Parameters_Search_Points::Get_Points(const TSG_Point &p, CSG_Points_Z &Points) in Get_Points() function in CSG_Parameters_Search_Points
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_tools/
H A DGrid_Gaps_Spline_Fill.cpp351 TSG_Point_Z p = m_Spline.Get_Points().Get_Point(i); in Close_Gap()
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/testgtk/
H A Dcreate_canvas_view_links.adb108 Points : constant Item_Point_Array_Access := Self.Get_Points;

12