Class: FFI::GDAL::WarpOptions

Inherits:
Struct
  • Object
show all
Defined in:
lib/ffi/gdal/warp_options.rb

Instance Method Summary collapse

Constructor Details

#initializeWarpOptions

Returns a new instance of WarpOptions.



44
45
46
47
# File 'lib/ffi/gdal/warp_options.rb', line 44

def initialize
  super
  self[:progress] = proc { true } if self[:progress].null?
end