public class BoundedVoronoiIntegrityCheck extends Object
Constructor and Description |
---|
BoundedVoronoiIntegrityCheck(BoundedVoronoiDiagram BoundedVoronoi)
Constructs an instance of the integrity checker tied to the
specified instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Gets descriptive information about the cause of a test failure.
|
boolean |
inspect()
Tests the Voronoi Diagram to see if it passes a number of sanity
checks for correctness of implementaiton.
|
public BoundedVoronoiIntegrityCheck(BoundedVoronoiDiagram BoundedVoronoi)
BoundedVoronoi
- a valid, correctly populated instancepublic boolean inspect()
public String getMessage()
Copyright © 2021. All rights reserved.