Skip to content
Snippets Groups Projects

Move deduplication steering flags into the processor registries

Merged Johannes Junggeburth requested to merge RefactorDeDuplFlags into main
Files
90
@@ -78,7 +78,7 @@ class GeoDeDuplicator {
@@ -78,7 +78,7 @@ class GeoDeDuplicator {
GeoLogVolPtr cacheVolume(GeoLogVolPtr vol) const;
GeoLogVolPtr cacheVolume(GeoLogVolPtr vol) const;
GeoShapePtr cacheShape(GeoShapePtr shape) const;
GeoShapePtr cacheShape(GeoShapePtr shape) const;
void setShapeDeduplication(bool enable);
void setShapeDeDuplication(bool enable);
void setLogVolDeDuplication(bool enable);
void setLogVolDeDuplication(bool enable);
void setTransformDeDuplication(bool enable);
void setTransformDeDuplication(bool enable);
void setPhysVolDeDuplication(bool enable);
void setPhysVolDeDuplication(bool enable);
Loading