Changeset 6294 for trunk/psLib/src/imageops/psImagePixelExtract.h
- Timestamp:
- Feb 1, 2006, 6:41:45 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImagePixelExtract.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImagePixelExtract.h
r5213 r6294 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $11 * @date $Date: 200 5-09-30 23:09:13$10 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-02-02 04:41:42 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 20 20 #include "psVector.h" 21 21 #include "psStats.h" 22 #include "psPixels.h" 22 23 23 24 /// @addtogroup Image … … 80 81 psVector* psImageSlice( 81 82 psVector* out, ///< psVector to recycle, or NULL. 82 ps Vector* coords,83 psPixels* coords, 83 84 ///< If not NULL, it is populated with the coordinate in the slice dimension 84 85 ///< coorsponding to the output vector's value of the same position in the
Note:
See TracChangeset
for help on using the changeset viewer.
