Skip to content
/ Boost Public

Boost header files required by Medical Image Registration ToolKit (MIRTK).

License

Notifications You must be signed in to change notification settings

MIRTK/Boost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIRTK ThirdParty/Boost

This Git submodule repository contains the Boost header files required to build the MIRTK Numerics, PointSet, and Transformation modules. The respective files were extracted from the Boost 1.60.0 source distribution package using BCP:

bcp boost/random.hpp                ThirdParty/Boost
bcp boost/cstdint.hpp               ThirdParty/Boost
bcp boost/config/no_tr1/cmath.hpp   ThirdParty/Boost
bcp boost/math/tools/polynomial.hpp ThirdParty/Boost
bcp boost/math/tools/tuple.hpp      ThirdParty/Boost
bcp boost/numeric/ublas/lu.hpp      ThirdParty/Boost
bcp boost/numeric/ublas/matrix.hpp  ThirdParty/Boost
bcp boost/numeric/ublas/vector.hpp  ThirdParty/Boost

These files can be used instead of an available system Boost installation after initializing the corresponding MIRTK Git submodule. When the submodule is not initialized, a separate Boost installation is required.

cd $MIRTK_SOURCE_DIR
git submodule update --init -- ThirdParty/Boost

License

The files in the MIRTK ThirdParty/Boost repository are distributed under the terms of the Boost Software License Version 1.0. See accompanying LICENSE for further information.

About

Boost header files required by Medical Image Registration ToolKit (MIRTK).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published