Line | |
---|
1 | /***************************************************************************
|
---|
2 | amclookuptable.h - description
|
---|
3 | -------------------
|
---|
4 | begin : Sun Sep 28 2003
|
---|
5 | copyright : (C) 2003 by Martin Merck
|
---|
6 | email : merck@astro.uni-wuerzburg.de
|
---|
7 | ***************************************************************************/
|
---|
8 |
|
---|
9 | /***************************************************************************
|
---|
10 | * *
|
---|
11 | * This program is free software; you can redistribute it and/or modify *
|
---|
12 | * it under the terms of the GNU General Public License as published by *
|
---|
13 | * the Free Software Foundation; either version 2 of the License, or *
|
---|
14 | * (at your option) any later version. *
|
---|
15 | * *
|
---|
16 | ***************************************************************************/
|
---|
17 |
|
---|
18 | #ifndef AMCLOOKUPTABLE_H
|
---|
19 | #define AMCLOOKUPTABLE_H
|
---|
20 |
|
---|
21 | #include <qfile.h>
|
---|
22 |
|
---|
23 | /**
|
---|
24 | *@author Martin Merck
|
---|
25 | */
|
---|
26 |
|
---|
27 | class AMCLookUpTable
|
---|
28 | {
|
---|
29 | public:
|
---|
30 |
|
---|
31 | public:
|
---|
32 | static QString findLUT( double p_dZd, double p_dAz );
|
---|
33 | /** No descriptions */
|
---|
34 | static void saveLUT( double p_dZd, double p_dAz );
|
---|
35 | /** No descriptions */
|
---|
36 | static void readLUT( const QString& p_qsFileName );
|
---|
37 |
|
---|
38 | private: // Private attributes
|
---|
39 | };
|
---|
40 |
|
---|
41 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.