opals::MergePolygonMode Namespace Reference

TODO: Enumerator for what? More...

Enumerations

enum  Type { safe, fast, Count }

Detailed Description

TODO: Enumerator for what?

Enumeration Type Documentation

enum Type
Enumerator:
safe 

incremental merge of polygon parts (slow but robust)

fast 

build polygon object at once (fast but fails in case of topological incorrect polygon parts)

Count 

number of elements