IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 25, 2005, 1:18:35 PM (21 years ago)
Author:
gusciora
Message:

Added code for the pmSourceContour() routine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmObjects.h

    r3498 r3510  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-03-24 22:36:52 $
     7 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-03-25 23:18:35 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6565} psModelType;
    6666
     67// XXX: It will be better if params, and dparams, were psVectors.
    6768typedef struct
    6869{
     
    173174/******************************************************************************
    174175 *****************************************************************************/
     176typedef enum {
     177    PS_CONTOUR_CRUDE,
     178} pmContourType;
     179
    175180psArray *pmSourceContour(psSource *source,
    176181                         const psImage *image,
    177182                         psF32 level,
    178                          psS32 mode);
     183                         pmContourType mode);
    179184
    180185/******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.