carputils
Doxygen code documentation for the python framework controlling openCARP
Classes | Namespaces | Functions
insert_endo_layer.py File Reference

Classes

class  bin.insert_endo_layer.TagHandler
 simple class to handle element-tag data More...
 

Namespaces

 bin.insert_endo_layer
 TBD.
 

Functions

def bin.insert_endo_layer.argument_parser ()
 
def bin.insert_endo_layer.jobID (args)
 
def bin.insert_endo_layer.check_cutoff_regions (rv_apba_min_max, lv_apba_min_max)
 Check the rho and apba bounds of the input arguments for the LV and the RV. More...
 
def bin.insert_endo_layer.check_binary_mesh (job, meshname)
 
def bin.insert_endo_layer.run (args, job)
 
def bin.insert_endo_layer.get_tag_split (meshname)
 
def bin.insert_endo_layer.check_mesh (job, meshname)
 
def bin.insert_endo_layer.extract_endo_surfaces (job, mesh_name, endo_surf_filename)
 
def bin.insert_endo_layer.load_tags (meshname, tags_list=None)
 
def bin.insert_endo_layer.generate (job, mesh_name, output_dir, rv_tag, lv_tag, rv_apba_min_max=[0, 1.0], lv_apba_min_max=[0, 1.0], visualize=False, dry=False)
 
def bin.insert_endo_layer.restrict_ucc_vtx_data (bounds, ucc_data, filename, vtx_data)
 Restrict vtx_data list according to bounds in certain ucc_data. More...
 
def bin.insert_endo_layer.generate_tagging_files (job, mesh_name, regions, output_dir)
 Generate the tagging files for the mesh from provided regions. More...