Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.52 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.52 KB

modules

Additional Inviwo modules grouped into different categories. To enable the modules of a specific category, the path of the category must be added to the CMake option IVW_EXTERNAL_MODULES in the Inviwo project. For example, the topovis and misc modules are enabled by setting IVW_EXTERNAL_MODULES to c:/dev/inviwo/modules/topovis;c:/dev/inviwo/modules/misc, assuming the repository was checked out into c:\dev\inviwo\modules. Paths are separated by semicolon ;.

flowvis - Flow Visualization

infovis - Information Visualization

medvis - Medical Visualization

  • DICOM: functionality for loading and writing DICOM files using the Grassroots DICOM (GDCM)

See readme for detailed instructions.

misc - Miscellaneous

  • DevTools: useful tools for developing and testing Inviwo networks
  • NanoVGUtils: A module integrating the Vector Graphics rendering library NanoVG
  • OpenMesh: interface to the OpenMesh library
  • SpringSystem: implementation of a 3D spring mass system
  • VTK: basic interface with the Visualization Toolkit VTK

molvis

Molecular visualizations.

tensorvis

Modules for tensor field visualization.

topovis

Modules for topological methods and topology visualization. The functionality is provided by the Topology ToolKit TTK, which requires boost. See readme for detailed instructions.