CAPD RedHom Library
|
Variables | |
src_dir = sys.argv[1] | |
cflags = sys.argv[2] | |
string | capd_cflags = '-I{} ' |
python_cflags = subprocess.check_output(["python-config", "--cflags"]).replace('-pthread', '').replace('--param=ssp-buffer-size=4', '').replace('-fstack-protector-strong', '').strip() | |
string | tmpl_inst |
list | files = ['TheConfig.h', 'CubicalComplex.h', 'Complex.h', 'SimplicialComplex.h', 'Algorithms.h', 'VolumePersistentHomology.h', 'Logger.h', 'DistanceMatrixPersistentHomology.h'] |
this_module | |
name | |
call_policies | |
module_name | |
generate_api.call_policies |
string generate_api.capd_cflags = '-I{} ' |
generate_api.cflags = sys.argv[2] |
list generate_api.files = ['TheConfig.h', 'CubicalComplex.h', 'Complex.h', 'SimplicialComplex.h', 'Algorithms.h', 'VolumePersistentHomology.h', 'Logger.h', 'DistanceMatrixPersistentHomology.h'] |
generate_api.module_name |
generate_api.name |
generate_api.python_cflags = subprocess.check_output(["python-config", "--cflags"]).replace('-pthread', '').replace('--param=ssp-buffer-size=4', '').replace('-fstack-protector-strong', '').strip() |
generate_api.src_dir = sys.argv[1] |
generate_api.this_module |
string generate_api.tmpl_inst |