Home
last modified time | relevance | path

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

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dshapes.h238 virtual int Get_Point_Count (void) { return( 1 ); } in Get_Point_Count() function
239 virtual int Get_Point_Count (int iPart) { return( 1 ); } in Get_Point_Count() function
428 virtual int Get_Point_Count (void) { _Update_Extent(); return( m_nPoints ); } in Get_Point_Count() function
429 …virtual int Get_Point_Count (int iPart) { return( iPart >= 0 && iPart < m_nParts ? m_pParts[i… in Get_Point_Count() function
1031 int Get_Point_Count (void) const { return( m_nPoints ); } in Get_Point_Count() function
1136 int Get_Point_Count (void) const { return( m_Points.Get_NRows() ); } in Get_Point_Count() function
H A Dpointcloud.h157 int Get_Point_Count (void) const { return( m_nRecords ); } in Get_Point_Count() function
H A Dmat_tools.h1432 int Get_Point_Count (void) { return( m_Points.Get_Count() ); } in Get_Point_Count() function