Changeset 1407 for trunk/psLib/src/pslib.h
- Timestamp:
- Aug 6, 2004, 2:06:06 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/pslib.h (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/pslib.h
r1392 r1407 1 1 2 /** @file pslib.h 2 3 * … … 8 9 * @author Eric Van Alst, MHPCC 9 10 * 10 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-08-0 5 17:52:05$11 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-08-07 00:06:06 $ 12 13 * 13 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 15 16 16 17 #ifndef PS_LIB_H 17 # define PS_LIB_H18 # define PS_LIB_H 18 19 19 20 /******************************************************************************/ 21 20 22 /* INCLUDE FILES */ 23 21 24 /******************************************************************************/ 22 25 … … 35 38 */ 36 39 37 # include "fitsio.h"40 # include "fitsio.h" 38 41 39 # include "psMemory.h"42 # include "psMemory.h" 40 43 41 44 /// @defgroup LogTrace Tracing and Logging 42 45 /// @ingroup SysUtils 43 # include "psLogMsg.h"44 # include "psTrace.h"46 # include "psLogMsg.h" 47 # include "psTrace.h" 45 48 46 49 /// @defgroup ErrorHandling Error Handling 47 50 /// @ingroup SysUtils 48 # include "psAbort.h"49 # include "psError.h"51 # include "psAbort.h" 52 # include "psError.h" 50 53 51 # include "psString.h"54 # include "psString.h" 52 55 53 56 /// @} … … 57 60 /// @{ 58 61 59 # include "psType.h"62 # include "psType.h" 60 63 61 64 /// @defgroup LinkedList Linked List 62 65 /// @ingroup DataContainer 63 # include "psList.h"66 # include "psList.h" 64 67 65 68 /// @defgroup HashTable Hash Table 66 69 /// @ingroup DataContainer 67 # include "psHash.h"70 # include "psHash.h" 68 71 69 72 /// @defgroup Scalar Scalar 70 73 /// @ingroup DataContainer 71 # include "psScalar.h"74 # include "psScalar.h" 72 75 73 76 /// @defgroup Vector Vector Container 74 77 /// @ingroup DataContainer 75 # include "psVector.h"78 # include "psVector.h" 76 79 77 80 /// @defgroup Array Array Container 78 81 /// @ingroup DataContainer 79 # include "psArray.h"82 # include "psArray.h" 80 83 81 84 /// @defgroup Image Image Container 82 85 /// @ingroup DataContainer 83 86 /// @{ 84 # include "psImage.h"85 # include "psImageExtraction.h"86 # include "psImageManip.h"87 # include "psImage.h" 88 # include "psImageExtraction.h" 89 # include "psImageManip.h" 87 90 88 91 /// @defgroup ImageIO Image File I/O Functions 89 92 /// @ingroup Image 90 #include "psImageIO.h" 91 93 # include "psImageIO.h" 92 94 93 95 /// @defgroup ImageStats Image Statistical Functions 94 96 /// @ingroup Image 95 # include "psImageStats.h"97 # include "psImageStats.h" 96 98 97 99 /// @} … … 99 101 /// @defgroup BitSet Bit Set Container 100 102 /// @ingroup DataContainer 101 # include "psBitSet.h"103 # include "psBitSet.h" 102 104 103 105 /// @} … … 109 111 /// @defgroup Compare Comparison Functions 110 112 /// @ingroup DataManip 111 # include "psCompare.h"113 # include "psCompare.h" 112 114 113 115 /// @defgroup Stats Statistic Functions 114 116 /// @ingroup DataManip 115 # include "psStats.h"117 # include "psStats.h" 116 118 117 119 /// @defgroup Matrix Matrix Operations 118 120 /// @ingroup DataManip 119 # include "psMatrix.h"121 # include "psMatrix.h" 120 122 121 123 /// @defgroup MatrixVectorArithmetic Matrix Vector Arithmetic Operations 122 124 /// @ingroup DataManip 123 # include "psMatrixVectorArithmetic.h"125 # include "psMatrixVectorArithmetic.h" 124 126 125 127 /// @defgroup Transform Fourier Transform Operations 126 128 /// @ingroup DataManip 127 # include "psFFT.h"129 # include "psFFT.h" 128 130 129 # include "psFunctions.h"130 # include "psMinimize.h"131 # include "psFunctions.h" 132 # include "psMinimize.h" 131 133 132 134 /// @} … … 138 140 /// @defgroup CoordinateTransform Coordinate Functions 139 141 /// @ingroup Astronomy 140 # include "psCoord.h"142 # include "psCoord.h" 141 143 142 144 /// @defgroup Photometry Photometry 143 145 /// @ingroup Astronomy 144 # include "psPhotometry.h"146 # include "psPhotometry.h" 145 147 146 148 /// @defgroup Time Time Functions 147 149 /// @ingroup Astronomy 148 # include "psTime.h"150 # include "psTime.h" 149 151 150 152 /// @defgroup Metadata Metadata Functions 151 153 /// @ingroup Astronomy 152 # include "psMetadata.h"154 # include "psMetadata.h" 153 155 154 156 /// @} 155 157 156 158 #endif 157
Note:
See TracChangeset
for help on using the changeset viewer.
