VisIVOLab / ViaLacteaVisualAnalytics

ViaLactea Visual Analytics combines different types of visualization to analyze correlations between different kinds of data, such as 2D intensity images with 3D molecular spectral cubes.
Apache License 2.0
6 stars 1 forks source link

Fix issue 92 #96

Closed Pietersielie closed 1 year ago

Pietersielie commented 1 year ago

Dependencies moved to be immediate where possible (i.e., if header file doesn't reference the dependency and only the .cpp file does, the dependency should be in the .cpp file). Dependencies reorganised to be grouped by category (file header, code base, paraview, vtk, Qt, standard libraries) and duplicates removed. Files that aren't referenced in any file (starting from main.cpp and following dependencies down) were removed.