|
Graphite Version 3
An experimental 3D geometry processing program
|
C++-20 like helpers for manipulating ranges of integers. More...
#include <geogram/basic/numeric.h>#include <geogram/basic/memory.h>#include <geogram/basic/assert.h>#include <geogram/basic/argused.h>Go to the source code of this file.
Classes | |
| class | GEO::index_as_iterator |
| Wraps an integer to be used with the range-based for construct. More... | |
| class | GEO::index_range |
| A generic index_range bounded by two "non-iterators". More... | |
| class | GEO::const_index_ptr_in_array |
| Encapsulates a const pointer to an element in an index_t array. More... | |
| class | GEO::index_ptr_in_array |
| Encapsulates a pointer to an element in an index_t array. More... | |
| class | GEO::index_ptr_range |
| class | GEO::const_index_ptr_range |
Namespaces | |
| namespace | GEO |
| Global Vorpaline namespace. | |
C++-20 like helpers for manipulating ranges of integers.
Definition in file range.h.