bool GetAttr(LayerAttr a) { return(attr[(int)a]); }
void SetAttr(LayerAttr a) { attr[(int)a] = true; }