The database_utils.py
module#
Summary#
Extract a preprocessor-compatible input surface. |
Description#
Some helper methods to process cases from Strocchi and Rodero databases.
Module detail#
- database_utils.get_compatible_input(mesh_path: str, model_type: Literal['FullHeart', 'FourChamber', 'BiVentricle', 'LeftVentricle'] = 'FullHeart', database: str = 'Rodero2021') tuple[pyvista.PolyData, dict] #
Extract a preprocessor-compatible input surface.
- Parameters:
- Returns:
Tuple
[pv.PolyData
,dict
]Preprocessor-compatible polydata object and dictionary with part definitions.