Home
last modified time | relevance | path

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

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_grid/
H A Draw.cpp267 bool bRecIsRow = Parameters("ORDER" )->asInt() == 0; in On_Execute() local
271 int nRecords = bRecIsRow ? pGrid->Get_NY() : pGrid->Get_NX(); in On_Execute()
272 int nValues = bRecIsRow ? pGrid->Get_NX() : pGrid->Get_NY(); in On_Execute()
295 int y = bRecIsRow ? iRecord : iValue; if( bRecInvert ) y = pGrid->Get_NY() - 1 - y; in On_Execute()
296 int x = bRecIsRow ? iValue : iRecord; if( bColInvert ) x = pGrid->Get_NX() - 1 - x; in On_Execute()