Sha256: 40625ed4c018695f4782c94151e70721aaedcdaf1c164da3416653ad994c4bdb

Contents?: true

Size: 539 Bytes

Versions: 2

Compression:

Stored size: 539 Bytes

Contents

# frozen_string_literal: true

require "ffi"

module FFI
  module GDAL
    class GridInverseDistanceToAPowerOptions < FFI::Struct
      layout :power, :double,
             :smoothing, :double,
             :anisotropy_ratio, :double,
             :anisotropy_angle, :double,
             :radius1, :double,
             :radius2, :double,
             :angle, :double,
             :max_points, CPL::Port.find_type(:GUInt32),
             :min_points, CPL::Port.find_type(:GUInt32),
             :no_data_value, :double
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ffi-gdal-1.0.4 lib/ffi/gdal/grid_inverse_distance_to_a_power_options.rb
ffi-gdal-1.0.3 lib/ffi/gdal/grid_inverse_distance_to_a_power_options.rb