Changeset 11248 for trunk/psLib/src/imageops/psImagePixelExtract.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImagePixelExtract.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImagePixelExtract.h
r6294 r11248 1 /** @file psImagePixelExtract.h 2 * 3 * @brief Contains basic image extraction operations, as specified in the 4 * PSLIB SDRS sections "Image Pixel Extractions". 5 * 6 * @ingroup Image 7 * 8 * @author Robert DeSonia, MHPCC 9 * 10 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-02-02 04:41:42 $ 12 * 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 */ 1 /* @file psImagePixelExtract.h 2 * 3 * @brief Basic image extraction operations 4 * 5 * @author Robert DeSonia, MHPCC 6 * 7 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-23 22:47:23 $ 9 * 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 11 */ 15 12 16 13 #ifndef PSIMAGE_PIXEL_EXTRACT_H 17 14 #define PSIMAGE_PIXEL_EXTRACT_H 15 16 /// @addtogroup ImageOps Image Operations 17 /// @{ 18 18 19 19 #include "psImage.h" … … 21 21 #include "psStats.h" 22 22 #include "psPixels.h" 23 24 /// @addtogroup Image25 /// @{26 23 27 24 /* Cut direction flag. Used with psImageCut function. … … 146 143 147 144 /// @} 148 149 145 #endif // #ifndef PSIMAGE_PIXEL_EXTRACT_H
Note:
See TracChangeset
for help on using the changeset viewer.
