|  | v0.15.0 | 
Go to the source code of this file.
| Namespaces | |
| namespace | convert | 
| Functions | |
| convert.print_progress (iteration, total, decimals=1, bar_length=50) | |
| convert.is_not_h5m (file) | |
| convert.is_older_than_vtk (file) | |
| convert.mb_convert (file) | |
| convert.init (l) | |
| Variables | |
| convert.parser | |
| convert.help | |
| convert.nargs | |
| convert.type | |
| convert.int | |
| convert.default | |
| convert.SUPPRESS | |
| convert.action | |
| convert.args = parser.parse_args() | |
| convert.file_list = list(filterfalse(is_not_h5m, args.file)) | |
| convert.N = mp.Value('i', len(file_list)) | |
| convert.n = mp.Value('i', 0) | |
| convert.l = mp.Lock() | |
| convert.pool = mp.Pool(processes=args.np, initializer=init, initargs=(l,)) | |
