Skip to content

Refactor C++11 version of OctreeLib from 'ais-hilgert/octreelib'

Notifications You must be signed in to change notification settings

rosds/octreelib

Repository files navigation

OctreeLib

This is a fork from the OctreeLib.

This version is a refactoring from the original using C++11 features and documenting the code with Doxygen.

Requirements

  • CMake >= 2.8
  • Doxygen (optional)
  • C++11 standard support

Instalation

$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install

To generate the documentation:

$ make doc

About

Refactor C++11 version of OctreeLib from 'ais-hilgert/octreelib'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published