minc v2.4.6
- Created
- Updated
MINC - Medical Image NetCDF or MINC isn't netCDF
# Usage
minc provides CMake integration:
find_package(LIBMINC CONFIG REQUIRED)
target_include_directories(main PRIVATE ${LIBMINC_INCLUDE_DIRS})
target_link_directories(main PRIVATE ${LIBMINC_LIBRARY_DIRS})
target_link_libraries(main PRIVATE ${LIBMINC_LIBRARIES})
LIBMINC_LIBRARIES may include imported targets.
Downstream CMake config may need to add:
include(CMakeFindDependencyMacro)
find_dependency(LIBMINC CONFIG)
# License
Unspecified
# Supported Platforms
All platforms are supported
# Features
No default features set.
# minc1
Support minc1 file format, requires NETCDF
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by netcdf-c )
- vcpkg-cmake-config (by netcdf-c )
# Dependencies
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
Alexander Neumann
Jack·Boos·Yu
Billy O'Neal
autoantwort
Kai Pastor