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
34 35 36 37 38 39 |
# File 'lib/vips/interpolate.rb', line 34 def self.included base base.class_eval do layout :parent, Vips::Object::Struct # rest opaque end end |