ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change
on this file since 8e91f01 was
fca6936,
checked in by Mathieu Doucet <doucetm@…>, 16 years ago
|
First cut at better polydisp and averaging implementation for sans models.
|
-
Property mode set to
100644
|
File size:
862 bytes
|
Line | |
---|
1 | /** |
---|
2 | This software was developed by the University of Tennessee as part of the |
---|
3 | Distributed Data Analysis of Neutron Scattering Experiments (DANSE) |
---|
4 | project funded by the US National Science Foundation. |
---|
5 | |
---|
6 | If you use DANSE applications to do scientific research that leads to |
---|
7 | publication, we ask that you acknowledge the use of the software with the |
---|
8 | following sentence: |
---|
9 | |
---|
10 | "This work benefited from DANSE software developed under NSF award DMR-0520547." |
---|
11 | |
---|
12 | copyright 2008, University of Tennessee |
---|
13 | */ |
---|
14 | #ifndef DISP_VISIT_H |
---|
15 | #define DISP_VISIT_H |
---|
16 | |
---|
17 | class DispersionVisitor { |
---|
18 | public: |
---|
19 | void dispersion_to_dict(void *, void *); |
---|
20 | void gaussian_to_dict(void *, void *); |
---|
21 | void array_to_dict(void *, void *); |
---|
22 | |
---|
23 | void dispersion_from_dict(void*, void *); |
---|
24 | void gaussian_from_dict(void*, void *); |
---|
25 | void array_from_dict(void*, void *); |
---|
26 | |
---|
27 | }; |
---|
28 | |
---|
29 | |
---|
30 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.