IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19023


Ignore:
Timestamp:
Aug 11, 2008, 5:32:56 PM (18 years ago)
Author:
Paul Price
Message:

Added functions to control threading for image convolution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageConvolve.h

    r17726 r19023  
    55 * @author Robert DeSonia, MHPCC
    66 *
    7  * @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2008-05-17 01:38:20 $
     7 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-08-12 03:32:56 $
    99 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1010 */
     
    201201);
    202202
     203/// Control threading for image convolution functions
     204void psImageConvolveSetThreads(bool threaded ///< Run image convolution threaded?
     205    );
     206
     207/// Return whether image convolution functions are threaded
     208bool psImageConvolveGetThreads(void);
     209
    203210/// @}
    204211#endif // #ifndef PS_IMAGE_CONVOLVE_H
Note: See TracChangeset for help on using the changeset viewer.