Changeset 1374 for trunk/psLib/src/pslib.h
- Timestamp:
- Aug 3, 2004, 2:55:17 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/pslib.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/pslib.h
r1357 r1374 8 8 * @author Eric Van Alst, MHPCC 9 9 * 10 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-0 7-31 01:50:33$10 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-08-04 00:55:17 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 75 75 #include "psVector.h" 76 76 77 /// @defgroup Array Array Container 78 /// @ingroup DataContainer 77 79 #include "psArray.h" 78 80 79 81 /// @defgroup Image Image Container 80 82 /// @ingroup DataContainer 83 /// @{ 81 84 #include "psImage.h" 85 #include "psImageExtraction.h" 86 #include "psImageManip.h" 82 87 83 /// @defgroup BitSet Bit Set 88 /// @defgroup ImageIO Image File I/O Functions 89 /// @ingroup Image 90 #include "psImageIO.h" 91 92 93 /// @defgroup ImageStats Image Statistical Functions 94 /// @ingroup Image 95 #include "psImageStats.h" 96 97 /// @} 98 99 /// @defgroup BitSet Bit Set Container 84 100 /// @ingroup DataContainer 85 101 #include "psBitSet.h" 102 103 /// @} 86 104 87 105 // Data Manipulation 88 106 /// @defgroup DataManip Data Manipulation 89 107 /// @{ 108 109 /// @defgroup Compare Comparison Functions 110 /// @ingroup DataManip 111 #include "psCompare.h" 90 112 91 113 /// @defgroup Stats Statistic Functions … … 101 123 #include "psMatrixVectorArithmetic.h" 102 124 103 /// @defgroup Transform Fourier Transform 125 /// @defgroup Transform Fourier Transform Operations 104 126 /// @ingroup DataManip 105 127 #include "psFFT.h" 106 107 /// @defgroup ImageIO Image File I/O108 /// @ingroup DataManip109 #include "psImageIO.h"110 111 #include "psImageManip.h"112 #include "psImageExtraction.h"113 128 114 129 #include "psFunctions.h" … … 120 135 /// @defgroup Astronomy Astronomy Functions 121 136 /// @{ 137 138 /// @defgroup AstroImage Astronomical Imagery 139 /// @ingroup Astronomy 140 #include "psCCD.h" 141 142 /// @defgroup CoordinateTransform Coordinate Functions 143 /// @ingroup Astronomy 144 #include "psCoord.h" 145 #include "psCoord2.h" 146 147 /// @defgroup Photometry Photometry 148 /// @ingroup Astronomy 149 #include "psPhotometry.h" 122 150 123 151 /// @defgroup Time Time Functions
Note:
See TracChangeset
for help on using the changeset viewer.
