Manage cells in the honeycomb lattice.
    |  | 
        
          | __init__(self,
        unit_cell_structure,
        center,
        growindex1,
        growindex2) Create an instance.
 |  |  | 
    |  | 
        
          | createCell(self) Make a cell.
 |  |  | 
    |  |  | 
    |  | 
        
          | makeFragment(self,
        redundantatoms) Create the cell fragment to be merged with the honeycomb lattice.
 |  |  | 
    |  | 
        
          | determineLatticeNumbering(self,
        latticelen) Determine the map of cell fragment unit cell atom indicies to lattice
      atom indicies.
 |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |