A dataclass that represents the parameters for a workspace.
More...
|
| None | __init__ (self, str workspace_type='normalized_cube', tuple workspace_cube_offset=(0, 0, 0), float workspace_side_length=13) |
| |
|
def | __iter__ (self) |
| |
|
|
| workspace_type |
| |
|
| workspace_cube_offset |
| |
|
| workspace_side_length |
| |
A dataclass that represents the parameters for a workspace.
◆ __init__()
| None morphevo.workspace_parameters.WorkspaceParameters.__init__ |
( |
|
self, |
|
|
str |
workspace_type = 'normalized_cube', |
|
|
tuple |
workspace_cube_offset = (0, 0, 0), |
|
|
float |
workspace_side_length = 13 |
|
) |
| |
- Parameters
-
| workspace_type | type of workspace: normalized_cube or moved_cube |
| workspace_cube_offset | tuple containing the offset of the moved cube |
| workspace_side_length | the length of each side in case the workspace is a normalized or moved cube |
The documentation for this class was generated from the following file:
- src/morphevo/workspace_parameters.py