Fit.config
Copyright © 1985 by Xerox Corporation. All rights reserved.
M. Plass March 22, 1983 4:59 pm
Maureen Stone November 28, 1984 10:46:55 am PST
Doug Wyatt, September 5, 1985 2:46:23 pm PDT
Bier, July 21, 1987 3:20:09 pm PDT
Maureen Stone, October 2, 1987 5:17:10 pm PDT
Fit: CONFIGURATION
IMPORTS Complex, Cubic2, -- Imager, ImagerPath, IO, -- LSPiece, Real, RealFns, CedarProcess
EXPORTS ALL
CONTROL DynFitImpl, FiltersImpl, PotentialKnotsImpl, FitStateImpl, FitStateUtilsImpl, OutlineImpl -- , FitIOImpl --
= BEGIN
SampledCurvesImpl;
DynFitImpl; --nodes and filtering
FiltersImpl;
PotentialKnotsImpl;
FitStateImpl; --Fit's data structures
FitStateUtilsImpl;
OutlineImpl; --outlines pixel files
FitIOImpl; --Fit's IO
CenterlineImpl;
END.