Home
last modified time | relevance | path

Searched refs:Get_Polygons (Results 1 – 5 of 5) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_segmentation/
H A Dslic.h100 bool Get_Polygons (CSG_Grid &Segments);
H A Dslic.cpp226 bool bResult = Get_Polygons(Segments); in On_Execute()
279 bool CSLIC::Get_Polygons(CSG_Grid &Segments) in Get_Polygons() function in CSLIC
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_grid/
H A DGrid_To_Contour.h122 bool Get_Polygons (CSG_Shape_Line *pContour_Lo, CSG_Shape_Line *pContour_Hi);
H A DGrid_To_Contour.cpp295 Get_Polygons(NULL, (CSG_Shape_Line *)m_pContours->Get_Shape(0)); in On_Execute()
299Get_Polygons((CSG_Shape_Line *)m_pContours->Get_Shape(i - 1), (CSG_Shape_Line *)m_pContours->Get_S… in On_Execute()
304 Get_Polygons((CSG_Shape_Line *)m_pContours->Get_Shape(m_pContours->Get_Count() - 1), NULL); in On_Execute()
566 bool CGrid_To_Contour::Get_Polygons(CSG_Shape_Line *pContour_Lo, CSG_Shape_Line *pContour_Hi) in Get_Polygons() function in CGrid_To_Contour
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_analysis/
H A DSoil_Texture.cpp161 bool Get_Polygons (CSG_Shapes *pPolygons, int Axes, bool bIsosceles) const in Get_Polygons() function in CSoil_Texture_Classifier
598 …if( Classifier.Get_Polygons(Parameters("POLYGONS")->asShapes(), Parameters("XY_AXES")->asInt(), Pa… in On_Execute()
867 …if( Classifier.Get_Polygons(Parameters("POLYGONS")->asShapes(), Parameters("XY_AXES")->asInt(), Pa… in On_Execute()