SCM Repository
View of /trunk/src/compiler/IL/image-info.sml
Parent Directory
|
Revision Log
Revision 132 -
(download)
(annotate)
Fri Jul 2 21:30:59 2010 UTC (11 years, 10 months ago) by jhr
File size: 440 byte(s)
Fri Jul 2 21:30:59 2010 UTC (11 years, 10 months ago) by jhr
File size: 440 byte(s)
merge image-info directory into the IL 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 type info = { dim : int, (* dimension of space *) ty : RawTypes.ty, (* types of scalar samples *) origin : FloatLit.float list, (* center of first sample *) ?? } val getInfo : string -> info end = struct end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |