| hemocell
    | 


| Public Member Functions | |
| __init__ (self, dim, *args, **kwargs) | |
| __call__ (self, x) | |
|  Public Member Functions inherited from layout.Layout | |
| __iter__ (self) | |
| Public Attributes | |
| previous | |
| count | |
| dim | |
|  Public Attributes inherited from layout.Layout | |
| min_node | |
| max_node | |
| layout.Box.__init__ | ( | self, | |
| dim, | |||
| * | args, | ||
| ** | kwargs | ||
| ) | 
Reimplemented from layout.Layout.
Reimplemented in layout.Planar, and layout.Hexahedral.
| layout.Box.__call__ | ( | self, | |
| x | |||
| ) | 
Return increasing domain along alternating dimensions.
Reimplemented from layout.Layout.
| layout.Box.count | 
| layout.Box.dim | 
| layout.Box.previous |