Home
last modified time | relevance | path

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

/dports/graphics/py-gdal/gdal-3.3.3/apps/
H A Dgdal_translate_lib.cpp179 int nExponentRepeat; member
474 CPLMalloc(sizeof(double) * psOptions->nExponentRepeat)); in GDALTranslateOptionsClone()
476 sizeof(double) * psOptions->nExponentRepeat); in GDALTranslateOptionsClone()
867 if( psOptions->nExponentRepeat > psOptions->nBandCount ) in GDALTranslate()
2036 psOptions->nExponentRepeat == 0 && in GDALTranslate()
2350 psOptions->nExponentRepeat = 0; in GDALTranslateOptionsNew()
2680 nIndex = psOptions->nExponentRepeat; in GDALTranslateOptionsNew()
2683 if( nIndex >= psOptions->nExponentRepeat ) in GDALTranslateOptionsNew()
2688 if( nIndex > psOptions->nExponentRepeat ) in GDALTranslateOptionsNew()
2690 sizeof(double) * (nIndex - psOptions->nExponentRepeat)); in GDALTranslateOptionsNew()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/apps/
H A Dgdal_translate_lib.cpp179 int nExponentRepeat; member
474 CPLMalloc(sizeof(double) * psOptions->nExponentRepeat)); in GDALTranslateOptionsClone()
476 sizeof(double) * psOptions->nExponentRepeat); in GDALTranslateOptionsClone()
867 if( psOptions->nExponentRepeat > psOptions->nBandCount ) in GDALTranslate()
2036 psOptions->nExponentRepeat == 0 && in GDALTranslate()
2350 psOptions->nExponentRepeat = 0; in GDALTranslateOptionsNew()
2680 nIndex = psOptions->nExponentRepeat; in GDALTranslateOptionsNew()
2683 if( nIndex >= psOptions->nExponentRepeat ) in GDALTranslateOptionsNew()
2688 if( nIndex > psOptions->nExponentRepeat ) in GDALTranslateOptionsNew()
2690 sizeof(double) * (nIndex - psOptions->nExponentRepeat)); in GDALTranslateOptionsNew()
[all …]
/dports/graphics/gdal/gdal-3.3.3/apps/
H A Dgdal_translate_lib.cpp179 int nExponentRepeat; member
474 CPLMalloc(sizeof(double) * psOptions->nExponentRepeat)); in GDALTranslateOptionsClone()
476 sizeof(double) * psOptions->nExponentRepeat); in GDALTranslateOptionsClone()
867 if( psOptions->nExponentRepeat > psOptions->nBandCount ) in GDALTranslate()
2036 psOptions->nExponentRepeat == 0 && in GDALTranslate()
2350 psOptions->nExponentRepeat = 0; in GDALTranslateOptionsNew()
2680 nIndex = psOptions->nExponentRepeat; in GDALTranslateOptionsNew()
2683 if( nIndex >= psOptions->nExponentRepeat ) in GDALTranslateOptionsNew()
2688 if( nIndex > psOptions->nExponentRepeat ) in GDALTranslateOptionsNew()
2690 sizeof(double) * (nIndex - psOptions->nExponentRepeat)); in GDALTranslateOptionsNew()
[all …]