https://github.com/mkirchner/libfbi
fast box intersection in arbitrary dimensions
https://github.com/mkirchner/libfbi
Last synced: about 1 month ago
JSON representation
fast box intersection in arbitrary dimensions
- Host: GitHub
- URL: https://github.com/mkirchner/libfbi
- Owner: mkirchner
- License: other
- Created: 2010-12-08T17:39:56.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T00:20:53.000Z (over 6 years ago)
- Last Synced: 2025-04-02T23:22:45.398Z (3 months ago)
- Language: C++
- Homepage:
- Size: 206 MB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
================================================================================
libfbi README
================================================================================1. Summary
----------
libfbi is a header-only, C++ template library for fast box intersection queries
in an arbitrary number of dimensions.2. 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.3. 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.