root/src/BRAINSFramework/Utility/AIConsts.cs

1323
11
    public static class AIConsts
11
    public static class AIConsts
12
    {
12
    {
13
        public const uint BLOCKED_TILE = 0;
13
        public const uint BLOCKED_TILE = 0;
14
        public const int ISVALIDCLUSTEREDGE = 1;
14
        public const int RESERVED = 1;
15
        public const int CLEARANCEVALUE = 2;
15
        public const int CLEARANCEVALUE = 2;
16
        public const int COLORR = 3;
16
        public const int COLORR = 3;
17
        public const int COLORG = 4;
17
        public const int COLORG = 4;
18
        public const int COLORB = 5;
18
        public const int COLORB = 5;
19
        public const int COLORA = 6;
19
        public const int COLORA = 6;
20
        public const int ISGROUPMEMBER = 7;
21
        public const int GROUPID= 8;
20
22
21
    }
23
    }
22
}
24
}