Home
last modified time | relevance | path

Searched defs:Add_Point (Results 1 – 18 of 18) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dshape_point.cpp114 int CSG_Shape_Point::Add_Point(double x, double y, int iPart) in Add_Point() function in CSG_Shape_Point
H A Dshape.cpp124 int CSG_Shape::Add_Point(TSG_Point Point, int iPart) in Add_Point() function in CSG_Shape
H A Dshape_part.cpp252 int CSG_Shape_Part::Add_Point(double x, double y) in Add_Point() function in CSG_Shape_Part
H A Dquadtree.cpp114 bool CSG_PRQuadTree_Node::Add_Point(double x, double y, double z) in Add_Point() function in CSG_PRQuadTree_Node
297 bool CSG_PRQuadTree::Add_Point(double x, double y, double z) in Add_Point() function in CSG_PRQuadTree
310 bool CSG_PRQuadTree::Add_Point(const TSG_Point &p, double z) in Add_Point() function in CSG_PRQuadTree
H A Dshape_points.cpp213 int CSG_Shape_Points::Add_Point(double x, double y, int iPart) in Add_Point() function in CSG_Shape_Points
H A Dpointcloud.cpp1097 bool CSG_PointCloud::Add_Point(double x, double y, double z) in Add_Point() function in CSG_PointCloud
H A Dmat_tools.h1436 bool Add_Point (double x, double y, double z) { return( m_Points.Add( x, y, z) ); } in Add_Point() function
1437 bool Add_Point (const TSG_Point &p, double z) { return( m_Points.Add(p.x, p.y, z) ); } in Add_Point() function
H A Dshapes.h346 …int Add_Point (TSG_Point Point ) { return( Add_Point(Point.x, Point.y) … in Add_Point() function
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_analysis/
H A DLeastCostPathProfile.cpp206 bool CLeastCostPathProfile::Add_Point(int x, int y) in Add_Point() function in CLeastCostPathProfile
H A DLeastCostPathProfile_Points.cpp208 bool CLeastCostPathProfile_Points::Add_Point(int x, int y) in Add_Point() function in CLeastCostPathProfile_Points
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_profiles/
H A DGrid_Flow_Profile.cpp219 bool CGrid_Flow_Profile::Add_Point(int x, int y) in Add_Point() function in CGrid_Flow_Profile
H A DGrid_Profile.cpp297 bool CGrid_Profile::Add_Point(CSG_Point Point) in Add_Point() function in CGrid_Profile
H A DGrid_Profile_From_Lines.cpp327 bool CGrid_Profile_From_Lines::Add_Point(int Line_ID, bool bStart, const TSG_Point &Point) in Add_Point() function in CGrid_Profile_From_Lines
H A DGrid_Swath_Profile.cpp351 bool CGrid_Swath_Profile::Add_Point(CSG_Point Point, CSG_Point Left, CSG_Point Right, CSG_Point Ste… in Add_Point() function in CGrid_Swath_Profile
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_tools/
H A DGrid_Interpolate_Value_Along_Line.cpp324 void CGrid_Interpolate_Value_Along_Line::Add_Point(CSG_Point Point) in Add_Point() function in CGrid_Interpolate_Value_Along_Line
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_points/
H A Dpoints_thinning.cpp270 inline void CPoints_Thinning::Add_Point(double x, double y, int Count, double Mean, double Minimum,… in Add_Point() function in CPoints_Thinning
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/src/
H A Dgtkada-canvas_view-links.adb833 procedure Add_Point (New_P : Item_Point); subprogspec
837 procedure Add_Point (New_P : Item_Point) is subprogram
850 end Add_Point; argument
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_shapes/
H A Dgpx.cpp288 bool CGPX_Import::Add_Point(CSG_MetaData *pNode, CSG_Shapes *pPoints) in Add_Point() function in CGPX_Import