Home
last modified time | relevance | path

Searched refs:bRecInvert (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.cpp268 bool bRecInvert = Parameters("TOPDOWN" )->asBool() == false; in On_Execute() local
295 int y = bRecIsRow ? iRecord : iValue; if( bRecInvert ) y = pGrid->Get_NY() - 1 - y; in On_Execute()