Changeset 24344 for trunk/magic/remove/src/Line.h
- Timestamp:
- Jun 5, 2009, 1:41:10 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/magic/remove/src/Line.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/Line.h
r20308 r24344 26 26 @param[out] pixels list of PixelPos pointers corresponding 27 27 based on the line settings 28 @param[in] line Line to map to pixels */ 28 @param[in] line Line to map to pixels 29 @param[in] numCols maximum X (columns) for the line 30 @param[in] numRows maximum Y (rows) for the line */ 29 31 30 extern void PixelsFromLine (StreakPixels* pixels, Line *line); 32 extern void PixelsFromLine (StreakPixels* pixels, Line *line, 33 int numCols, int numRows); 31 34 32 35 #endif /* STREAK_LINE_H */
Note:
See TracChangeset
for help on using the changeset viewer.
