Skip to main content

Module validators

Module validators 

Source
Expand description

Ready-to-use NeighborValidator and HexNeighborValidator implementations for common grid detection scenarios.

ValidatorGridPointDataUse case
XJunctionValidatorSquareF (orientation mod π)ChESS corners, chessboard X-junctions
SpatialSquareValidatorSquare()Unoriented features on a square lattice
SpatialHexValidatorHex()Unoriented features on a hex lattice (ringgrid, etc.)

Structs§

SpatialHexValidator
Validator for hex grids with no orientation information.
SpatialSquareValidator
Validator for square grids with no orientation information.
XJunctionValidator
Validator for square grids of X-junction corners with known orientation.