Module: FFI::CPL::Progress

Extended by:
Library
Defined in:
lib/ffi/cpl/progress.rb

Constant Summary collapse

ScaledProgress =
attach_function :GDALScaledProgress,
%i[double string pointer],
:int
TermProgress =
attach_function :GDALTermProgress,
%i[double string pointer],
:int

Method Summary

Methods included from Library

attach_function, old_attach_function, unsupported_gdal_functions