IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2010, 3:14:03 PM (16 years ago)
Author:
Paul Price
Message:

Threading psImageCovarianceCalculate and psImageCovarianceBin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psLib/src/imageops/psImageCovariance.h

    r26704 r26794  
    9090    );
    9191
     92/// Control threading for image covariance functions
     93///
     94/// Returns old threading status
     95bool psImageCovarianceSetThreads(bool threaded ///< Run image covariance functions threaded?
     96    );
     97
     98/// Return whether image covariance functions are threaded
     99bool psImageCovarianceGetThreads(void);
    92100
    93101/// @}
Note: See TracChangeset for help on using the changeset viewer.