implementation of eulerian colour map

This commit is contained in:
2024-05-19 00:44:03 +02:00
parent 95d1724af4
commit dc4973c0c7
4 changed files with 197 additions and 1 deletions

View File

@@ -40,12 +40,16 @@ find_package(netCDF REQUIRED)
add_executable(ParticleTrackTrace MACOSX_BUNDLE main.cpp
layers/BackgroundImage.cpp
layers/BackgroundImage.h
layers/EColLayer.cpp
layers/EColLayer.h
layers/EGlyphLayer.cpp
layers/EGlyphLayer.h
layers/Layer.cpp
layers/Layer.h
layers/LGlyphLayer.cpp
layers/LGlyphLayer.h
layers/LColLayer.cpp
layers/LColLayer.h
Program.cpp
Program.h
commands/TimerCallbackCommand.h