IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 25, 2008, 2:43:12 PM (17 years ago)
Author:
Paul Price
Message:

Return old threading status so it can be restored.

File:
1 edited

Legend:

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

    r20462 r20830  
    55 * @author Robert DeSonia, MHPCC
    66 *
    7  * @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2008-10-29 20:43:18 $
     7 * @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-11-26 00:43:12 $
    99 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1010 */
     
    209209
    210210psImage *psImageSmoothMask_Threaded(psImage *output,
    211                                     const psImage *image,
    212                                     const psImage *mask,
    213                                     psMaskType maskVal,
    214                                     float sigma,
    215                                     float numSigma,
    216                                     float minGauss);
     211                                    const psImage *image,
     212                                    const psImage *mask,
     213                                    psMaskType maskVal,
     214                                    float sigma,
     215                                    float numSigma,
     216                                    float minGauss);
    217217
    218218bool psImageSmoothMaskF32(
     
    225225
    226226/// Control threading for image convolution functions
    227 void psImageConvolveSetThreads(bool threaded ///< Run image convolution threaded?
     227///
     228/// Returns old threading status
     229bool psImageConvolveSetThreads(bool threaded ///< Run image convolution threaded?
    228230    );
    229231
Note: See TracChangeset for help on using the changeset viewer.