Sha256: 63b79190c384334f98bf4d7a0912fccbe00ff4c8d72ab40a3d96785e6a1f9a41
Contents?: true
Size: 494 Bytes
Versions: 9
Compression:
Stored size: 494 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
9 entries across 9 versions & 1 rubygems