IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 1, 2009, 7:13:00 PM (18 years ago)
Author:
eugene
Message:

convert mask references to abstract psImageMaskType and psVectorMaskType as needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081230/psModules/src/config/pmConfigMask.h

    r21072 r21079  
    44 *  @author Paul Price, IfA
    55 *
    6  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2008-07-17 20:37:20 $
     6 *  @version $Revision: 1.4.30.1 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2009-01-02 05:13:00 $
    88 *  Copyright 2007 Institute for Astronomy, University of Hawaii
    99 */
     
    2323///
    2424/// The mask values are derived from the MASKS recipe
    25 psMaskType pmConfigMaskGet(const char *masks, ///< List of symbolic names, space/comma delimited
     25psImageMaskType pmConfigMaskGet(const char *masks, ///< List of symbolic names, space/comma delimited
    2626                           const pmConfig *config ///< Configuration
    2727    );
    2828
    29 bool pmConfigMaskSet(const pmConfig *config, const char *maskName, psMaskType maskValue);
     29bool pmConfigMaskSet(const pmConfig *config, const char *maskName, psImageMaskType maskValue);
    3030
    3131// replace the named masks in the recipe with values in the header:
     
    3636bool pmConfigMaskWriteHeader(const pmConfig *config, psMetadata *header);
    3737
    38 bool pmConfigMaskSetBits(psMaskType *outMaskValue, psMaskType *outMarkValue, const pmConfig *config);
     38bool pmConfigMaskSetBits(psImageMaskType *outMaskValue, psImageMaskType *outMarkValue, const pmConfig *config);
    3939
    4040#endif
Note: See TracChangeset for help on using the changeset viewer.