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

Public Member Functions

 __call__ (self, x)
 
- Public Member Functions inherited from layout.Layout
 __init__ (self, min_node=1, max_node=math.inf)
 
 __iter__ (self)
 

Additional Inherited Members

- Public Attributes inherited from layout.Layout
 min_node
 
 max_node
 

Member Function Documentation

◆ __call__()

layout.Linear.__call__ (   self,
  x 
)
Return a linear pattern along the x-axis.

Reimplemented from layout.Layout.