Changeset 25027 for branches/pap/magic/remove/src/Line.h
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
magic (modified) (1 prop)
-
magic/remove/src (modified) (1 prop)
-
magic/remove/src/Line.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/magic
-
Property svn:ignore
set to
magic
ssa-core-cpp
Makefile
Makefile.bak
-
Property svn:ignore
set to
-
branches/pap/magic/remove/src
- Property svn:ignore
-
old new 1 isdestreaked 1 2 streaksremove 2 3 streaksreplace 3 4 streakscompare 4 5 streaksrelease 6 makefile
-
- Property svn:ignore
-
branches/pap/magic/remove/src/Line.h
r20308 r25027 21 21 extern bool LineClip (Line *line, int numCols, int numRows); 22 22 23 /** Clip the line between (minX,minY) and (maxX,maxY) 24 25 @param[in,out] line line to be clipped within the bounds 26 @param[in] minX minimum X (columns) for the line 27 @param[in] minY minimum Y (rows) for the line 28 @param[in] maxX maximum X (columns) for the line 29 @param[in] maxY maximum Y (rows) for the line 30 @return true if line overlaps the clip boundaries */ 31 32 extern bool LineClipFull (Line *line, int minX, int minY, int maxX, int maxY); 33 23 34 /** Map a line to an image for its specified width and append as 24 35 a list of pixel positions … … 26 37 @param[out] pixels list of PixelPos pointers corresponding 27 38 based on the line settings 28 @param[in] line Line to map to pixels */ 39 @param[in] line Line to map to pixels 40 @param[in] numCols maximum X (columns) for the line 41 @param[in] numRows maximum Y (rows) for the line */ 29 42 30 extern void PixelsFromLine (StreakPixels* pixels, Line *line); 43 extern void PixelsFromLine (StreakPixels* pixels, Line *line, 44 int numCols, int numRows); 31 45 32 46 #endif /* STREAK_LINE_H */
Note:
See TracChangeset
for help on using the changeset viewer.
