module Vips::Operation::OperationLayout

the layout of the VipsOperation struct

Public Class Methods

included(base) click to toggle source
# File lib/vips/operation.rb, line 159
def self.included base
  base.class_eval do
    layout :parent, Object::Struct
    # rest opaque
  end
end