IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20308


Ignore:
Timestamp:
Oct 21, 2008, 4:13:46 PM (18 years ago)
Author:
bills
Message:

type change

Location:
trunk/magic/remove/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src/Line.c

    r20280 r20308  
    229229    @param[in] line Line to map to pixels                       */
    230230
    231 void PixelsFromLine (imageStreak* pixels, Line *line)
     231void PixelsFromLine (StreakPixels* pixels, Line *line)
    232232{
    233233    PixelPos *pixel;
  • trunk/magic/remove/src/Line.h

    r20280 r20308  
    2828    @param[in] line Line to map to pixels                       */
    2929
    30 extern void PixelsFromLine (imageStreak* pixels, Line *line);
     30extern void PixelsFromLine (StreakPixels* pixels, Line *line);
    3131
    3232#endif /* STREAK_LINE_H */
  • trunk/magic/remove/src/streaksextern.h

    r20281 r20308  
    3737
    3838typedef psArray StreakPixels;
    39 typedef psArray imageStreak;
    4039
    4140/** Create a list of pixel positions from a Streaks pointer list
Note: See TracChangeset for help on using the changeset viewer.