Changeset 11248 for trunk/psLib/src/imageops/psImageMaskOps.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageMaskOps.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageMaskOps.h
r5256 r11248 1 /* *@file psImageMaskOps.h1 /* @file psImageMaskOps.h 2 2 * 3 * @brief Contains basic image pixel manipulation operations, as4 * specified in the PSLIB SDRS sections "Mask Operations"3 * @brief Contains basic image pixel manipulation operations, as 4 * specified in the PSLIB SDRS sections "Mask Operations" 5 5 * 6 * @ingroup Image6 * @author David Robbins, MHPCC 7 7 * 8 * @author David Robbins, MHPCC 8 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-01-23 22:47:23 $ 9 10 * 10 * @version $Revision: 1.1 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-10-10 20:12:13 $ 12 * 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 12 */ 13 15 14 #ifndef PS_IMAGE_MASK_OPS_H 16 15 #define PS_IMAGE_MASK_OPS_H 16 17 /// @addtogroup ImageOps Image Operations 18 /// @{ 17 19 18 20 #include "psImage.h" … … 20 22 #include "psStats.h" 21 23 #include "psPixels.h" 22 23 /// @addtogroup Image24 /// @{25 24 26 25 /** Sets the bits inside the region, ignoring pixels outside. … … 95 94 ); 96 95 96 /// @} 97 97 #endif // #ifndef PS_MASK_OPS_H
Note:
See TracChangeset
for help on using the changeset viewer.
