Changeset 19023
- Timestamp:
- Aug 11, 2008, 5:32:56 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageConvolve.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageConvolve.h
r17726 r19023 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.3 3$ $Name: not supported by cvs2svn $8 * @date $Date: 2008-0 5-17 01:38:20$7 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-08-12 03:32:56 $ 9 9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 10 10 */ … … 201 201 ); 202 202 203 /// Control threading for image convolution functions 204 void psImageConvolveSetThreads(bool threaded ///< Run image convolution threaded? 205 ); 206 207 /// Return whether image convolution functions are threaded 208 bool psImageConvolveGetThreads(void); 209 203 210 /// @} 204 211 #endif // #ifndef PS_IMAGE_CONVOLVE_H
Note:
See TracChangeset
for help on using the changeset viewer.
