Enum of strategies specifying order in which a range of vertices is inserted.
More...
#include <Triangulation.h>
Enum of strategies specifying order in which a range of vertices is inserted.
- Note
- VertexInsertionOrder::Randomized will only randomize order of inserting in triangulation, vertex indices will be preserved as they were specified in the final triangulation
Definition at line 38 of file Triangulation.h.
◆ Enum
The Enum itself.
- Note
- needed to pre c++11 compilers that don't support 'class enum'
Enumerator |
---|
Auto | Automatic insertion order optimized for better performance.
breadth-first traversal of a Kd-tree for initial bulk-load, randomized for subsequent insertions
|
AsProvided | insert vertices in same order they are provided
|
Definition at line 44 of file Triangulation.h.
The documentation for this struct was generated from the following file: