src/hg/hgTracks/wigCommon.h 1.9
1.9 2009/11/17 20:47:49 kent
Adding whisker plots.
Index: src/hg/hgTracks/wigCommon.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/wigCommon.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -B -U 4 -r1.8 -r1.9
--- src/hg/hgTracks/wigCommon.h 6 Nov 2009 22:27:11 -0000 1.8
+++ src/hg/hgTracks/wigCommon.h 17 Nov 2009 20:47:49 -0000 1.9
@@ -80,17 +80,13 @@
double *overallRange, double *epsilon, int lineHeight,
double maxY, double minY, enum wiggleAlwaysZeroEnum alwaysZero);
/* if autoScaling, scan preDraw array and determine limits */
-Color * allocColorArray(struct preDrawElement *preDraw, int width,
- int preDrawZero, char *colorTrack, struct track *tg, struct hvGfx *hvg);
-/* allocate and fill in a coloring array based on another track */
-
void graphPreDraw(struct preDrawElement *preDraw, int preDrawZero, int width,
struct track *tg, struct hvGfx *hvg, int xOff, int yOff,
double graphUpperLimit, double graphLowerLimit, double graphRange,
double epsilon, Color *colorArray, enum trackVisibility vis,
- enum wiggleGraphOptEnum lineBar);
+ struct wigCartOptions *wigCart);
/* graph the preDraw array */
void drawZeroLine(enum trackVisibility vis,
enum wiggleGridOptEnum horizontalGrid,