libfbi
libfbi copied to clipboard
fast box intersection in arbitrary dimensions
================================================================================ libfbi README
- Summary
libfbi is a header-only, C++ template library for fast box intersection queries in an arbitrary number of dimensions.
- Installation
libfbi comes as an installation package and installs its headers via make install into standard include directories (i.e. /usr/local/include on POSIX systems). libfbi is a C++ header-only template library; there are no precompiled files. Either compiler support for variadic templates (gcc 4.4, clang 2.9) or installed Boost headers(1.30) are required. Additional details can be found in the doc/ subdirectory, ./INSTALL.txt and in the online documentation at http://software.steenlab.org/libfbi.
- Documentation
libfbi uses doxygen for source documentation and examples. The precompiled documentation is installed if you install an installation package. If you downloaded a source distribution, build the 'doc' target to build the documentation. Cutting edge online documentation is always available from http://software.steenlab.org/libfbi.