Skip to content
Snippets Groups Projects
Commit 8bfa1d8d authored by edgrif's avatar edgrif
Browse files

add colinearity type, used in several places in Window.

parent 0ad4d682
No related branches found
No related tags found
No related merge requests found
......@@ -25,9 +25,9 @@
* Description: Defines internal interfaces/data structures of zMapWindow.
*
* HISTORY:
* Last edited: Jan 28 00:54 2010 (roy)
* Last edited: Feb 15 11:51 2010 (edgrif)
* Created: Fri Aug 1 16:45:58 2003 (edgrif)
* CVS info: $Id: zmapWindow_P.h,v 1.254 2010-01-27 12:38:42 rds Exp $
* CVS info: $Id: zmapWindow_P.h,v 1.255 2010-02-16 10:12:59 edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_WINDOW_P_H
......@@ -73,6 +73,14 @@
#endif /* !ITEM_FEATURE_DATA */
typedef enum {
COLINEAR_INVALID,
COLINEAR_NOT,
COLINEAR_IMPERFECT,
COLINEAR_PERFECT
} ColinearityType ;
/* All Align/Block/Column/Feature FooCanvas containers have stats blocks attached to them
* via this key, below structs show data collected for each. */
#define ITEM_FEATURE_STATS ZMAP_WINDOW_P_H "item_feature_stats"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment