regionband.cxx (e6f63103) regionband.cxx (daf45454)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 1350 unchanged lines hidden (view full) ---

1359 if(pSep->mpNextSep)
1360 {
1361 if(pSep->mnXRight >= pSep->mpNextSep->mnXLeft)
1362 {
1363 return "overlapping separations in region";
1364 }
1365 }
1366
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 1350 unchanged lines hidden (view full) ---

1359 if(pSep->mpNextSep)
1360 {
1361 if(pSep->mnXRight >= pSep->mpNextSep->mnXLeft)
1362 {
1363 return "overlapping separations in region";
1364 }
1365 }
1366
1367 if ( pSep->mbRemoved > 1 )
1367 if ( pSep->mbRemoved )
1368 {
1369 return "Sep-mbRemoved overwrite";
1370 }
1371
1372 pSep = pSep->mpNextSep;
1373 }
1374
1375 pBand = pBand->mpNextBand;
1376 }
1377 }
1378
1379 return 0;
1380}
1381#endif
1382
1383//////////////////////////////////////////////////////////////////////////////
1384// eof
1368 {
1369 return "Sep-mbRemoved overwrite";
1370 }
1371
1372 pSep = pSep->mpNextSep;
1373 }
1374
1375 pBand = pBand->mpNextBand;
1376 }
1377 }
1378
1379 return 0;
1380}
1381#endif
1382
1383//////////////////////////////////////////////////////////////////////////////
1384// eof