Changeset 6504 for trunk/psLib/src/pslib_strict.h
- Timestamp:
- Feb 28, 2006, 10:03:22 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/pslib_strict.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/pslib_strict.h
r6306 r6504 9 9 * @author Eric Van Alst, MHPCC 10 10 * 11 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-02- 02 21:11:13$11 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-02-28 20:03:22 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 26 26 #endif // #else 27 27 28 /// @defgroup astro Astrometry Functions29 /// @{30 28 #include "psTime.h" 31 29 #include "psCoord.h" 32 30 #include "psSphereOps.h" 33 31 #include "psEarthOrientation.h" 34 /// @}35 32 36 /// @defgroup db Database Functions37 /// @{38 33 #include "psDB.h" 39 /// @}40 34 41 /// @defgroup fft Fourier Functions42 /// @{43 35 #include "psVectorFFT.h" 44 36 #include "psImageFFT.h" 45 /// @}46 37 47 /// @defgroup fits FITS I/O Functions48 /// @{49 38 #include "psFits.h" 50 39 #include "psFitsHeader.h" 51 40 #include "psFitsImage.h" 52 41 #include "psFitsTable.h" 53 /// @}54 42 55 /// @defgroup xml XML Functions56 /// @{57 43 #include "psXML.h" 58 /// @}59 60 /// @defgroup imageops Image Operations61 /// @{62 44 #include "psImageConvolve.h" 63 45 #include "psImageGeomManip.h" … … 67 49 #include "psImageStructManip.h" 68 50 #include "psImageMaskOps.h" 69 /// @}70 51 71 /// @defgroup math Math Functions72 /// @{73 52 #include "psBinaryOp.h" 74 53 #include "psCompare.h" … … 84 63 #include "psUnaryOp.h" 85 64 #include "psMathUtils.h" 86 /// @}87 88 /// @defgroup mathtypes Mathematical Data Objects89 /// @{90 65 #include "psImage.h" 91 66 #include "psScalar.h" 92 67 #include "psVector.h" 93 /// @}94 95 /// @defgroup sys System-Level Functions96 /// @{97 68 #include "psAbort.h" 98 69 #include "psConfigure.h" … … 104 75 #include "psTrace.h" 105 76 #include "psType.h" 106 /// @}107 108 /// @defgroup types Basic Data Types109 /// @{110 77 #include "psArray.h" 111 78 #include "psBitSet.h" … … 117 84 #include "psPixels.h" 118 85 #include "psArguments.h" 119 /// @}120 86 121 87 #endif // #ifndef PS_LIB_STRICT_H
Note:
See TracChangeset
for help on using the changeset viewer.
