Home
last modified time | relevance | path

Searched defs:Get_Record (Results 1 – 3 of 3) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dview_table_data.h113 CSG_Table_Record * Get_Record (int iRecord) in Get_Record() function
121 CSG_Table_Record * Get_Record (int iRecord, int iField) in Get_Record() function
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dtable.h306 …virtual CSG_Table_Record * Get_Record (int Index) const { return( Index >= 0 && Index < m_nR… in Get_Record() function
307 …virtual CSG_Table_Record * Get_Record (size_t Index) const { return( (int)Index < m_nR… in Get_Record() function
308 …virtual CSG_Table_Record * Get_Record (sLong Index) const { return( Index >= 0 && Index < m_nR… in Get_Record() function
H A Dpointcloud.cpp1390 CSG_Table_Record * CSG_PointCloud::Get_Record(int iRecord) const in Get_Record() function in CSG_PointCloud