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