SCM Repository
[diderot] / trunk / src / image-info / image-info.sml |
View of /trunk/src/image-info/image-info.sml
Parent Directory
|
Revision Log
Revision 106 -
(download)
(annotate)
Tue Jun 15 15:29:37 2010 UTC (11 years, 11 months ago) by jhr
File size: 417 byte(s)
Tue Jun 15 15:29:37 2010 UTC (11 years, 11 months ago) by jhr
File size: 417 byte(s)
Adding image-info directory
(* 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
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |