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

Public Member Functions

 __init__ (self, start=1, *args, **kwargs)
 
 __call__ (self, x)
 
- Public Member Functions inherited from layout.Layout
 __iter__ (self)
 

Additional Inherited Members

- Public Attributes inherited from layout.Layout
 min_node
 
 max_node
 

Constructor & Destructor Documentation

◆ __init__()

layout.Cubic.__init__ (   self,
  start = 1,
args,
**  kwargs 
)

Reimplemented from layout.Layout.

Member Function Documentation

◆ __call__()

layout.Cubic.__call__ (   self,
  x 
)
Return a cubic pattern in x, y, z.

Reimplemented from layout.Layout.