Class TriProcessor
java.lang.Object
TriProcessor
public abstract class TriProcessor
- extends Object
Abstract class with a single user-provided method to process
generated triangulations
Method Summary |
abstract boolean |
process(Triangulation tri,
TriGenerator trigen)
User-defined routine to process a single triangulation and decide whether
it should be kept in the current catalog. |
TriProcessor
public TriProcessor()
process
public abstract boolean process(Triangulation tri,
TriGenerator trigen)
- User-defined routine to process a single triangulation and decide whether
it should be kept in the current catalog.
- Parameters:
tri
- the triangulation to be processed
- Returns:
- a flag indicating whether the triangulation should be
kept in the catalog under construction. If no such
catalog is being built, the flag is ignored.