source:
sasview/src/sas/sascalc/simulation/analmodelpy/libanalmodelpy/sas_model.h
@
2ab812d
Last change on this file since 2ab812d was d85c194, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 9 years ago | |
---|---|
|
|
File size: 197 bytes |
Rev | Line | |
---|---|---|
[b9a5f0e] | 1 | /** \file sas_model.h class SASModel virtual base class */ |
2 | ||
3 | #ifndef SASMODEL_H | |
4 | #define SASMODEL_H | |
5 | ||
6 | #include "iq.h" | |
7 | ||
8 | class SASModel{ | |
9 | public: | |
10 | ||
11 | virtual void CalculateIQ(IQ *iq) = 0; | |
12 | ||
13 | }; | |
14 | ||
15 | #endif |
Note: See TracBrowser
for help on using the repository browser.