Home
last modified time | relevance | path

Searched refs:Get_Order (Results 1 – 3 of 3) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_channels/
H A DD8_Flow_Analysis.h106 void Get_Order (void);
107 int Get_Order (int x, int y);
H A DD8_Flow_Analysis.cpp175 Get_Order(); in On_Execute()
241 void CD8_Flow_Analysis::Get_Order(void) in Get_Order() function in CD8_Flow_Analysis
254 Get_Order(x, y); in Get_Order()
261 int CD8_Flow_Analysis::Get_Order(int x, int y) in Get_Order() function in CD8_Flow_Analysis
273 int iOrder = Get_Order(ix, iy); in Get_Order()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dmat_tools.h2068 int Get_Order (void) const { return( m_Order ); } in Get_Order() function