gdal.cpl.progress

Undocumented in source.

Members

Aliases

GDALProgressFunc
alias GDALProgressFunc = int function(double dfComplete, const(char)* pszMessage, void* pProgressArg) nothrow @(nogc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

GDALCreateScaledProgress
void* GDALCreateScaledProgress(double , double , GDALProgressFunc , void* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
GDALDestroyScaledProgress
void GDALDestroyScaledProgress(void* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
GDALDummyProgress
int GDALDummyProgress(double , const(char)* , void* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
GDALScaledProgress
int GDALScaledProgress(double , const(char)* , void* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
GDALTermProgress
int GDALTermProgress(double , const(char)* , void* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta