This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/extern/rangetree

Overview

Basic class for storing non-overlapping scalar ranges. Underlying representation is a C++ STL set for fast lookups.

License

GPL version 2 or later (see COPYING)

Author Note

This implementation is intended for storing free unique IDs in a new undo system for BMesh in Blender, but could be useful elsewhere.