source: sans/Analysis/branches/ajj_23APR07/XOPs/SANSAnalysis/XOP/Cylinder.h @ 102

Last change on this file since 102 was 97, checked in by ajj, 16 years ago

Now committing the code correctly - having relied on XCode's SVN interface which doesn't behave (quelle surprise).

I hope this isn't too screwed up.

  • Property svn:executable set to *
File size: 888 bytes
Line 
1/*
2        CylinderFit.h -- equates for CylinderFit XOP
3*/
4
5
6/* Prototypes */
7/* IGOR Fit Functions */
8int CylinderFormX(FitParamsPtr p);
9int EllipCyl76X(FitParamsPtr p);
10int EllipCyl20X(FitParamsPtr p);
11int TriaxialEllipsoidX(FitParamsPtr p);
12int ParallelepipedX(FitParamsPtr p);
13int HollowCylinderX(FitParamsPtr p);
14int EllipsoidFormX(FitParamsPtr p);
15int Cyl_PolyRadiusX(FitParamsPtr p);
16int Cyl_PolyLengthX(FitParamsPtr p);
17int CoreShellCylinderX(FitParamsPtr p);
18int OblateFormX(FitParamsPtr p);
19int ProlateFormX(FitParamsPtr p);
20int FlexExclVolCylX(FitParamsPtr p);
21int FlexCyl_PolyLenX(FitParamsPtr p);
22int FlexCyl_PolyRadX(FitParamsPtr p);
23int FlexCyl_EllipX(FitParamsPtr p);
24int PolyCoShCylinderX(FitParamsPtr p);
25int StackedDiscsX(FitParamsPtr p);
26int LamellarFFX(FitParamsPtr p);
27int LamellarFF_HGX(FitParamsPtr p);
28int LamellarPSX(FitParamsPtr p);
29int LamellarPS_HGX(FitParamsPtr p);
Note: See TracBrowser for help on using the repository browser.