merge conflic

This commit is contained in:
robin
2024-05-06 17:08:09 +02:00
parent 59bd2f5a73
commit c9a88b1a46
19 changed files with 325 additions and 86 deletions

View File

@@ -17,6 +17,8 @@ find_package(VTK COMPONENTS
FiltersProgrammable
FiltersSources
ImagingSources
ImagingGeneral
ImagingCore
InteractionStyle
IOImage
RenderingContextOpenGL2
@@ -45,10 +47,12 @@ add_executable(ParticleTrackTrace MACOSX_BUNDLE main.cpp
layers/LGlyphLayer.h
Program.cpp
Program.h
commands/TimerCallbackCommand.h
commands/TimerCallbackCommand.cpp
commands/TimerCallbackCommand.h
commands/TimerCallbackCommand.cpp
commands/SpawnPointCallback.h
commands/SpawnPointCallback.cpp
commands/CameraMoveCallback.cpp
commands/CameraMoveCallback.h
CartographicTransformation.cpp
advection/AdvectionKernel.h
advection/EulerAdvectionKernel.cpp