IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 23, 2007, 8:04:18 AM (19 years ago)
Author:
magnier
Message:

converting to source->maskObj and source->maskView

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_02_branch/psModules/src/objects/pmSource.h

    r12956 r12958  
    33 * @author EAM, IfA; GLG, MHPCC
    44 *
    5  * @version $Revision: 1.10.6.2 $ $Name: not supported by cvs2svn $
    6  * @date $Date: 2007-04-23 03:26:23 $
     5 * @version $Revision: 1.10.6.3 $ $Name: not supported by cvs2svn $
     6 * @date $Date: 2007-04-23 18:04:18 $
    77 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    88 */
     
    210210);
    211211
    212 
    213 // select the model used for this source
    214 pmModel *pmSourceSelectModel (pmSource *source);
     212pmModel *pmSourceGetModel (bool *isPSF, const pmSource *source);
     213
     214bool pmSourceAdd (pmSource *source, pmModelOpMode mode);
     215bool pmSourceSub (pmSource *source, pmModelOpMode mode);
     216
     217bool pmSourceOp (pmSource *source, pmModelOpMode mode, bool add);
     218bool pmSourceCacheModel (pmSource *source);
    215219
    216220/// @}
Note: See TracChangeset for help on using the changeset viewer.