Sha256: b880c864fba73a363ea0fa91c8229aface89548d95101281156c7dac6b30b34d
Contents?: true
Size: 367 Bytes
Versions: 14
Compression:
Stored size: 367 Bytes
Contents
# frozen_string_literal: true module GDAL module GridAlgorithms class MovingAverage # @return [FFI::GDAL::GridMovingAverageOptions] attr_reader :options def initialize @options = FFI::GDAL::GridMovingAverageOptions.new end # @return [Symbol] def c_identifier :GGA_MovingAverage end end end end
Version data entries
14 entries across 14 versions & 1 rubygems