Example #1
0
 bool GetAttr(LayerAttr a)
 {
     return(attr[(int)a]);
 }
Example #2
0
 void SetAttr(LayerAttr a)
 {
     attr[(int)a] = true;
 }