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.
|
-
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 */ |
---|
8 | int CylinderFormX(FitParamsPtr p); |
---|
9 | int EllipCyl76X(FitParamsPtr p); |
---|
10 | int EllipticalCylinderX(FitParamsPtr p); |
---|
11 | int TriaxialEllipsoidX(FitParamsPtr p); |
---|
12 | int ParallelepipedX(FitParamsPtr p); |
---|
13 | int HollowCylinderX(FitParamsPtr p); |
---|
14 | int EllipsoidFormX(FitParamsPtr p); |
---|
15 | int Cyl_PolyRadiusX(FitParamsPtr p); |
---|
16 | int Cyl_PolyLengthX(FitParamsPtr p); |
---|
17 | int CoreShellCylinderX(FitParamsPtr p); |
---|
18 | int OblateFormX(FitParamsPtr p); |
---|
19 | int ProlateFormX(FitParamsPtr p); |
---|
20 | int FlexExclVolCylX(FitParamsPtr p); |
---|
21 | int FlexCyl_PolyLenX(FitParamsPtr p); |
---|
22 | int FlexCyl_PolyRadX(FitParamsPtr p); |
---|
23 | int FlexCyl_EllipX(FitParamsPtr p); |
---|
24 | int PolyCoShCylinderX(FitParamsPtr p); |
---|
25 | int StackedDiscsX(FitParamsPtr p); |
---|
26 | int LamellarFFX(FitParamsPtr p); |
---|
27 | int LamellarFF_HGX(FitParamsPtr p); |
---|
28 | int LamellarPSX(FitParamsPtr p); |
---|
29 | int LamellarPS_HGX(FitParamsPtr p); |
---|
Note: See
TracBrowser
for help on using the repository browser.