src/hg/hgTracks/container.h 1.1
1.1 2010/05/07 22:30:14 kent
Separating out multiWigs into a separate module from container.
Index: src/hg/hgTracks/container.h
===================================================================
RCS file: src/hg/hgTracks/container.h
diff -N src/hg/hgTracks/container.h
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ src/hg/hgTracks/container.h 7 May 2010 22:30:14 -0000 1.1
@@ -0,0 +1,13 @@
+/* container.h - stuff for container tracks. */
+
+#ifndef CONTAINER_H
+#define CONTAINER_H
+
+void makeContainerTrack(struct track *track, struct trackDb *tdb);
+/* Construct track subtrack list from trackDb entry for container tracks. */
+
+void multiWigContainerMethods(struct track *track);
+/* Override general container methods for multiWig. */
+
+#endif /* CONTAINER_H */
+