Home
last modified time | relevance | path

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

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dgrids.h184 sLong Get_NCells (void) const { return( Get_System().Get_NCells() * Get_NZ() ); } in Get_NCells() function
H A Dgrid.h236 sLong Get_NCells (void) const { return( m_NCells ); } in Get_NCells() function
533 sLong Get_NCells (void) const { return( m_System.Get_NCells() ); } in Get_NCells() function
H A Dtool.h388 sLong Get_NCells (void) const { return( Get_System().Get_NCells () ); } in Get_NCells() function