Module: Vips::Interpolate::InterpolateLayout

Included in:
ManagedStruct, Struct
Defined in:
lib/vips/interpolate.rb

Overview

the layout of the VipsInterpolate struct

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



36
37
38
39
40
41
# File 'lib/vips/interpolate.rb', line 36

def self.included base
    base.class_eval do
        layout :parent, Vips::Object::Struct
        # rest opaque
    end
end