//! Topological grid detection.
//!
//! This module is deliberately only the stage map. The square orchestration
//! lives in `square_detector`; individual geometry stages remain isolated in
//! their own modules, and diagnostics observe that same implementation.
pub
pub use detect_hex_oriented3_topological_all;
pub use TopologicalParams;
pub use ;