source: sans/XOP_Dev/SANSAnalysis/XOP/Cylinder.h @ 330

Last change on this file since 330 was 154, checked in by srkline, 16 years ago

Name changes for several XOPs to be consistent with the Plot* and PlotSmeared?* naming scheme.

  • no computational changes
  • Property svn:executable set to *
File size: 896 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 EllipticalCylinderX(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.