| hemocell
    | 


| Public Member Functions | |
| __init__ (self, min_node=1, max_node=math.inf) | |
| __call__ (self, x) | |
| __iter__ (self) | |
| Public Attributes | |
| min_node | |
| max_node | |
| layout.Layout.__init__ | ( | self, | |
| min_node = 1, | |||
| max_node = math.inf | |||
| ) | 
Reimplemented in layout.Planar, layout.Hexahedral, layout.Box, and layout.Cubic.
| layout.Layout.__call__ | ( | self, | |
| x | |||
| ) | 
Return the current layout in for size `x` in Triplet form.
Reimplemented in layout.Linear, layout.Cubic, and layout.Box.
| layout.Layout.__iter__ | ( | self | ) | 
| layout.Layout.max_node | 
| layout.Layout.min_node |