(* image-info.sml * * COPYRIGHT (c) 2010 The Diderot Project (http://diderot.cs.uchicago.edu) * All rights reserved. * * Information about a NRRD file *) structure ImageInfo : sig val getInfo : string -> { dim : int, (* dimension of space *) ty : RawTypes.ty, (* types of scalar samples *) origin : FloatLit.float list, (* center of first sample *) ?? } end = struct end
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: origin : FloatLit.float list, (* center of first sample *) ?? } end = struct end