Changeset 12998 for trunk/psLib/src/imageops/psImageStructManip.h
- Timestamp:
- Apr 24, 2007, 12:27:17 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageStructManip.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageStructManip.h
r12431 r12998 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-0 3-14 00:39:50$7 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-04-24 22:27:17 $ 9 9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 10 10 */ … … 18 18 #include "psImage.h" 19 19 #include "psRegion.h" 20 #include "psRegionForImage.h" 20 21 21 22 /** Create a subimage of the specified area. … … 38 39 psRegion region ///< region of subimage 39 40 ); 41 42 /** Makes a copy of the image view on the parent: 43 * if this is a child, returns a child pointing at the same pixels 44 * if this is a parent, returns a child pointing at the full array 45 */ 46 psImage* psImageCopyView(psImage *output, psImage *input); 40 47 41 48 /** Makes a copy of a psImage
Note:
See TracChangeset
for help on using the changeset viewer.
