Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.org « rangetree « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 46a4cedaf8febbe0abc36239435cc78ec076b1a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
* 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.

* Website
  https://github.com/nicholasbishop/RangeTree