src/hg/inc/hui.h 1.141

1.141 2009/11/06 22:24:29 braney
add transform function for wiggles
Index: src/hg/inc/hui.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/hui.h,v
retrieving revision 1.140
retrieving revision 1.141
diff -b -B -U 4 -r1.140 -r1.141
--- src/hg/inc/hui.h	16 Oct 2009 00:34:30 -0000	1.140
+++ src/hg/inc/hui.h	6 Nov 2009 22:24:29 -0000	1.141
@@ -529,8 +529,17 @@
 
 void wiggleGraphDropDown(char *var, char *curVal);
 /* Make drop down of options. */
 
+/*	Wiggle track transform func*/
+enum wiggleTransformFuncEnum {
+   wiggleTransformFuncNone = 0,
+   wiggleTransformFuncLog = 1,
+};
+
+enum wiggleTransformFuncEnum wiggleTransformFuncToEnum(char *string);
+/* Convert from string to enum representation. */
+
 /*	Wiggle track always include zero */
 enum wiggleAlwaysZeroEnum {
    wiggleAlwaysZeroOff = 0,
    wiggleAlwaysZeroOn = 1,