|
hemocell
|


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