#include <EdgeNodingValidator.h>
Public Member Functions | |
| EdgeNodingValidator (std::vector< Edge * > &edges) | |
| void | checkValid () |
Static Public Member Functions | |
| static void | checkValid (std::vector< Edge * > &edges) |
| Checks whether the supplied Edges are correctly noded. | |
Throws an appropriate exception if an noding error is found.
|
|
Checks whether the supplied Edges are correctly noded. Throws a TopologyException if they are not.
|
1.4.4