package oxbow

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Params.TilingSource

Sourcetype t = {
  1. mutable scheme : Oxbow_core.Scheme.t;
  2. mutable mfact : float;
  3. mutable nmaster : int;
  4. mutable dir : Oxbow_core.Direction.Spatial.t;
}