opals::TopologyProcessingMethod Namespace Reference

Enumerator defining different modes in opalsLineTopology. More...

Enumerations

enum  Type { merge, longest, clean, Count }

Detailed Description

Enumerator defining different modes in opalsLineTopology.

Enumeration Type Documentation

enum Type
Enumerator:
merge 

Best candidate merging strategy (iterative)

longest 

Merge lines based on recursive longest line strategy (Dijkstra)

clean 

Build topologically correct line networks.

Count 

number of elements