hemocell
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
layout.Layout Class Reference
Inheritance diagram for layout.Layout:
Inheritance graph
[legend]
Collaboration diagram for layout.Layout:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self, min_node=1, max_node=math.inf)
 
 __call__ (self, x)
 
 __iter__ (self)
 

Public Attributes

 min_node
 
 max_node
 

Constructor & Destructor Documentation

◆ __init__()

layout.Layout.__init__ (   self,
  min_node = 1,
  max_node = math.inf 
)

Member Function Documentation

◆ __call__()

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.

◆ __iter__()

layout.Layout.__iter__ (   self)

Member Data Documentation

◆ max_node

layout.Layout.max_node

◆ min_node

layout.Layout.min_node