IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 24, 2009, 10:52:26 AM (17 years ago)
Author:
eugene
Message:

allow separate fitSets for separate threads

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceFitSet.h

    r15562 r21163  
    33 * @author EAM, IfA; GLG, MHPCC
    44 *
    5  * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    6  * @date $Date: 2007-11-10 01:09:20 $
     5 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     6 * @date $Date: 2009-01-24 20:52:26 $
    77 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    88 */
     
    1919    psArray *derivSet;
    2020    int nParamSet;
     21    pthread_t thread;
    2122} pmSourceFitSetData;
     23
     24// use this function to init the fit sets based on the number of threads
     25bool pmSourceFitSetInit (int nThreads);
     26void pmSourceFitSetDone ();
    2227
    2328// initialize data for a group of object models
    2429pmSourceFitSetData *pmSourceFitSetDataAlloc (psArray *modelSet);
    2530bool psMemCheckSourceFitSetData(psPtr ptr);
     31
     32// functions for selecting the FitSet corresponding to the current thread
     33pmSourceFitSetData *pmSourceFitSetDataSet (psArray *modelSet);
     34pmSourceFitSetData *pmSourceFitSetDataGet ();
     35void pmSourceFitSetDataClear ();
    2636
    2737// function used to set limits for a group of models
Note: See TracChangeset for help on using the changeset viewer.