MCPcopy Create free account
hub / github.com/Kitware/VTK / main

Function main

Utilities/Maintenance/WhatModulesVTK.py:196–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194
195
196def main():
197 vtk_src_dir, application_srcs = get_program_parameters()
198 if not check_paths(vtk_src_dir, application_srcs):
199 return
200
201 res = generate_find_package(vtk_src_dir, application_srcs)
202 if res:
203 print('\n'.join(res))
204
205
206if __name__ == '__main__':

Callers 1

WhatModulesVTK.pyFile · 0.70

Calls 5

check_pathsFunction · 0.85
generate_find_packageFunction · 0.85
get_program_parametersFunction · 0.70
printFunction · 0.50
joinMethod · 0.45

Tested by

no test coverage detected