IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2005, 9:49:41 AM (21 years ago)
Author:
eugene
Message:

mods to keep up-to-date with psLib changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psLibUtils.h

    r5068 r5134  
    3030
    3131// psLib extra utilities
     32# if (0) // added to psLib v8
     33int          psArgumentGet (int argc, char **argv, char *arg); // added to SDRS
     34int          psArgumentRemove (int N, int *argc, char **argv); // added to SDRS
     35bool         psTimerClear (char *name);   // added to SDRS
     36int          psImageCountPixelMask (psImage *mask, psU8 value); // added to SDRS
     37psVector    *psVectorCreate (double lower, double upper, double delta, psElemType type); // added to SDRS
     38# endif
     39
    3240bool         psTimerStart (char *name);   // added to SDRS
    33 bool         psTimerClear (char *name);   // added to SDRS
    3441psF64        psTimerMark (char *name);    // added to SDRS
    3542void         psTimerFree ();              // added to SDRS (as psTimerStop)
    3643psS32        psLogArguments (int *argc, char **argv);   // added to SDRS (part of psArgumentVerbosity)
    3744psS32        psTraceArguments (int *argc, char **argv); // added to SDRS (part of psArgumentVerbosity)
    38 int          psArgumentGet (int argc, char **argv, char *arg); // added to SDRS
    39 int          psArgumentRemove (int N, int *argc, char **argv); // added to SDRS
    40 psVector    *psVectorCreate (double lower, double upper, double delta, psElemType type); // added to SDRS
    41 // psVector    *psGetRowVectorFromImage(psImage *image, psU32 row); // added to SDRS (as psImageRow)
    42 int          psImageCountPixelMask (psImage *mask, psU8 value); // added to SDRS
    4345
    4446// basic image functions
Note: See TracChangeset for help on using the changeset viewer.