|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Namespaces | |
| py | |
| The atrial-model-generation tool is an almost automatic workflow for the generation of patient-specific volumetric atrial models. | |
Classes | |
| class | Pathway |
Functions | |
| def | argument_parser () |
| def | jobID (args) |
| def | check_binary_mesh (job, meshname) |
| def | parse_mt_query_file (filename, pt_type) |
| def | parse_meshtool_tag_file (filename) |
| def | displace_nodes (mesh_points, raw_nodes_list) |
| def | write_nodes (filename, nodes_list) |
| def | closest_node (query_point, point_set, thr=0.0) |
| def | gen_conn_dict (mesh_points, nodes_list, base_filename) |
| def | compute_paths (job, args, meshname, nodes, tags=None, build_split=True) |
| def | main (args, job) |
Variables | |
| string | MESHTOOL = 'meshtool' |
| string | MGTAGREG = 'mgtagreg' |
| tuple | NODES_ORDER = ('insert', 'exit', 'insert2', 'exit2','con_insert', 'con_exit') |
| dictionary | CONNECTIONS_DEFAULT_SPLIT |
| dictionary | CONNECTIONS_DEFAULT = {'split':{'conn': ['insert', 'exit']}} |
| dictionary | SEARCH_CONNECTION = {'insert','exit'} |
| def bin.build_pathway.argument_parser | ( | ) |
| def bin.build_pathway.check_binary_mesh | ( | job, | |
| meshname | |||
| ) |
| def bin.build_pathway.closest_node | ( | query_point, | |
| point_set, | |||
thr = 0.0 |
|||
| ) |
| def bin.build_pathway.compute_paths | ( | job, | |
| args, | |||
| meshname, | |||
| nodes, | |||
tags = None, |
|||
build_split = True |
|||
| ) |
| def bin.build_pathway.displace_nodes | ( | mesh_points, | |
| raw_nodes_list | |||
| ) |
| def bin.build_pathway.gen_conn_dict | ( | mesh_points, | |
| nodes_list, | |||
| base_filename | |||
| ) |
| def bin.build_pathway.jobID | ( | args | ) |
| def bin.build_pathway.main | ( | args, | |
| job | |||
| ) |
| def bin.build_pathway.parse_meshtool_tag_file | ( | filename | ) |
| def bin.build_pathway.parse_mt_query_file | ( | filename, | |
| pt_type | |||
| ) |
| def bin.build_pathway.write_nodes | ( | filename, | |
| nodes_list | |||
| ) |
| dictionary bin.build_pathway.CONNECTIONS_DEFAULT = {'split':{'conn': ['insert', 'exit']}} |
| dictionary bin.build_pathway.CONNECTIONS_DEFAULT_SPLIT |
| string bin.build_pathway.MESHTOOL = 'meshtool' |
| string bin.build_pathway.MGTAGREG = 'mgtagreg' |
| tuple bin.build_pathway.NODES_ORDER = ('insert', 'exit', 'insert2', 'exit2','con_insert', 'con_exit') |
| dictionary bin.build_pathway.SEARCH_CONNECTION = {'insert','exit'} |