VTK
9.2.6
|
Functions | |
function | vtk_module_graphviz () |
Generate graphviz output for a module dependency graph. | |
function | vtk_module_json () |
JSON metadata representation of modules. |
function vtk_module_graphviz | ( | ) |
Generate graphviz output for a module dependency graph.
Information about the modules built and/or available may be dumped to a Graphviz .dot file.
Definition at line 132 of file vtkModuleGraphviz.cmake.
function vtk_module_json | ( | ) |
JSON metadata representation of modules.
Information about the modules built and/or available may be dumped to a JSON file.
Example output:
Definition at line 103 of file vtkModuleJson.cmake.