https://github.com/SuperElastix/elastix
Raw File
Tip revision: 366db51db6a8da50d3b98128af075f2da2acc4bd authored by Niels Dekker on 27 October 2020, 22:56:37 UTC
STYLE: Remove `virtual` from 16 `TransformBase` member functions
Tip revision: 366db51
.gitignore
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# Generated files and
help/
Makefile
CMakeFiles/
CTestTestfile.cmake
.idea/
back to top