Changeset 4898 for trunk/psLib/src/imageops/psImageConvolve.h
- Timestamp:
- Aug 29, 2005, 3:14:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageConvolve.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageConvolve.h
r4815 r4898 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-08- 18 21:44:40$9 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-08-30 01:14:13 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 77 77 ); 78 78 79 /** Checks the type of a particular pointer. 80 * 81 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 82 * 83 * @return bool: True if the pointer matches a psKernel structure, false otherwise. 84 */ 85 bool psMemCheckKernel( 86 psPtr ptr ///< the pointer whose type to check 87 ); 88 89 79 90 /** Generates a kernel given a list of shift values 80 91 *
Note:
See TracChangeset
for help on using the changeset viewer.
