• Lubos Slovak's avatar
    Zone structure and API. · 323d40ca
    Lubos Slovak authored
    Very basic API for a zone structure. Now the zone consists of
      only a linked list of nodes, first node is the zone apex.
    
    Basic operations:
     - create zone
     - delete zone
     - add node to zone
     - find node in zone
    
    Will change according to needs and to use some smarter structures.
    
    refs #165.
    323d40ca