Home
last modified time | relevance | path

Searched refs:TSG_PFNC_Compare (Results 1 – 2 of 2) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dmat_indexing.cpp230 TSG_PFNC_Compare m_Function;
232 CSG_Index_Compare_Function(TSG_PFNC_Compare Function) : m_Function(Function) {} in CSG_Index_Compare_Function()
241 CSG_Index::CSG_Index(int nValues, TSG_PFNC_Compare fCompare) in CSG_Index()
249 bool CSG_Index::Create(int nValues, TSG_PFNC_Compare fCompare) in Create()
H A Dmat_tools.h181 typedef int (* TSG_PFNC_Compare) (const int a, const int b); typedef
213 CSG_Index (int nValues, TSG_PFNC_Compare fCompare);
214 bool Create (int nValues, TSG_PFNC_Compare fCompare);